Shades of Cerulean Blue #214CE3
Tints of Cerulean Blue #214CE3
RGB
CMYK
RGB Variations
Color information
#214CE3 (or 0x214CE3) is known color: Cerulean Blue. HEX triplet: 21, 4C and E3. RGB value is (33,76,227). Sum of RGB (Red+Green+Blue) = 33+76+227=336 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.82% from 336); Green value is 76 (30.08% from 255 or 22.62% from 336); Blue value is 227 (89.06% from 255 or 67.56% from 336); Max value from RGB is 227 - color contains mainly: blue. Hex color #214CE3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #214CE3 is #DEB31C. Grayscale: #4F4F4F. Windows color (decimal): -14594845 or 14896161. OLE color: 14896161.
HSL color Cylindrical-coordinate representation of color #214CE3: hue angle of 226.7º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #214CE3 is Cyan = 0.85, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 33 | 76 | 227 | - |
| CMYK | 0.85 | 0.67 | 0 | 0.11 |
| HSL | 226.7º | 0.78% | 0.51% | - |
| HSV(B) | 226.7º | 0.85% | 0.89% | - |
| XYZ | 17.08 | 11.04 | 73.9 | - |
| YUV | 80.36 | 210.75 | 94.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 76 | 227 | 0.85 | 0.67 | 0 | 0.11 | 226.7 | 0.78 | 0.51 |
| Hex | 21 | 4C | E3 | 55 | 43 | 0 | B | E3 | 4E | 33 |
| Octal | 41 | 114 | 343 | 125 | 103 | 0 | 13 | 343 | 116 | 63 |
| Binary | 100001 | 1001100 | 11100011 | 1010101 | 1000011 | 0 | 1011 | 11100011 | 1001110 | 110011 |
Color Harmonies of #214CE3
Complementary color
Monochromatic Colors of #214CE3
Black with #214CE3
Text Example
Text Example
White with #214CE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214CE3; }
p { color: rgb(33,76,227); }
H1.HeaderClassName
{
color: #214CE3;
}
.AnyTagClassName
{
color: #214CE3;
}
</style>
background-color css
<style>
a { background-color: #214CE3; }
a { background-color: rgb(33,76,227); }
div.DivClassName
{
background-color: #214CE3;
}
.BgClassName
{
background-color: #214CE3;
}
</style>
border-color css
<style>
span { border-color: #214CE3; }
span { border-color: rgb(33,76,227); }
td.TdClassName
{
border-color: #214CE3;
}
.TagClassName
{
border-color: #214CE3;
}
</style>