Shades of Cerulean Blue #214ABC
Tints of Cerulean Blue #214ABC
RGB
CMYK
RGB Variations
Color information
#214ABC (or 0x214ABC) is known color: Cerulean Blue. HEX triplet: 21, 4A and BC. RGB value is (33,74,188). Sum of RGB (Red+Green+Blue) = 33+74+188=295 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.19% from 295); Green value is 74 (29.30% from 255 or 25.08% from 295); Blue value is 188 (73.83% from 255 or 63.73% from 295); Max value from RGB is 188 - color contains mainly: blue. Hex color #214ABC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #214ABC is #DEB543. Grayscale: #4A4A4A. Windows color (decimal): -14595396 or 12339745. OLE color: 12339745.
HSL color Cylindrical-coordinate representation of color #214ABC: hue angle of 224.13º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #214ABC is Cyan = 0.82, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 33 | 74 | 188 | - |
| CMYK | 0.82 | 0.61 | 0 | 0.26 |
| HSL | 224.13º | 0.7% | 0.43% | - |
| HSV(B) | 224.13º | 0.82% | 0.74% | - |
| XYZ | 12.15 | 8.85 | 48.64 | - |
| YUV | 74.74 | 191.92 | 98.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 74 | 188 | 0.82 | 0.61 | 0 | 0.26 | 224.13 | 0.7 | 0.43 |
| Hex | 21 | 4A | BC | 52 | 3D | 0 | 1A | E0 | 46 | 2B |
| Octal | 41 | 112 | 274 | 122 | 75 | 0 | 32 | 340 | 106 | 53 |
| Binary | 100001 | 1001010 | 10111100 | 1010010 | 111101 | 0 | 11010 | 11100000 | 1000110 | 101011 |
Color Harmonies of #214ABC
Complementary color
Monochromatic Colors of #214ABC
Black with #214ABC
Text Example
Text Example
White with #214ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214ABC; }
p { color: rgb(33,74,188); }
H1.HeaderClassName
{
color: #214ABC;
}
.AnyTagClassName
{
color: #214ABC;
}
</style>
background-color css
<style>
a { background-color: #214ABC; }
a { background-color: rgb(33,74,188); }
div.DivClassName
{
background-color: #214ABC;
}
.BgClassName
{
background-color: #214ABC;
}
</style>
border-color css
<style>
span { border-color: #214ABC; }
span { border-color: rgb(33,74,188); }
td.TdClassName
{
border-color: #214ABC;
}
.TagClassName
{
border-color: #214ABC;
}
</style>