Shades of Cerulean Blue #2052DC
Tints of Cerulean Blue #2052DC
RGB
CMYK
RGB Variations
Color information
#2052DC (or 0x2052DC) is known color: Cerulean Blue. HEX triplet: 20, 52 and DC. RGB value is (32,82,220). Sum of RGB (Red+Green+Blue) = 32+82+220=334 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.58% from 334); Green value is 82 (32.42% from 255 or 24.55% from 334); Blue value is 220 (86.33% from 255 or 65.87% from 334); Max value from RGB is 220 - color contains mainly: blue. Hex color #2052DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2052DC is #DFAD23. Grayscale: #525252. Windows color (decimal): -14658852 or 14438944. OLE color: 14438944.
HSL color Cylindrical-coordinate representation of color #2052DC: hue angle of 224.04º 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 #2052DC is Cyan = 0.85, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 82 | 220 | - |
| CMYK | 0.85 | 0.63 | 0 | 0.14 |
| HSL | 224.04º | 0.75% | 0.49% | - |
| HSV(B) | 224.04º | 0.85% | 0.86% | - |
| XYZ | 16.53 | 11.51 | 69.06 | - |
| YUV | 82.78 | 205.44 | 91.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 82 | 220 | 0.85 | 0.63 | 0 | 0.14 | 224.04 | 0.75 | 0.49 |
| Hex | 20 | 52 | DC | 55 | 3F | 0 | E | E0 | 4B | 31 |
| Octal | 40 | 122 | 334 | 125 | 77 | 0 | 16 | 340 | 113 | 61 |
| Binary | 100000 | 1010010 | 11011100 | 1010101 | 111111 | 0 | 1110 | 11100000 | 1001011 | 110001 |
Color Harmonies of #2052DC
Complementary color
Monochromatic Colors of #2052DC
Black with #2052DC
Text Example
Text Example
White with #2052DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2052DC; }
p { color: rgb(32,82,220); }
H1.HeaderClassName
{
color: #2052DC;
}
.AnyTagClassName
{
color: #2052DC;
}
</style>
background-color css
<style>
a { background-color: #2052DC; }
a { background-color: rgb(32,82,220); }
div.DivClassName
{
background-color: #2052DC;
}
.BgClassName
{
background-color: #2052DC;
}
</style>
border-color css
<style>
span { border-color: #2052DC; }
span { border-color: rgb(32,82,220); }
td.TdClassName
{
border-color: #2052DC;
}
.TagClassName
{
border-color: #2052DC;
}
</style>