Shades of Cerulean Blue #214ABB
Tints of Cerulean Blue #214ABB
RGB
CMYK
RGB Variations
Color information
#214ABB (or 0x214ABB) is known color: Cerulean Blue. HEX triplet: 21, 4A and BB. RGB value is (33,74,187). Sum of RGB (Red+Green+Blue) = 33+74+187=294 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.22% from 294); Green value is 74 (29.30% from 255 or 25.17% from 294); Blue value is 187 (73.44% from 255 or 63.61% from 294); Max value from RGB is 187 - color contains mainly: blue. Hex color #214ABB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #214ABB is #DEB544. Grayscale: #4A4A4A. Windows color (decimal): -14595397 or 12274209. OLE color: 12274209.
HSL color Cylindrical-coordinate representation of color #214ABB: hue angle of 224.03º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #214ABB is Cyan = 0.82, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 33 | 74 | 187 | - |
| CMYK | 0.82 | 0.60 | 0 | 0.27 |
| HSL | 224.03º | 0.7% | 0.43% | - |
| HSV(B) | 224.03º | 0.82% | 0.73% | - |
| XYZ | 12.05 | 8.81 | 48.08 | - |
| YUV | 74.62 | 191.42 | 98.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 74 | 187 | 0.82 | 0.60 | 0 | 0.27 | 224.03 | 0.7 | 0.43 |
| Hex | 21 | 4A | BB | 52 | 3C | 0 | 1B | E0 | 46 | 2B |
| Octal | 41 | 112 | 273 | 122 | 74 | 0 | 33 | 340 | 106 | 53 |
| Binary | 100001 | 1001010 | 10111011 | 1010010 | 111100 | 0 | 11011 | 11100000 | 1000110 | 101011 |
Color Harmonies of #214ABB
Complementary color
Monochromatic Colors of #214ABB
Black with #214ABB
Text Example
Text Example
White with #214ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214ABB; }
p { color: rgb(33,74,187); }
H1.HeaderClassName
{
color: #214ABB;
}
.AnyTagClassName
{
color: #214ABB;
}
</style>
background-color css
<style>
a { background-color: #214ABB; }
a { background-color: rgb(33,74,187); }
div.DivClassName
{
background-color: #214ABB;
}
.BgClassName
{
background-color: #214ABB;
}
</style>
border-color css
<style>
span { border-color: #214ABB; }
span { border-color: rgb(33,74,187); }
td.TdClassName
{
border-color: #214ABB;
}
.TagClassName
{
border-color: #214ABB;
}
</style>