Denim Blue Hex Code — #1560BD
RGB, HSL, and CMYK values for Denim Blue.
Denim Blue Color Values
| Format | Value |
|---|---|
| HEX | #1560BD |
| RGB | rgb(21, 96, 189) |
| HSL | hsl(213, 80%, 41%) |
| CMYK | cmyk(89%, 49%, 0%, 26%) |
Want to explore more shades? Use our Color Converter
About Denim Blue
Color psychology: Reliability, casual.
Denim Blue (#1560BD) is a medium shade of blue. It's commonly used in web design, graphic design, and branding where reliability, casual are desired associations.
How to Use Denim Blue in CSS
/* Using HEX */ color: #1560BD; background-color: #1560BD; /* Using RGB */ color: rgb(21, 96, 189); /* Using HSL */ color: hsl(213, 80%, 41%);