Azure
#007fff
Azure, represented by the hex value #007fff, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #007fff | |
|---|---|---|
| RGB | rgb(0, 127, 255) | |
| HSL | hsl(210, 100%, 50%) | |
| CMYK | cmyk(100%, 50%, 0%, 0%) | |
| LAB | lab(53, 9, -73) | |
| OKLCH | oklch(0.61 0.212 256) |
Color harmonies
Tints & shades
Code snippets
color: #007fff;
background-color: #007fff;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-blue-500 /* ≈ #2b7fff */
/* Flutter */
Color(0xFF007FFF)
/* Swift / UIKit */
UIColor(red: 0.00, green: 0.50, blue: 1.00, alpha: 1.0)