Shades of Cerulean Blue #214DAC
Tints of Cerulean Blue #214DAC
RGB
CMYK
RGB Variations
Color information
#214DAC (or 0x214DAC) is known color: Cerulean Blue. HEX triplet: 21, 4D and AC. RGB value is (33,77,172). Sum of RGB (Red+Green+Blue) = 33+77+172=282 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.70% from 282); Green value is 77 (30.47% from 255 or 27.30% from 282); Blue value is 172 (67.58% from 255 or 60.99% from 282); Max value from RGB is 172 - color contains mainly: blue. Hex color #214DAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #214DAC is #DEB253. Grayscale: #4A4A4A. Windows color (decimal): -14594644 or 11291937. OLE color: 11291937.
HSL color Cylindrical-coordinate representation of color #214DAC: hue angle of 221.01º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #214DAC is Cyan = 0.81, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 33 | 77 | 172 | - |
| CMYK | 0.81 | 0.55 | 0 | 0.33 |
| HSL | 221.01º | 0.68% | 0.4% | - |
| HSV(B) | 221.01º | 0.81% | 0.67% | - |
| XYZ | 10.73 | 8.61 | 40.13 | - |
| YUV | 74.67 | 182.92 | 98.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 77 | 172 | 0.81 | 0.55 | 0 | 0.33 | 221.01 | 0.68 | 0.4 |
| Hex | 21 | 4D | AC | 51 | 37 | 0 | 21 | DD | 44 | 28 |
| Octal | 41 | 115 | 254 | 121 | 67 | 0 | 41 | 335 | 104 | 50 |
| Binary | 100001 | 1001101 | 10101100 | 1010001 | 110111 | 0 | 100001 | 11011101 | 1000100 | 101000 |
Color Harmonies of #214DAC
Complementary color
Monochromatic Colors of #214DAC
Black with #214DAC
Text Example
Text Example
White with #214DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214DAC; }
p { color: rgb(33,77,172); }
H1.HeaderClassName
{
color: #214DAC;
}
.AnyTagClassName
{
color: #214DAC;
}
</style>
background-color css
<style>
a { background-color: #214DAC; }
a { background-color: rgb(33,77,172); }
div.DivClassName
{
background-color: #214DAC;
}
.BgClassName
{
background-color: #214DAC;
}
</style>
border-color css
<style>
span { border-color: #214DAC; }
span { border-color: rgb(33,77,172); }
td.TdClassName
{
border-color: #214DAC;
}
.TagClassName
{
border-color: #214DAC;
}
</style>