Shades of Cerulean Blue #2055DC
Tints of Cerulean Blue #2055DC
RGB
CMYK
RGB Variations
Color information
#2055DC (or 0x2055DC) is known color: Cerulean Blue. HEX triplet: 20, 55 and DC. RGB value is (32,85,220). Sum of RGB (Red+Green+Blue) = 32+85+220=337 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.50% from 337); Green value is 85 (33.59% from 255 or 25.22% from 337); Blue value is 220 (86.33% from 255 or 65.28% from 337); Max value from RGB is 220 - color contains mainly: blue. Hex color #2055DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2055DC is #DFAA23. Grayscale: #535353. Windows color (decimal): -14658084 or 14439712. OLE color: 14439712.
HSL color Cylindrical-coordinate representation of color #2055DC: hue angle of 223.09º 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 #2055DC is Cyan = 0.85, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 85 | 220 | - |
| CMYK | 0.85 | 0.61 | 0 | 0.14 |
| HSL | 223.09º | 0.75% | 0.49% | - |
| HSV(B) | 223.09º | 0.85% | 0.86% | - |
| XYZ | 16.76 | 11.97 | 69.14 | - |
| YUV | 84.54 | 204.44 | 90.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 85 | 220 | 0.85 | 0.61 | 0 | 0.14 | 223.09 | 0.75 | 0.49 |
| Hex | 20 | 55 | DC | 55 | 3D | 0 | E | DF | 4B | 31 |
| Octal | 40 | 125 | 334 | 125 | 75 | 0 | 16 | 337 | 113 | 61 |
| Binary | 100000 | 1010101 | 11011100 | 1010101 | 111101 | 0 | 1110 | 11011111 | 1001011 | 110001 |
Color Harmonies of #2055DC
Complementary color
Monochromatic Colors of #2055DC
Black with #2055DC
Text Example
Text Example
White with #2055DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2055DC; }
p { color: rgb(32,85,220); }
H1.HeaderClassName
{
color: #2055DC;
}
.AnyTagClassName
{
color: #2055DC;
}
</style>
background-color css
<style>
a { background-color: #2055DC; }
a { background-color: rgb(32,85,220); }
div.DivClassName
{
background-color: #2055DC;
}
.BgClassName
{
background-color: #2055DC;
}
</style>
border-color css
<style>
span { border-color: #2055DC; }
span { border-color: rgb(32,85,220); }
td.TdClassName
{
border-color: #2055DC;
}
.TagClassName
{
border-color: #2055DC;
}
</style>