Shades of Cerulean Blue #214EAC
Tints of Cerulean Blue #214EAC
RGB
CMYK
RGB Variations
Color information
#214EAC (or 0x214EAC) is known color: Cerulean Blue. HEX triplet: 21, 4E and AC. RGB value is (33,78,172). Sum of RGB (Red+Green+Blue) = 33+78+172=283 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.66% from 283); Green value is 78 (30.86% from 255 or 27.56% from 283); Blue value is 172 (67.58% from 255 or 60.78% from 283); Max value from RGB is 172 - color contains mainly: blue. Hex color #214EAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #214EAC is #DEB153. Grayscale: #4A4A4A. Windows color (decimal): -14594388 or 11292193. OLE color: 11292193.
HSL color Cylindrical-coordinate representation of color #214EAC: hue angle of 220.58º 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 #214EAC is Cyan = 0.81, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 33 | 78 | 172 | - |
| CMYK | 0.81 | 0.55 | 0 | 0.33 |
| HSL | 220.58º | 0.68% | 0.4% | - |
| HSV(B) | 220.58º | 0.81% | 0.67% | - |
| XYZ | 10.8 | 8.75 | 40.15 | - |
| YUV | 75.26 | 182.59 | 97.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 78 | 172 | 0.81 | 0.55 | 0 | 0.33 | 220.58 | 0.68 | 0.4 |
| Hex | 21 | 4E | AC | 51 | 37 | 0 | 21 | DD | 44 | 28 |
| Octal | 41 | 116 | 254 | 121 | 67 | 0 | 41 | 335 | 104 | 50 |
| Binary | 100001 | 1001110 | 10101100 | 1010001 | 110111 | 0 | 100001 | 11011101 | 1000100 | 101000 |
Color Harmonies of #214EAC
Complementary color
Monochromatic Colors of #214EAC
Black with #214EAC
Text Example
Text Example
White with #214EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214EAC; }
p { color: rgb(33,78,172); }
H1.HeaderClassName
{
color: #214EAC;
}
.AnyTagClassName
{
color: #214EAC;
}
</style>
background-color css
<style>
a { background-color: #214EAC; }
a { background-color: rgb(33,78,172); }
div.DivClassName
{
background-color: #214EAC;
}
.BgClassName
{
background-color: #214EAC;
}
</style>
border-color css
<style>
span { border-color: #214EAC; }
span { border-color: rgb(33,78,172); }
td.TdClassName
{
border-color: #214EAC;
}
.TagClassName
{
border-color: #214EAC;
}
</style>