Shades of Cerulean Blue #2057DC
Tints of Cerulean Blue #2057DC
RGB
CMYK
RGB Variations
Color information
#2057DC (or 0x2057DC) is known color: Cerulean Blue. HEX triplet: 20, 57 and DC. RGB value is (32,87,220). Sum of RGB (Red+Green+Blue) = 32+87+220=339 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.44% from 339); Green value is 87 (34.38% from 255 or 25.66% from 339); Blue value is 220 (86.33% from 255 or 64.90% from 339); Max value from RGB is 220 - color contains mainly: blue. Hex color #2057DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2057DC is #DFA823. Grayscale: #555555. Windows color (decimal): -14657572 or 14440224. OLE color: 14440224.
HSL color Cylindrical-coordinate representation of color #2057DC: hue angle of 222.45º 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 #2057DC is Cyan = 0.85, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 87 | 220 | - |
| CMYK | 0.85 | 0.60 | 0 | 0.14 |
| HSL | 222.45º | 0.75% | 0.49% | - |
| HSV(B) | 222.45º | 0.85% | 0.86% | - |
| XYZ | 16.92 | 12.29 | 69.19 | - |
| YUV | 85.72 | 203.78 | 89.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 87 | 220 | 0.85 | 0.60 | 0 | 0.14 | 222.45 | 0.75 | 0.49 |
| Hex | 20 | 57 | DC | 55 | 3C | 0 | E | DE | 4B | 31 |
| Octal | 40 | 127 | 334 | 125 | 74 | 0 | 16 | 336 | 113 | 61 |
| Binary | 100000 | 1010111 | 11011100 | 1010101 | 111100 | 0 | 1110 | 11011110 | 1001011 | 110001 |
Color Harmonies of #2057DC
Complementary color
Monochromatic Colors of #2057DC
Black with #2057DC
Text Example
Text Example
White with #2057DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2057DC; }
p { color: rgb(32,87,220); }
H1.HeaderClassName
{
color: #2057DC;
}
.AnyTagClassName
{
color: #2057DC;
}
</style>
background-color css
<style>
a { background-color: #2057DC; }
a { background-color: rgb(32,87,220); }
div.DivClassName
{
background-color: #2057DC;
}
.BgClassName
{
background-color: #2057DC;
}
</style>
border-color css
<style>
span { border-color: #2057DC; }
span { border-color: rgb(32,87,220); }
td.TdClassName
{
border-color: #2057DC;
}
.TagClassName
{
border-color: #2057DC;
}
</style>