Shades of Cerulean Blue #214DDE
Tints of Cerulean Blue #214DDE
RGB
CMYK
RGB Variations
Color information
#214DDE (or 0x214DDE) is known color: Cerulean Blue. HEX triplet: 21, 4D and DE. RGB value is (33,77,222). Sum of RGB (Red+Green+Blue) = 33+77+222=332 (43% of max value = 765). Red value is 33 (13.28% from 255 or 9.94% from 332); Green value is 77 (30.47% from 255 or 23.19% from 332); Blue value is 222 (87.11% from 255 or 66.87% from 332); Max value from RGB is 222 - color contains mainly: blue. Hex color #214DDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #214DDE is #DEB221. Grayscale: #4F4F4F. Windows color (decimal): -14594594 or 14568737. OLE color: 14568737.
HSL color Cylindrical-coordinate representation of color #214DDE: hue angle of 226.03º 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 #214DDE is Cyan = 0.85, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 77 | 222 | - |
| CMYK | 0.85 | 0.65 | 0 | 0.13 |
| HSL | 226.03º | 0.74% | 0.5% | - |
| HSV(B) | 226.03º | 0.85% | 0.87% | - |
| XYZ | 16.47 | 10.91 | 70.34 | - |
| YUV | 80.37 | 207.92 | 94.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 77 | 222 | 0.85 | 0.65 | 0 | 0.13 | 226.03 | 0.74 | 0.5 |
| Hex | 21 | 4D | DE | 55 | 41 | 0 | D | E2 | 4A | 32 |
| Octal | 41 | 115 | 336 | 125 | 101 | 0 | 15 | 342 | 112 | 62 |
| Binary | 100001 | 1001101 | 11011110 | 1010101 | 1000001 | 0 | 1101 | 11100010 | 1001010 | 110010 |
Color Harmonies of #214DDE
Complementary color
Monochromatic Colors of #214DDE
Black with #214DDE
Text Example
Text Example
White with #214DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214DDE; }
p { color: rgb(33,77,222); }
H1.HeaderClassName
{
color: #214DDE;
}
.AnyTagClassName
{
color: #214DDE;
}
</style>
background-color css
<style>
a { background-color: #214DDE; }
a { background-color: rgb(33,77,222); }
div.DivClassName
{
background-color: #214DDE;
}
.BgClassName
{
background-color: #214DDE;
}
</style>
border-color css
<style>
span { border-color: #214DDE; }
span { border-color: rgb(33,77,222); }
td.TdClassName
{
border-color: #214DDE;
}
.TagClassName
{
border-color: #214DDE;
}
</style>