Shades of Cerulean Blue #214ABD
Tints of Cerulean Blue #214ABD
RGB
CMYK
RGB Variations
Color information
#214ABD (or 0x214ABD) is known color: Cerulean Blue. HEX triplet: 21, 4A and BD. RGB value is (33,74,189). Sum of RGB (Red+Green+Blue) = 33+74+189=296 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.15% from 296); Green value is 74 (29.30% from 255 or 25% from 296); Blue value is 189 (74.22% from 255 or 63.85% from 296); Max value from RGB is 189 - color contains mainly: blue. Hex color #214ABD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #214ABD is #DEB542. Grayscale: #4A4A4A. Windows color (decimal): -14595395 or 12405281. OLE color: 12405281.
HSL color Cylindrical-coordinate representation of color #214ABD: hue angle of 224.23º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #214ABD is Cyan = 0.83, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 33 | 74 | 189 | - |
| CMYK | 0.83 | 0.61 | 0 | 0.26 |
| HSL | 224.23º | 0.7% | 0.44% | - |
| HSV(B) | 224.23º | 0.83% | 0.74% | - |
| XYZ | 12.26 | 8.9 | 49.21 | - |
| YUV | 74.85 | 192.42 | 98.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 74 | 189 | 0.83 | 0.61 | 0 | 0.26 | 224.23 | 0.7 | 0.44 |
| Hex | 21 | 4A | BD | 53 | 3D | 0 | 1A | E0 | 46 | 2C |
| Octal | 41 | 112 | 275 | 123 | 75 | 0 | 32 | 340 | 106 | 54 |
| Binary | 100001 | 1001010 | 10111101 | 1010011 | 111101 | 0 | 11010 | 11100000 | 1000110 | 101100 |
Color Harmonies of #214ABD
Complementary color
Monochromatic Colors of #214ABD
Black with #214ABD
Text Example
Text Example
White with #214ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214ABD; }
p { color: rgb(33,74,189); }
H1.HeaderClassName
{
color: #214ABD;
}
.AnyTagClassName
{
color: #214ABD;
}
</style>
background-color css
<style>
a { background-color: #214ABD; }
a { background-color: rgb(33,74,189); }
div.DivClassName
{
background-color: #214ABD;
}
.BgClassName
{
background-color: #214ABD;
}
</style>
border-color css
<style>
span { border-color: #214ABD; }
span { border-color: rgb(33,74,189); }
td.TdClassName
{
border-color: #214ABD;
}
.TagClassName
{
border-color: #214ABD;
}
</style>