Shades of Cerulean Blue #214AAC
Tints of Cerulean Blue #214AAC
RGB
CMYK
RGB Variations
Color information
#214AAC (or 0x214AAC) is known color: Cerulean Blue. HEX triplet: 21, 4A and AC. RGB value is (33,74,172). Sum of RGB (Red+Green+Blue) = 33+74+172=279 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.83% from 279); Green value is 74 (29.30% from 255 or 26.52% from 279); Blue value is 172 (67.58% from 255 or 61.65% from 279); Max value from RGB is 172 - color contains mainly: blue. Hex color #214AAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214AAC is #DEB553. Grayscale: #484848. Windows color (decimal): -14595412 or 11291169. OLE color: 11291169.
HSL color Cylindrical-coordinate representation of color #214AAC: hue angle of 222.3º 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 #214AAC is Cyan = 0.81, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 33 | 74 | 172 | - |
| CMYK | 0.81 | 0.57 | 0 | 0.33 |
| HSL | 222.3º | 0.68% | 0.4% | - |
| HSV(B) | 222.3º | 0.81% | 0.67% | - |
| XYZ | 10.52 | 8.2 | 40.06 | - |
| YUV | 72.91 | 183.92 | 99.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 74 | 172 | 0.81 | 0.57 | 0 | 0.33 | 222.3 | 0.68 | 0.4 |
| Hex | 21 | 4A | AC | 51 | 39 | 0 | 21 | DE | 44 | 28 |
| Octal | 41 | 112 | 254 | 121 | 71 | 0 | 41 | 336 | 104 | 50 |
| Binary | 100001 | 1001010 | 10101100 | 1010001 | 111001 | 0 | 100001 | 11011110 | 1000100 | 101000 |
Color Harmonies of #214AAC
Complementary color
Monochromatic Colors of #214AAC
Black with #214AAC
Text Example
Text Example
White with #214AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214AAC; }
p { color: rgb(33,74,172); }
H1.HeaderClassName
{
color: #214AAC;
}
.AnyTagClassName
{
color: #214AAC;
}
</style>
background-color css
<style>
a { background-color: #214AAC; }
a { background-color: rgb(33,74,172); }
div.DivClassName
{
background-color: #214AAC;
}
.BgClassName
{
background-color: #214AAC;
}
</style>
border-color css
<style>
span { border-color: #214AAC; }
span { border-color: rgb(33,74,172); }
td.TdClassName
{
border-color: #214AAC;
}
.TagClassName
{
border-color: #214AAC;
}
</style>