Shades of Cerulean Blue #214FD9
Tints of Cerulean Blue #214FD9
RGB
CMYK
RGB Variations
Color information
#214FD9 (or 0x214FD9) is known color: Cerulean Blue. HEX triplet: 21, 4F and D9. RGB value is (33,79,217). Sum of RGB (Red+Green+Blue) = 33+79+217=329 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.03% from 329); Green value is 79 (31.25% from 255 or 24.01% from 329); Blue value is 217 (85.16% from 255 or 65.96% from 329); Max value from RGB is 217 - color contains mainly: blue. Hex color #214FD9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #214FD9 is #DEB026. Grayscale: #505050. Windows color (decimal): -14594087 or 14241569. OLE color: 14241569.
HSL color Cylindrical-coordinate representation of color #214FD9: hue angle of 225º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #214FD9 is Cyan = 0.85, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 33 | 79 | 217 | - |
CMYK | 0.85 | 0.64 | 0 | 0.15 |
HSL | 225º | 0.74% | 0.49% | - |
HSV(B) | 225º | 0.85% | 0.85% | - |
XYZ | 15.95 | 10.93 | 66.91 | - |
YUV | 80.98 | 204.76 | 93.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 33 | 79 | 217 | 0.85 | 0.64 | 0 | 0.15 | 225 | 0.74 | 0.49 |
Hex | 21 | 4F | D9 | 55 | 40 | 0 | F | E1 | 4A | 31 |
Octal | 41 | 117 | 331 | 125 | 100 | 0 | 17 | 341 | 112 | 61 |
Binary | 100001 | 1001111 | 11011001 | 1010101 | 1000000 | 0 | 1111 | 11100001 | 1001010 | 110001 |
Color Harmonies of #214FD9
Complementary color
Monochromatic Colors of #214FD9
Black with #214FD9
Text Example
Text Example
White with #214FD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214FD9; }
p { color: rgb(33,79,217); }
H1.HeaderClassName
{
color: #214FD9;
}
.AnyTagClassName
{
color: #214FD9;
}
</style>
background-color css
<style>
a { background-color: #214FD9; }
a { background-color: rgb(33,79,217); }
div.DivClassName
{
background-color: #214FD9;
}
.BgClassName
{
background-color: #214FD9;
}
</style>
border-color css
<style>
span { border-color: #214FD9; }
span { border-color: rgb(33,79,217); }
td.TdClassName
{
border-color: #214FD9;
}
.TagClassName
{
border-color: #214FD9;
}
</style>