Cerulean Hex Code — #007BA7
RGB, HSL, and CMYK values for Cerulean.
Cerulean Color Values
| Format | Value |
|---|---|
| HEX | #007BA7 |
| RGB | rgb(0, 123, 167) |
| HSL | hsl(196, 100%, 33%) |
| CMYK | cmyk(100%, 26%, 0%, 35%) |
Want to explore more shades? Use our Color Converter
About Cerulean
Color psychology: Calm, peace, clarity.
Cerulean (#007BA7) is a dark shade of blue. It's commonly used in web design, graphic design, and branding where calm, peace, clarity are desired associations.
How to Use Cerulean in CSS
/* Using HEX */ color: #007BA7; background-color: #007BA7; /* Using RGB */ color: rgb(0, 123, 167); /* Using HSL */ color: hsl(196, 100%, 33%);