Shades of Cerulean Blue #214AB7
Tints of Cerulean Blue #214AB7
RGB
CMYK
RGB Variations
Color information
#214AB7 (or 0x214AB7) is known color: Cerulean Blue. HEX triplet: 21, 4A and B7. RGB value is (33,74,183). Sum of RGB (Red+Green+Blue) = 33+74+183=290 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.38% from 290); Green value is 74 (29.30% from 255 or 25.52% from 290); Blue value is 183 (71.88% from 255 or 63.10% from 290); Max value from RGB is 183 - color contains mainly: blue. Hex color #214AB7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #214AB7 is #DEB548. Grayscale: #494949. Windows color (decimal): -14595401 or 12012065. OLE color: 12012065.
HSL color Cylindrical-coordinate representation of color #214AB7: hue angle of 223.6º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #214AB7 is Cyan = 0.82, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 33 | 74 | 183 | - |
| CMYK | 0.82 | 0.60 | 0 | 0.28 |
| HSL | 223.6º | 0.69% | 0.42% | - |
| HSV(B) | 223.6º | 0.82% | 0.72% | - |
| XYZ | 11.62 | 8.64 | 45.85 | - |
| YUV | 74.17 | 189.42 | 98.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 74 | 183 | 0.82 | 0.60 | 0 | 0.28 | 223.6 | 0.69 | 0.42 |
| Hex | 21 | 4A | B7 | 52 | 3C | 0 | 1C | E0 | 45 | 2A |
| Octal | 41 | 112 | 267 | 122 | 74 | 0 | 34 | 340 | 105 | 52 |
| Binary | 100001 | 1001010 | 10110111 | 1010010 | 111100 | 0 | 11100 | 11100000 | 1000101 | 101010 |
Color Harmonies of #214AB7
Complementary color
Monochromatic Colors of #214AB7
Black with #214AB7
Text Example
Text Example
White with #214AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214AB7; }
p { color: rgb(33,74,183); }
H1.HeaderClassName
{
color: #214AB7;
}
.AnyTagClassName
{
color: #214AB7;
}
</style>
background-color css
<style>
a { background-color: #214AB7; }
a { background-color: rgb(33,74,183); }
div.DivClassName
{
background-color: #214AB7;
}
.BgClassName
{
background-color: #214AB7;
}
</style>
border-color css
<style>
span { border-color: #214AB7; }
span { border-color: rgb(33,74,183); }
td.TdClassName
{
border-color: #214AB7;
}
.TagClassName
{
border-color: #214AB7;
}
</style>