Shades of Cerulean Blue #214ECF
Tints of Cerulean Blue #214ECF
RGB
CMYK
RGB Variations
Color information
#214ECF (or 0x214ECF) is known color: Cerulean Blue. HEX triplet: 21, 4E and CF. RGB value is (33,78,207). Sum of RGB (Red+Green+Blue) = 33+78+207=318 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.38% from 318); Green value is 78 (30.86% from 255 or 24.53% from 318); Blue value is 207 (81.25% from 255 or 65.09% from 318); Max value from RGB is 207 - color contains mainly: blue. Hex color #214ECF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #214ECF is #DEB130. Grayscale: #4E4E4E. Windows color (decimal): -14594353 or 13585953. OLE color: 13585953.
HSL color Cylindrical-coordinate representation of color #214ECF: hue angle of 224.48º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #214ECF is Cyan = 0.84, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 33 | 78 | 207 | - |
| CMYK | 0.84 | 0.62 | 0 | 0.19 |
| HSL | 224.48º | 0.73% | 0.47% | - |
| HSV(B) | 224.48º | 0.84% | 0.81% | - |
| XYZ | 14.61 | 10.28 | 60.24 | - |
| YUV | 79.25 | 200.09 | 95.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 78 | 207 | 0.84 | 0.62 | 0 | 0.19 | 224.48 | 0.73 | 0.47 |
| Hex | 21 | 4E | CF | 54 | 3E | 0 | 13 | E0 | 48 | 2F |
| Octal | 41 | 116 | 317 | 124 | 76 | 0 | 23 | 340 | 110 | 57 |
| Binary | 100001 | 1001110 | 11001111 | 1010100 | 111110 | 0 | 10011 | 11100000 | 1001000 | 101111 |
Color Harmonies of #214ECF
Complementary color
Monochromatic Colors of #214ECF
Black with #214ECF
Text Example
Text Example
White with #214ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214ECF; }
p { color: rgb(33,78,207); }
H1.HeaderClassName
{
color: #214ECF;
}
.AnyTagClassName
{
color: #214ECF;
}
</style>
background-color css
<style>
a { background-color: #214ECF; }
a { background-color: rgb(33,78,207); }
div.DivClassName
{
background-color: #214ECF;
}
.BgClassName
{
background-color: #214ECF;
}
</style>
border-color css
<style>
span { border-color: #214ECF; }
span { border-color: rgb(33,78,207); }
td.TdClassName
{
border-color: #214ECF;
}
.TagClassName
{
border-color: #214ECF;
}
</style>