Shades of Cerulean Blue #214FDE
Tints of Cerulean Blue #214FDE
RGB
CMYK
RGB Variations
Color information
#214FDE (or 0x214FDE) is known color: Cerulean Blue. HEX triplet: 21, 4F and DE. RGB value is (33,79,222). Sum of RGB (Red+Green+Blue) = 33+79+222=334 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.88% from 334); Green value is 79 (31.25% from 255 or 23.65% from 334); Blue value is 222 (87.11% from 255 or 66.47% from 334); Max value from RGB is 222 - color contains mainly: blue. Hex color #214FDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #214FDE is #DEB021. Grayscale: #505050. Windows color (decimal): -14594082 or 14569249. OLE color: 14569249.
HSL color Cylindrical-coordinate representation of color #214FDE: hue angle of 225.4º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #214FDE is Cyan = 0.85, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 79 | 222 | - |
| CMYK | 0.85 | 0.64 | 0 | 0.13 |
| HSL | 225.4º | 0.74% | 0.5% | - |
| HSV(B) | 225.4º | 0.85% | 0.87% | - |
| XYZ | 16.61 | 11.19 | 70.39 | - |
| YUV | 81.55 | 207.26 | 93.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 79 | 222 | 0.85 | 0.64 | 0 | 0.13 | 225.4 | 0.74 | 0.5 |
| Hex | 21 | 4F | DE | 55 | 40 | 0 | D | E1 | 4A | 32 |
| Octal | 41 | 117 | 336 | 125 | 100 | 0 | 15 | 341 | 112 | 62 |
| Binary | 100001 | 1001111 | 11011110 | 1010101 | 1000000 | 0 | 1101 | 11100001 | 1001010 | 110010 |
Color Harmonies of #214FDE
Complementary color
Monochromatic Colors of #214FDE
Black with #214FDE
Text Example
Text Example
White with #214FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214FDE; }
p { color: rgb(33,79,222); }
H1.HeaderClassName
{
color: #214FDE;
}
.AnyTagClassName
{
color: #214FDE;
}
</style>
background-color css
<style>
a { background-color: #214FDE; }
a { background-color: rgb(33,79,222); }
div.DivClassName
{
background-color: #214FDE;
}
.BgClassName
{
background-color: #214FDE;
}
</style>
border-color css
<style>
span { border-color: #214FDE; }
span { border-color: rgb(33,79,222); }
td.TdClassName
{
border-color: #214FDE;
}
.TagClassName
{
border-color: #214FDE;
}
</style>