Shades of Cerulean Blue #214EC6
Tints of Cerulean Blue #214EC6
RGB
CMYK
RGB Variations
Color information
#214EC6 (or 0x214EC6) is known color: Cerulean Blue. HEX triplet: 21, 4E and C6. RGB value is (33,78,198). Sum of RGB (Red+Green+Blue) = 33+78+198=309 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.68% from 309); Green value is 78 (30.86% from 255 or 25.24% from 309); Blue value is 198 (77.73% from 255 or 64.08% from 309); Max value from RGB is 198 - color contains mainly: blue. Hex color #214EC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #214EC6 is #DEB139. Grayscale: #4D4D4D. Windows color (decimal): -14594362 or 12996129. OLE color: 12996129.
HSL color Cylindrical-coordinate representation of color #214EC6: hue angle of 223.64º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #214EC6 is Cyan = 0.83, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 33 | 78 | 198 | - |
| CMYK | 0.83 | 0.61 | 0 | 0.22 |
| HSL | 223.64º | 0.71% | 0.45% | - |
| HSV(B) | 223.64º | 0.83% | 0.78% | - |
| XYZ | 13.54 | 9.85 | 54.61 | - |
| YUV | 78.23 | 195.59 | 95.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 78 | 198 | 0.83 | 0.61 | 0 | 0.22 | 223.64 | 0.71 | 0.45 |
| Hex | 21 | 4E | C6 | 53 | 3D | 0 | 16 | E0 | 47 | 2D |
| Octal | 41 | 116 | 306 | 123 | 75 | 0 | 26 | 340 | 107 | 55 |
| Binary | 100001 | 1001110 | 11000110 | 1010011 | 111101 | 0 | 10110 | 11100000 | 1000111 | 101101 |
Color Harmonies of #214EC6
Complementary color
Monochromatic Colors of #214EC6
Black with #214EC6
Text Example
Text Example
White with #214EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214EC6; }
p { color: rgb(33,78,198); }
H1.HeaderClassName
{
color: #214EC6;
}
.AnyTagClassName
{
color: #214EC6;
}
</style>
background-color css
<style>
a { background-color: #214EC6; }
a { background-color: rgb(33,78,198); }
div.DivClassName
{
background-color: #214EC6;
}
.BgClassName
{
background-color: #214EC6;
}
</style>
border-color css
<style>
span { border-color: #214EC6; }
span { border-color: rgb(33,78,198); }
td.TdClassName
{
border-color: #214EC6;
}
.TagClassName
{
border-color: #214EC6;
}
</style>