Shades of Cerulean Blue #214EA4
Tints of Cerulean Blue #214EA4
RGB
CMYK
RGB Variations
Color information
#214EA4 (or 0x214EA4) is known color: Cerulean Blue. HEX triplet: 21, 4E and A4. RGB value is (33,78,164). Sum of RGB (Red+Green+Blue) = 33+78+164=275 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12% from 275); Green value is 78 (30.86% from 255 or 28.36% from 275); Blue value is 164 (64.45% from 255 or 59.64% from 275); Max value from RGB is 164 - color contains mainly: blue. Hex color #214EA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #214EA4 is #DEB15B. Grayscale: #494949. Windows color (decimal): -14594396 or 10767905. OLE color: 10767905.
HSL color Cylindrical-coordinate representation of color #214EA4: hue angle of 219.39º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #214EA4 is Cyan = 0.80, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 33 | 78 | 164 | - |
| CMYK | 0.80 | 0.52 | 0 | 0.36 |
| HSL | 219.39º | 0.66% | 0.39% | - |
| HSV(B) | 219.39º | 0.8% | 0.64% | - |
| XYZ | 10.05 | 8.45 | 36.22 | - |
| YUV | 74.35 | 178.59 | 98.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 78 | 164 | 0.80 | 0.52 | 0 | 0.36 | 219.39 | 0.66 | 0.39 |
| Hex | 21 | 4E | A4 | 50 | 34 | 0 | 24 | DB | 42 | 27 |
| Octal | 41 | 116 | 244 | 120 | 64 | 0 | 44 | 333 | 102 | 47 |
| Binary | 100001 | 1001110 | 10100100 | 1010000 | 110100 | 0 | 100100 | 11011011 | 1000010 | 100111 |
Color Harmonies of #214EA4
Complementary color
Monochromatic Colors of #214EA4
Black with #214EA4
Text Example
Text Example
White with #214EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214EA4; }
p { color: rgb(33,78,164); }
H1.HeaderClassName
{
color: #214EA4;
}
.AnyTagClassName
{
color: #214EA4;
}
</style>
background-color css
<style>
a { background-color: #214EA4; }
a { background-color: rgb(33,78,164); }
div.DivClassName
{
background-color: #214EA4;
}
.BgClassName
{
background-color: #214EA4;
}
</style>
border-color css
<style>
span { border-color: #214EA4; }
span { border-color: rgb(33,78,164); }
td.TdClassName
{
border-color: #214EA4;
}
.TagClassName
{
border-color: #214EA4;
}
</style>