Shades of Cerulean Blue #214DC9
Tints of Cerulean Blue #214DC9
RGB
CMYK
RGB Variations
Color information
#214DC9 (or 0x214DC9) is known color: Cerulean Blue. HEX triplet: 21, 4D and C9. RGB value is (33,77,201). Sum of RGB (Red+Green+Blue) = 33+77+201=311 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.61% from 311); Green value is 77 (30.47% from 255 or 24.76% from 311); Blue value is 201 (78.91% from 255 or 64.63% from 311); Max value from RGB is 201 - color contains mainly: blue. Hex color #214DC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #214DC9 is #DEB236. Grayscale: #4D4D4D. Windows color (decimal): -14594615 or 13192481. OLE color: 13192481.
HSL color Cylindrical-coordinate representation of color #214DC9: hue angle of 224.29º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #214DC9 is Cyan = 0.84, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 33 | 77 | 201 | - |
| CMYK | 0.84 | 0.62 | 0 | 0.21 |
| HSL | 224.29º | 0.72% | 0.46% | - |
| HSV(B) | 224.29º | 0.84% | 0.79% | - |
| XYZ | 13.82 | 9.85 | 56.43 | - |
| YUV | 77.98 | 197.42 | 95.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 77 | 201 | 0.84 | 0.62 | 0 | 0.21 | 224.29 | 0.72 | 0.46 |
| Hex | 21 | 4D | C9 | 54 | 3E | 0 | 15 | E0 | 48 | 2E |
| Octal | 41 | 115 | 311 | 124 | 76 | 0 | 25 | 340 | 110 | 56 |
| Binary | 100001 | 1001101 | 11001001 | 1010100 | 111110 | 0 | 10101 | 11100000 | 1001000 | 101110 |
Color Harmonies of #214DC9
Complementary color
Monochromatic Colors of #214DC9
Black with #214DC9
Text Example
Text Example
White with #214DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214DC9; }
p { color: rgb(33,77,201); }
H1.HeaderClassName
{
color: #214DC9;
}
.AnyTagClassName
{
color: #214DC9;
}
</style>
background-color css
<style>
a { background-color: #214DC9; }
a { background-color: rgb(33,77,201); }
div.DivClassName
{
background-color: #214DC9;
}
.BgClassName
{
background-color: #214DC9;
}
</style>
border-color css
<style>
span { border-color: #214DC9; }
span { border-color: rgb(33,77,201); }
td.TdClassName
{
border-color: #214DC9;
}
.TagClassName
{
border-color: #214DC9;
}
</style>