Shades of Cerulean Blue #2049DC
Tints of Cerulean Blue #2049DC
RGB
CMYK
RGB Variations
Color information
#2049DC (or 0x2049DC) is known color: Cerulean Blue. HEX triplet: 20, 49 and DC. RGB value is (32,73,220). Sum of RGB (Red+Green+Blue) = 32+73+220=325 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.85% from 325); Green value is 73 (28.91% from 255 or 22.46% from 325); Blue value is 220 (86.33% from 255 or 67.69% from 325); Max value from RGB is 220 - color contains mainly: blue. Hex color #2049DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2049DC is #DFB623. Grayscale: #4C4C4C. Windows color (decimal): -14661156 or 14436640. OLE color: 14436640.
HSL color Cylindrical-coordinate representation of color #2049DC: hue angle of 226.91º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2049DC is Cyan = 0.85, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 73 | 220 | - |
| CMYK | 0.85 | 0.67 | 0 | 0.14 |
| HSL | 226.91º | 0.75% | 0.49% | - |
| HSV(B) | 226.91º | 0.85% | 0.86% | - |
| XYZ | 15.9 | 10.24 | 68.85 | - |
| YUV | 77.5 | 208.42 | 95.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 73 | 220 | 0.85 | 0.67 | 0 | 0.14 | 226.91 | 0.75 | 0.49 |
| Hex | 20 | 49 | DC | 55 | 43 | 0 | E | E3 | 4B | 31 |
| Octal | 40 | 111 | 334 | 125 | 103 | 0 | 16 | 343 | 113 | 61 |
| Binary | 100000 | 1001001 | 11011100 | 1010101 | 1000011 | 0 | 1110 | 11100011 | 1001011 | 110001 |
Color Harmonies of #2049DC
Complementary color
Monochromatic Colors of #2049DC
Black with #2049DC
Text Example
Text Example
White with #2049DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2049DC; }
p { color: rgb(32,73,220); }
H1.HeaderClassName
{
color: #2049DC;
}
.AnyTagClassName
{
color: #2049DC;
}
</style>
background-color css
<style>
a { background-color: #2049DC; }
a { background-color: rgb(32,73,220); }
div.DivClassName
{
background-color: #2049DC;
}
.BgClassName
{
background-color: #2049DC;
}
</style>
border-color css
<style>
span { border-color: #2049DC; }
span { border-color: rgb(32,73,220); }
td.TdClassName
{
border-color: #2049DC;
}
.TagClassName
{
border-color: #2049DC;
}
</style>