Shades of Cerulean Blue #214CE1
Tints of Cerulean Blue #214CE1
RGB
CMYK
RGB Variations
Color information
#214CE1 (or 0x214CE1) is known color: Cerulean Blue. HEX triplet: 21, 4C and E1. RGB value is (33,76,225). Sum of RGB (Red+Green+Blue) = 33+76+225=334 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.88% from 334); Green value is 76 (30.08% from 255 or 22.75% from 334); Blue value is 225 (88.28% from 255 or 67.37% from 334); Max value from RGB is 225 - color contains mainly: blue. Hex color #214CE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #214CE1 is #DEB31E. Grayscale: #4F4F4F. Windows color (decimal): -14594847 or 14765089. OLE color: 14765089.
HSL color Cylindrical-coordinate representation of color #214CE1: hue angle of 226.56º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #214CE1 is Cyan = 0.85, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 33 | 76 | 225 | - |
| CMYK | 0.85 | 0.66 | 0 | 0.12 |
| HSL | 226.56º | 0.76% | 0.51% | - |
| HSV(B) | 226.56º | 0.85% | 0.88% | - |
| XYZ | 16.8 | 10.93 | 72.46 | - |
| YUV | 80.13 | 209.75 | 94.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 76 | 225 | 0.85 | 0.66 | 0 | 0.12 | 226.56 | 0.76 | 0.51 |
| Hex | 21 | 4C | E1 | 55 | 42 | 0 | C | E3 | 4C | 33 |
| Octal | 41 | 114 | 341 | 125 | 102 | 0 | 14 | 343 | 114 | 63 |
| Binary | 100001 | 1001100 | 11100001 | 1010101 | 1000010 | 0 | 1100 | 11100011 | 1001100 | 110011 |
Color Harmonies of #214CE1
Complementary color
Monochromatic Colors of #214CE1
Black with #214CE1
Text Example
Text Example
White with #214CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214CE1; }
p { color: rgb(33,76,225); }
H1.HeaderClassName
{
color: #214CE1;
}
.AnyTagClassName
{
color: #214CE1;
}
</style>
background-color css
<style>
a { background-color: #214CE1; }
a { background-color: rgb(33,76,225); }
div.DivClassName
{
background-color: #214CE1;
}
.BgClassName
{
background-color: #214CE1;
}
</style>
border-color css
<style>
span { border-color: #214CE1; }
span { border-color: rgb(33,76,225); }
td.TdClassName
{
border-color: #214CE1;
}
.TagClassName
{
border-color: #214CE1;
}
</style>