Shades of Cerulean Blue #2053DC
Tints of Cerulean Blue #2053DC
RGB
CMYK
RGB Variations
Color information
#2053DC (or 0x2053DC) is known color: Cerulean Blue. HEX triplet: 20, 53 and DC. RGB value is (32,83,220). Sum of RGB (Red+Green+Blue) = 32+83+220=335 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.55% from 335); Green value is 83 (32.81% from 255 or 24.78% from 335); Blue value is 220 (86.33% from 255 or 65.67% from 335); Max value from RGB is 220 - color contains mainly: blue. Hex color #2053DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2053DC is #DFAC23. Grayscale: #525252. Windows color (decimal): -14658596 or 14439200. OLE color: 14439200.
HSL color Cylindrical-coordinate representation of color #2053DC: hue angle of 223.72º 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 #2053DC is Cyan = 0.85, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 83 | 220 | - |
| CMYK | 0.85 | 0.62 | 0 | 0.14 |
| HSL | 223.72º | 0.75% | 0.49% | - |
| HSV(B) | 223.72º | 0.85% | 0.86% | - |
| XYZ | 16.61 | 11.66 | 69.09 | - |
| YUV | 83.37 | 205.1 | 91.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 83 | 220 | 0.85 | 0.62 | 0 | 0.14 | 223.72 | 0.75 | 0.49 |
| Hex | 20 | 53 | DC | 55 | 3E | 0 | E | E0 | 4B | 31 |
| Octal | 40 | 123 | 334 | 125 | 76 | 0 | 16 | 340 | 113 | 61 |
| Binary | 100000 | 1010011 | 11011100 | 1010101 | 111110 | 0 | 1110 | 11100000 | 1001011 | 110001 |
Color Harmonies of #2053DC
Complementary color
Monochromatic Colors of #2053DC
Black with #2053DC
Text Example
Text Example
White with #2053DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2053DC; }
p { color: rgb(32,83,220); }
H1.HeaderClassName
{
color: #2053DC;
}
.AnyTagClassName
{
color: #2053DC;
}
</style>
background-color css
<style>
a { background-color: #2053DC; }
a { background-color: rgb(32,83,220); }
div.DivClassName
{
background-color: #2053DC;
}
.BgClassName
{
background-color: #2053DC;
}
</style>
border-color css
<style>
span { border-color: #2053DC; }
span { border-color: rgb(32,83,220); }
td.TdClassName
{
border-color: #2053DC;
}
.TagClassName
{
border-color: #2053DC;
}
</style>