Shades of Cerulean Blue #2058DC
Tints of Cerulean Blue #2058DC
RGB
CMYK
RGB Variations
Color information
#2058DC (or 0x2058DC) is known color: Cerulean Blue. HEX triplet: 20, 58 and DC. RGB value is (32,88,220). Sum of RGB (Red+Green+Blue) = 32+88+220=340 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.41% from 340); Green value is 88 (34.77% from 255 or 25.88% from 340); Blue value is 220 (86.33% from 255 or 64.71% from 340); Max value from RGB is 220 - color contains mainly: blue. Hex color #2058DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2058DC is #DFA723. Grayscale: #555555. Windows color (decimal): -14657316 or 14440480. OLE color: 14440480.
HSL color Cylindrical-coordinate representation of color #2058DC: hue angle of 222.13º 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 #2058DC is Cyan = 0.85, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 88 | 220 | - |
| CMYK | 0.85 | 0.6 | 0 | 0.14 |
| HSL | 222.13º | 0.75% | 0.49% | - |
| HSV(B) | 222.13º | 0.85% | 0.86% | - |
| XYZ | 17 | 12.45 | 69.22 | - |
| YUV | 86.3 | 203.45 | 89.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 88 | 220 | 0.85 | 0.6 | 0 | 0.14 | 222.13 | 0.75 | 0.49 |
| Hex | 20 | 58 | DC | 55 | 3C | 0 | E | DE | 4B | 31 |
| Octal | 40 | 130 | 334 | 125 | 74 | 0 | 16 | 336 | 113 | 61 |
| Binary | 100000 | 1011000 | 11011100 | 1010101 | 111100 | 0 | 1110 | 11011110 | 1001011 | 110001 |
Color Harmonies of #2058DC
Complementary color
Monochromatic Colors of #2058DC
Black with #2058DC
Text Example
Text Example
White with #2058DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2058DC; }
p { color: rgb(32,88,220); }
H1.HeaderClassName
{
color: #2058DC;
}
.AnyTagClassName
{
color: #2058DC;
}
</style>
background-color css
<style>
a { background-color: #2058DC; }
a { background-color: rgb(32,88,220); }
div.DivClassName
{
background-color: #2058DC;
}
.BgClassName
{
background-color: #2058DC;
}
</style>
border-color css
<style>
span { border-color: #2058DC; }
span { border-color: rgb(32,88,220); }
td.TdClassName
{
border-color: #2058DC;
}
.TagClassName
{
border-color: #2058DC;
}
</style>