Shades of Cerulean Blue #214CA2
Tints of Cerulean Blue #214CA2
RGB
CMYK
RGB Variations
Color information
#214CA2 (or 0x214CA2) is known color: Cerulean Blue. HEX triplet: 21, 4C and A2. RGB value is (33,76,162). Sum of RGB (Red+Green+Blue) = 33+76+162=271 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.18% from 271); Green value is 76 (30.08% from 255 or 28.04% from 271); Blue value is 162 (63.67% from 255 or 59.78% from 271); Max value from RGB is 162 - color contains mainly: blue. Hex color #214CA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214CA2 is #DEB35D. Grayscale: #484848. Windows color (decimal): -14594910 or 10636321. OLE color: 10636321.
HSL color Cylindrical-coordinate representation of color #214CA2: hue angle of 220º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #214CA2 is Cyan = 0.80, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 33 | 76 | 162 | - |
| CMYK | 0.80 | 0.53 | 0 | 0.36 |
| HSL | 220º | 0.66% | 0.38% | - |
| HSV(B) | 220º | 0.8% | 0.64% | - |
| XYZ | 9.73 | 8.1 | 35.23 | - |
| YUV | 72.95 | 178.25 | 99.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 76 | 162 | 0.80 | 0.53 | 0 | 0.36 | 220 | 0.66 | 0.38 |
| Hex | 21 | 4C | A2 | 50 | 35 | 0 | 24 | DC | 42 | 26 |
| Octal | 41 | 114 | 242 | 120 | 65 | 0 | 44 | 334 | 102 | 46 |
| Binary | 100001 | 1001100 | 10100010 | 1010000 | 110101 | 0 | 100100 | 11011100 | 1000010 | 100110 |
Color Harmonies of #214CA2
Complementary color
Monochromatic Colors of #214CA2
Black with #214CA2
Text Example
Text Example
White with #214CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214CA2; }
p { color: rgb(33,76,162); }
H1.HeaderClassName
{
color: #214CA2;
}
.AnyTagClassName
{
color: #214CA2;
}
</style>
background-color css
<style>
a { background-color: #214CA2; }
a { background-color: rgb(33,76,162); }
div.DivClassName
{
background-color: #214CA2;
}
.BgClassName
{
background-color: #214CA2;
}
</style>
border-color css
<style>
span { border-color: #214CA2; }
span { border-color: rgb(33,76,162); }
td.TdClassName
{
border-color: #214CA2;
}
.TagClassName
{
border-color: #214CA2;
}
</style>