Shades of Cerulean Blue #214AD2
Tints of Cerulean Blue #214AD2
RGB
CMYK
RGB Variations
Color information
#214AD2 (or 0x214AD2) is known color: Cerulean Blue. HEX triplet: 21, 4A and D2. RGB value is (33,74,210). Sum of RGB (Red+Green+Blue) = 33+74+210=317 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.41% from 317); Green value is 74 (29.30% from 255 or 23.34% from 317); Blue value is 210 (82.42% from 255 or 66.25% from 317); Max value from RGB is 210 - color contains mainly: blue. Hex color #214AD2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #214AD2 is #DEB52D. Grayscale: #4C4C4C. Windows color (decimal): -14595374 or 13781537. OLE color: 13781537.
HSL color Cylindrical-coordinate representation of color #214AD2: hue angle of 226.1º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #214AD2 is Cyan = 0.84, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 33 | 74 | 210 | - |
| CMYK | 0.84 | 0.65 | 0 | 0.18 |
| HSL | 226.1º | 0.73% | 0.48% | - |
| HSV(B) | 226.1º | 0.84% | 0.82% | - |
| XYZ | 14.71 | 9.87 | 62.1 | - |
| YUV | 77.25 | 202.92 | 96.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 74 | 210 | 0.84 | 0.65 | 0 | 0.18 | 226.1 | 0.73 | 0.48 |
| Hex | 21 | 4A | D2 | 54 | 41 | 0 | 12 | E2 | 49 | 30 |
| Octal | 41 | 112 | 322 | 124 | 101 | 0 | 22 | 342 | 111 | 60 |
| Binary | 100001 | 1001010 | 11010010 | 1010100 | 1000001 | 0 | 10010 | 11100010 | 1001001 | 110000 |
Color Harmonies of #214AD2
Complementary color
Monochromatic Colors of #214AD2
Black with #214AD2
Text Example
Text Example
White with #214AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214AD2; }
p { color: rgb(33,74,210); }
H1.HeaderClassName
{
color: #214AD2;
}
.AnyTagClassName
{
color: #214AD2;
}
</style>
background-color css
<style>
a { background-color: #214AD2; }
a { background-color: rgb(33,74,210); }
div.DivClassName
{
background-color: #214AD2;
}
.BgClassName
{
background-color: #214AD2;
}
</style>
border-color css
<style>
span { border-color: #214AD2; }
span { border-color: rgb(33,74,210); }
td.TdClassName
{
border-color: #214AD2;
}
.TagClassName
{
border-color: #214AD2;
}
</style>