RGB
0, 127, 255
HSL
210°, 100%, 50%
CMYK
100, 50, 0, 0
HSV
210°, 100%, 100%
Similar Colors
Conversions & Codes
| Format | Value | CSS |
|---|---|---|
| HEX | #007FFF |
color: #007FFF;
|
| RGB | 0, 127, 255 |
color: rgb(0, 127, 255);
|
| RGB Percentage | 0%, 50%, 100% |
color: rgb(0%, 50%, 100%);
|
| CMYK | 100%, 50%, 0%, 0% | Not supported in CSS |
| HSL | 210°, 100%, 50% |
color: hsl(210, 100%, 50%);
|
| HSV | 210°, 100%, 100% | Not supported in CSS |
| CIE-LAB | 40, -25, -43 |
color: lab(40% -25 -43);
|
| Decimal | 32767 | Not supported in CSS |
Color Variations
Shades
Tints
Tones
Hues
Color Harmonies
Analogous
Complementary
Split Complementary
Triadic
Tetradic
Square
CSS & Dev Snippets
CSS
.azure {
color: #007FFF;
}
SCSS
$azure: #007FFF;
RGB
rgb(0, 127, 255)
Accessibility & Contrast
White background
3.83:1
3.83
contrast ratio on a white background
Element
AA
AAA
Small text
Large text
UI element
Black background
5.48:1
5.48
contrast ratio on a black background
Element
AA
AAA
Small text
Large text
UI element