Shades of Cerulean Blue #214EDD
Tints of Cerulean Blue #214EDD
RGB
CMYK
RGB Variations
Color information
#214EDD (or 0x214EDD) is known color: Cerulean Blue. HEX triplet: 21, 4E and DD. RGB value is (33,78,221). Sum of RGB (Red+Green+Blue) = 33+78+221=332 (43% of max value = 765). Red value is 33 (13.28% from 255 or 9.94% from 332); Green value is 78 (30.86% from 255 or 23.49% from 332); Blue value is 221 (86.72% from 255 or 66.57% from 332); Max value from RGB is 221 - color contains mainly: blue. Hex color #214EDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #214EDD is #DEB122. Grayscale: #505050. Windows color (decimal): -14594339 or 14503457. OLE color: 14503457.
HSL color Cylindrical-coordinate representation of color #214EDD: hue angle of 225.64º 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 #214EDD is Cyan = 0.85, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 78 | 221 | - |
| CMYK | 0.85 | 0.65 | 0 | 0.13 |
| HSL | 225.64º | 0.74% | 0.5% | - |
| HSV(B) | 225.64º | 0.85% | 0.87% | - |
| XYZ | 16.4 | 10.99 | 69.66 | - |
| YUV | 80.85 | 207.09 | 93.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 78 | 221 | 0.85 | 0.65 | 0 | 0.13 | 225.64 | 0.74 | 0.5 |
| Hex | 21 | 4E | DD | 55 | 41 | 0 | D | E2 | 4A | 32 |
| Octal | 41 | 116 | 335 | 125 | 101 | 0 | 15 | 342 | 112 | 62 |
| Binary | 100001 | 1001110 | 11011101 | 1010101 | 1000001 | 0 | 1101 | 11100010 | 1001010 | 110010 |
Color Harmonies of #214EDD
Complementary color
Monochromatic Colors of #214EDD
Black with #214EDD
Text Example
Text Example
White with #214EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214EDD; }
p { color: rgb(33,78,221); }
H1.HeaderClassName
{
color: #214EDD;
}
.AnyTagClassName
{
color: #214EDD;
}
</style>
background-color css
<style>
a { background-color: #214EDD; }
a { background-color: rgb(33,78,221); }
div.DivClassName
{
background-color: #214EDD;
}
.BgClassName
{
background-color: #214EDD;
}
</style>
border-color css
<style>
span { border-color: #214EDD; }
span { border-color: rgb(33,78,221); }
td.TdClassName
{
border-color: #214EDD;
}
.TagClassName
{
border-color: #214EDD;
}
</style>