Azure Hex Code — #007FFF
RGB, HSL, and CMYK values for Azure.
Azure Color Values
| Format | Value |
|---|---|
| HEX | #007FFF |
| RGB | rgb(0, 127, 255) |
| HSL | hsl(210, 100%, 50%) |
| CMYK | cmyk(100%, 50%, 0%, 0%) |
Want to explore more shades? Use our Color Converter
About Azure
Color psychology: Clarity, calm.
Azure (#007FFF) is a medium shade of blue. It's commonly used in web design, graphic design, and branding where clarity, calm are desired associations.
How to Use Azure in CSS
/* Using HEX */ color: #007FFF; background-color: #007FFF; /* Using RGB */ color: rgb(0, 127, 255); /* Using HSL */ color: hsl(210, 100%, 50%);