Shades of Cerulean Blue #214FDB
Tints of Cerulean Blue #214FDB
RGB
CMYK
RGB Variations
Color information
#214FDB (or 0x214FDB) is known color: Cerulean Blue. HEX triplet: 21, 4F and DB. RGB value is (33,79,219). Sum of RGB (Red+Green+Blue) = 33+79+219=331 (43% of max value = 765). Red value is 33 (13.28% from 255 or 9.97% from 331); Green value is 79 (31.25% from 255 or 23.87% from 331); Blue value is 219 (85.94% from 255 or 66.16% from 331); Max value from RGB is 219 - color contains mainly: blue. Hex color #214FDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #214FDB is #DEB024. Grayscale: #505050. Windows color (decimal): -14594085 or 14372641. OLE color: 14372641.
HSL color Cylindrical-coordinate representation of color #214FDB: hue angle of 225.16º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #214FDB is Cyan = 0.85, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 79 | 219 | - |
| CMYK | 0.85 | 0.64 | 0 | 0.14 |
| HSL | 225.16º | 0.74% | 0.49% | - |
| HSV(B) | 225.16º | 0.85% | 0.86% | - |
| XYZ | 16.21 | 11.03 | 68.29 | - |
| YUV | 81.21 | 205.76 | 93.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 79 | 219 | 0.85 | 0.64 | 0 | 0.14 | 225.16 | 0.74 | 0.49 |
| Hex | 21 | 4F | DB | 55 | 40 | 0 | E | E1 | 4A | 31 |
| Octal | 41 | 117 | 333 | 125 | 100 | 0 | 16 | 341 | 112 | 61 |
| Binary | 100001 | 1001111 | 11011011 | 1010101 | 1000000 | 0 | 1110 | 11100001 | 1001010 | 110001 |
Color Harmonies of #214FDB
Complementary color
Monochromatic Colors of #214FDB
Black with #214FDB
Text Example
Text Example
White with #214FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214FDB; }
p { color: rgb(33,79,219); }
H1.HeaderClassName
{
color: #214FDB;
}
.AnyTagClassName
{
color: #214FDB;
}
</style>
background-color css
<style>
a { background-color: #214FDB; }
a { background-color: rgb(33,79,219); }
div.DivClassName
{
background-color: #214FDB;
}
.BgClassName
{
background-color: #214FDB;
}
</style>
border-color css
<style>
span { border-color: #214FDB; }
span { border-color: rgb(33,79,219); }
td.TdClassName
{
border-color: #214FDB;
}
.TagClassName
{
border-color: #214FDB;
}
</style>