Shades of Cerulean Blue #214DDB
Tints of Cerulean Blue #214DDB
RGB
CMYK
RGB Variations
Color information
#214DDB (or 0x214DDB) is known color: Cerulean Blue. HEX triplet: 21, 4D and DB. RGB value is (33,77,219). Sum of RGB (Red+Green+Blue) = 33+77+219=329 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.03% from 329); Green value is 77 (30.47% from 255 or 23.40% from 329); Blue value is 219 (85.94% from 255 or 66.57% from 329); Max value from RGB is 219 - color contains mainly: blue. Hex color #214DDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #214DDB is #DEB224. Grayscale: #4F4F4F. Windows color (decimal): -14594597 or 14372129. OLE color: 14372129.
HSL color Cylindrical-coordinate representation of color #214DDB: hue angle of 225.81º 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 #214DDB is Cyan = 0.85, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 77 | 219 | - |
| CMYK | 0.85 | 0.65 | 0 | 0.14 |
| HSL | 225.81º | 0.74% | 0.49% | - |
| HSV(B) | 225.81º | 0.85% | 0.86% | - |
| XYZ | 16.07 | 10.75 | 68.25 | - |
| YUV | 80.03 | 206.42 | 94.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 77 | 219 | 0.85 | 0.65 | 0 | 0.14 | 225.81 | 0.74 | 0.49 |
| Hex | 21 | 4D | DB | 55 | 41 | 0 | E | E2 | 4A | 31 |
| Octal | 41 | 115 | 333 | 125 | 101 | 0 | 16 | 342 | 112 | 61 |
| Binary | 100001 | 1001101 | 11011011 | 1010101 | 1000001 | 0 | 1110 | 11100010 | 1001010 | 110001 |
Color Harmonies of #214DDB
Complementary color
Monochromatic Colors of #214DDB
Black with #214DDB
Text Example
Text Example
White with #214DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214DDB; }
p { color: rgb(33,77,219); }
H1.HeaderClassName
{
color: #214DDB;
}
.AnyTagClassName
{
color: #214DDB;
}
</style>
background-color css
<style>
a { background-color: #214DDB; }
a { background-color: rgb(33,77,219); }
div.DivClassName
{
background-color: #214DDB;
}
.BgClassName
{
background-color: #214DDB;
}
</style>
border-color css
<style>
span { border-color: #214DDB; }
span { border-color: rgb(33,77,219); }
td.TdClassName
{
border-color: #214DDB;
}
.TagClassName
{
border-color: #214DDB;
}
</style>