Shades of Cerulean Blue #2052D9
Tints of Cerulean Blue #2052D9
RGB
CMYK
RGB Variations
Color information
#2052D9 (or 0x2052D9) is known color: Cerulean Blue. HEX triplet: 20, 52 and D9. RGB value is (32,82,217). Sum of RGB (Red+Green+Blue) = 32+82+217=331 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.67% from 331); Green value is 82 (32.42% from 255 or 24.77% from 331); Blue value is 217 (85.16% from 255 or 65.56% from 331); Max value from RGB is 217 - color contains mainly: blue. Hex color #2052D9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2052D9 is #DFAD26. Grayscale: #515151. Windows color (decimal): -14658855 or 14242336. OLE color: 14242336.
HSL color Cylindrical-coordinate representation of color #2052D9: hue angle of 223.78º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2052D9 is Cyan = 0.85, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 32 | 82 | 217 | - |
| CMYK | 0.85 | 0.62 | 0 | 0.15 |
| HSL | 223.78º | 0.74% | 0.49% | - |
| HSV(B) | 223.78º | 0.85% | 0.85% | - |
| XYZ | 16.14 | 11.35 | 66.99 | - |
| YUV | 82.44 | 203.94 | 92.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 82 | 217 | 0.85 | 0.62 | 0 | 0.15 | 223.78 | 0.74 | 0.49 |
| Hex | 20 | 52 | D9 | 55 | 3E | 0 | F | E0 | 4A | 31 |
| Octal | 40 | 122 | 331 | 125 | 76 | 0 | 17 | 340 | 112 | 61 |
| Binary | 100000 | 1010010 | 11011001 | 1010101 | 111110 | 0 | 1111 | 11100000 | 1001010 | 110001 |
Color Harmonies of #2052D9
Complementary color
Monochromatic Colors of #2052D9
Black with #2052D9
Text Example
Text Example
White with #2052D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2052D9; }
p { color: rgb(32,82,217); }
H1.HeaderClassName
{
color: #2052D9;
}
.AnyTagClassName
{
color: #2052D9;
}
</style>
background-color css
<style>
a { background-color: #2052D9; }
a { background-color: rgb(32,82,217); }
div.DivClassName
{
background-color: #2052D9;
}
.BgClassName
{
background-color: #2052D9;
}
</style>
border-color css
<style>
span { border-color: #2052D9; }
span { border-color: rgb(32,82,217); }
td.TdClassName
{
border-color: #2052D9;
}
.TagClassName
{
border-color: #2052D9;
}
</style>