Shades of Cerulean Blue #214FD1
Tints of Cerulean Blue #214FD1
RGB
CMYK
RGB Variations
Color information
#214FD1 (or 0x214FD1) is known color: Cerulean Blue. HEX triplet: 21, 4F and D1. RGB value is (33,79,209). Sum of RGB (Red+Green+Blue) = 33+79+209=321 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.28% from 321); Green value is 79 (31.25% from 255 or 24.61% from 321); Blue value is 209 (82.03% from 255 or 65.11% from 321); Max value from RGB is 209 - color contains mainly: blue. Hex color #214FD1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #214FD1 is #DEB02E. Grayscale: #4F4F4F. Windows color (decimal): -14594095 or 13717281. OLE color: 13717281.
HSL color Cylindrical-coordinate representation of color #214FD1: hue angle of 224.32º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #214FD1 is Cyan = 0.84, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 33 | 79 | 209 | - |
| CMYK | 0.84 | 0.62 | 0 | 0.18 |
| HSL | 224.32º | 0.73% | 0.47% | - |
| HSV(B) | 224.32º | 0.84% | 0.82% | - |
| XYZ | 14.93 | 10.52 | 61.56 | - |
| YUV | 80.07 | 200.76 | 94.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 79 | 209 | 0.84 | 0.62 | 0 | 0.18 | 224.32 | 0.73 | 0.47 |
| Hex | 21 | 4F | D1 | 54 | 3E | 0 | 12 | E0 | 49 | 2F |
| Octal | 41 | 117 | 321 | 124 | 76 | 0 | 22 | 340 | 111 | 57 |
| Binary | 100001 | 1001111 | 11010001 | 1010100 | 111110 | 0 | 10010 | 11100000 | 1001001 | 101111 |
Color Harmonies of #214FD1
Complementary color
Monochromatic Colors of #214FD1
Black with #214FD1
Text Example
Text Example
White with #214FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214FD1; }
p { color: rgb(33,79,209); }
H1.HeaderClassName
{
color: #214FD1;
}
.AnyTagClassName
{
color: #214FD1;
}
</style>
background-color css
<style>
a { background-color: #214FD1; }
a { background-color: rgb(33,79,209); }
div.DivClassName
{
background-color: #214FD1;
}
.BgClassName
{
background-color: #214FD1;
}
</style>
border-color css
<style>
span { border-color: #214FD1; }
span { border-color: rgb(33,79,209); }
td.TdClassName
{
border-color: #214FD1;
}
.TagClassName
{
border-color: #214FD1;
}
</style>