Shades of Cerulean Blue #214BAC
Tints of Cerulean Blue #214BAC
RGB
CMYK
RGB Variations
Color information
#214BAC (or 0x214BAC) is known color: Cerulean Blue. HEX triplet: 21, 4B and AC. RGB value is (33,75,172). Sum of RGB (Red+Green+Blue) = 33+75+172=280 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.79% from 280); Green value is 75 (29.69% from 255 or 26.79% from 280); Blue value is 172 (67.58% from 255 or 61.43% from 280); Max value from RGB is 172 - color contains mainly: blue. Hex color #214BAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214BAC is #DEB453. Grayscale: #494949. Windows color (decimal): -14595156 or 11291425. OLE color: 11291425.
HSL color Cylindrical-coordinate representation of color #214BAC: hue angle of 221.87º 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 #214BAC is Cyan = 0.81, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 33 | 75 | 172 | - |
| CMYK | 0.81 | 0.56 | 0 | 0.33 |
| HSL | 221.87º | 0.68% | 0.4% | - |
| HSV(B) | 221.87º | 0.81% | 0.67% | - |
| XYZ | 10.59 | 8.33 | 40.08 | - |
| YUV | 73.5 | 183.59 | 99.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 75 | 172 | 0.81 | 0.56 | 0 | 0.33 | 221.87 | 0.68 | 0.4 |
| Hex | 21 | 4B | AC | 51 | 38 | 0 | 21 | DE | 44 | 28 |
| Octal | 41 | 113 | 254 | 121 | 70 | 0 | 41 | 336 | 104 | 50 |
| Binary | 100001 | 1001011 | 10101100 | 1010001 | 111000 | 0 | 100001 | 11011110 | 1000100 | 101000 |
Color Harmonies of #214BAC
Complementary color
Monochromatic Colors of #214BAC
Black with #214BAC
Text Example
Text Example
White with #214BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214BAC; }
p { color: rgb(33,75,172); }
H1.HeaderClassName
{
color: #214BAC;
}
.AnyTagClassName
{
color: #214BAC;
}
</style>
background-color css
<style>
a { background-color: #214BAC; }
a { background-color: rgb(33,75,172); }
div.DivClassName
{
background-color: #214BAC;
}
.BgClassName
{
background-color: #214BAC;
}
</style>
border-color css
<style>
span { border-color: #214BAC; }
span { border-color: rgb(33,75,172); }
td.TdClassName
{
border-color: #214BAC;
}
.TagClassName
{
border-color: #214BAC;
}
</style>