Shades of Cerulean Blue #214CE6
Tints of Cerulean Blue #214CE6
RGB
CMYK
RGB Variations
Color information
#214CE6 (or 0x214CE6) is known color: Cerulean Blue. HEX triplet: 21, 4C and E6. RGB value is (33,76,230). Sum of RGB (Red+Green+Blue) = 33+76+230=339 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.73% from 339); Green value is 76 (30.08% from 255 or 22.42% from 339); Blue value is 230 (90.23% from 255 or 67.85% from 339); Max value from RGB is 230 - color contains mainly: blue. Hex color #214CE6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #214CE6 is #DEB319. Grayscale: #505050. Windows color (decimal): -14594842 or 15092769. OLE color: 15092769.
HSL color Cylindrical-coordinate representation of color #214CE6: hue angle of 226.9º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #214CE6 is Cyan = 0.86, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 33 | 76 | 230 | - |
| CMYK | 0.86 | 0.67 | 0 | 0.10 |
| HSL | 226.9º | 0.8% | 0.52% | - |
| HSV(B) | 226.9º | 0.86% | 0.9% | - |
| XYZ | 17.49 | 11.21 | 76.1 | - |
| YUV | 80.7 | 212.25 | 93.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 76 | 230 | 0.86 | 0.67 | 0 | 0.10 | 226.9 | 0.8 | 0.52 |
| Hex | 21 | 4C | E6 | 56 | 43 | 0 | A | E3 | 50 | 34 |
| Octal | 41 | 114 | 346 | 126 | 103 | 0 | 12 | 343 | 120 | 64 |
| Binary | 100001 | 1001100 | 11100110 | 1010110 | 1000011 | 0 | 1010 | 11100011 | 1010000 | 110100 |
Color Harmonies of #214CE6
Complementary color
Monochromatic Colors of #214CE6
Black with #214CE6
Text Example
Text Example
White with #214CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214CE6; }
p { color: rgb(33,76,230); }
H1.HeaderClassName
{
color: #214CE6;
}
.AnyTagClassName
{
color: #214CE6;
}
</style>
background-color css
<style>
a { background-color: #214CE6; }
a { background-color: rgb(33,76,230); }
div.DivClassName
{
background-color: #214CE6;
}
.BgClassName
{
background-color: #214CE6;
}
</style>
border-color css
<style>
span { border-color: #214CE6; }
span { border-color: rgb(33,76,230); }
td.TdClassName
{
border-color: #214CE6;
}
.TagClassName
{
border-color: #214CE6;
}
</style>