Shades of Cerulean Blue #214DAB
Tints of Cerulean Blue #214DAB
RGB
CMYK
RGB Variations
Color information
#214DAB (or 0x214DAB) is known color: Cerulean Blue. HEX triplet: 21, 4D and AB. RGB value is (33,77,171). Sum of RGB (Red+Green+Blue) = 33+77+171=281 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.74% from 281); Green value is 77 (30.47% from 255 or 27.40% from 281); Blue value is 171 (67.19% from 255 or 60.85% from 281); Max value from RGB is 171 - color contains mainly: blue. Hex color #214DAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #214DAB is #DEB254. Grayscale: #4A4A4A. Windows color (decimal): -14594645 or 11226401. OLE color: 11226401.
HSL color Cylindrical-coordinate representation of color #214DAB: hue angle of 220.87º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #214DAB is Cyan = 0.81, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 33 | 77 | 171 | - |
| CMYK | 0.81 | 0.55 | 0 | 0.33 |
| HSL | 220.87º | 0.68% | 0.4% | - |
| HSV(B) | 220.87º | 0.81% | 0.67% | - |
| XYZ | 10.63 | 8.57 | 39.62 | - |
| YUV | 74.56 | 182.42 | 98.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 77 | 171 | 0.81 | 0.55 | 0 | 0.33 | 220.87 | 0.68 | 0.4 |
| Hex | 21 | 4D | AB | 51 | 37 | 0 | 21 | DD | 44 | 28 |
| Octal | 41 | 115 | 253 | 121 | 67 | 0 | 41 | 335 | 104 | 50 |
| Binary | 100001 | 1001101 | 10101011 | 1010001 | 110111 | 0 | 100001 | 11011101 | 1000100 | 101000 |
Color Harmonies of #214DAB
Complementary color
Monochromatic Colors of #214DAB
Black with #214DAB
Text Example
Text Example
White with #214DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214DAB; }
p { color: rgb(33,77,171); }
H1.HeaderClassName
{
color: #214DAB;
}
.AnyTagClassName
{
color: #214DAB;
}
</style>
background-color css
<style>
a { background-color: #214DAB; }
a { background-color: rgb(33,77,171); }
div.DivClassName
{
background-color: #214DAB;
}
.BgClassName
{
background-color: #214DAB;
}
</style>
border-color css
<style>
span { border-color: #214DAB; }
span { border-color: rgb(33,77,171); }
td.TdClassName
{
border-color: #214DAB;
}
.TagClassName
{
border-color: #214DAB;
}
</style>