Shades of Cerulean Blue #214FDD
Tints of Cerulean Blue #214FDD
RGB
CMYK
RGB Variations
Color information
#214FDD (or 0x214FDD) is known color: Cerulean Blue. HEX triplet: 21, 4F and DD. RGB value is (33,79,221). Sum of RGB (Red+Green+Blue) = 33+79+221=333 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.91% from 333); Green value is 79 (31.25% from 255 or 23.72% from 333); Blue value is 221 (86.72% from 255 or 66.37% from 333); Max value from RGB is 221 - color contains mainly: blue. Hex color #214FDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #214FDD is #DEB022. Grayscale: #505050. Windows color (decimal): -14594083 or 14503713. OLE color: 14503713.
HSL color Cylindrical-coordinate representation of color #214FDD: hue angle of 225.32º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #214FDD is Cyan = 0.85, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 79 | 221 | - |
| CMYK | 0.85 | 0.64 | 0 | 0.13 |
| HSL | 225.32º | 0.74% | 0.5% | - |
| HSV(B) | 225.32º | 0.85% | 0.87% | - |
| XYZ | 16.47 | 11.14 | 69.69 | - |
| YUV | 81.43 | 206.76 | 93.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 79 | 221 | 0.85 | 0.64 | 0 | 0.13 | 225.32 | 0.74 | 0.5 |
| Hex | 21 | 4F | DD | 55 | 40 | 0 | D | E1 | 4A | 32 |
| Octal | 41 | 117 | 335 | 125 | 100 | 0 | 15 | 341 | 112 | 62 |
| Binary | 100001 | 1001111 | 11011101 | 1010101 | 1000000 | 0 | 1101 | 11100001 | 1001010 | 110010 |
Color Harmonies of #214FDD
Complementary color
Monochromatic Colors of #214FDD
Black with #214FDD
Text Example
Text Example
White with #214FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214FDD; }
p { color: rgb(33,79,221); }
H1.HeaderClassName
{
color: #214FDD;
}
.AnyTagClassName
{
color: #214FDD;
}
</style>
background-color css
<style>
a { background-color: #214FDD; }
a { background-color: rgb(33,79,221); }
div.DivClassName
{
background-color: #214FDD;
}
.BgClassName
{
background-color: #214FDD;
}
</style>
border-color css
<style>
span { border-color: #214FDD; }
span { border-color: rgb(33,79,221); }
td.TdClassName
{
border-color: #214FDD;
}
.TagClassName
{
border-color: #214FDD;
}
</style>