Shades of Cerulean Blue #2052AD
Tints of Cerulean Blue #2052AD
RGB
CMYK
RGB Variations
Color information
#2052AD (or 0x2052AD) is known color: Cerulean Blue. HEX triplet: 20, 52 and AD. RGB value is (32,82,173). Sum of RGB (Red+Green+Blue) = 32+82+173=287 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.15% from 287); Green value is 82 (32.42% from 255 or 28.57% from 287); Blue value is 173 (67.97% from 255 or 60.28% from 287); Max value from RGB is 173 - color contains mainly: blue. Hex color #2052AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2052AD is #DFAD52. Grayscale: #4D4D4D. Windows color (decimal): -14658899 or 11358752. OLE color: 11358752.
HSL color Cylindrical-coordinate representation of color #2052AD: hue angle of 218.72º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2052AD is Cyan = 0.82, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 32 | 82 | 173 | - |
| CMYK | 0.82 | 0.53 | 0 | 0.32 |
| HSL | 218.72º | 0.69% | 0.4% | - |
| HSV(B) | 218.72º | 0.82% | 0.68% | - |
| XYZ | 11.16 | 9.36 | 40.75 | - |
| YUV | 77.42 | 181.94 | 95.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 82 | 173 | 0.82 | 0.53 | 0 | 0.32 | 218.72 | 0.69 | 0.4 |
| Hex | 20 | 52 | AD | 52 | 35 | 0 | 20 | DB | 45 | 28 |
| Octal | 40 | 122 | 255 | 122 | 65 | 0 | 40 | 333 | 105 | 50 |
| Binary | 100000 | 1010010 | 10101101 | 1010010 | 110101 | 0 | 100000 | 11011011 | 1000101 | 101000 |
Color Harmonies of #2052AD
Complementary color
Monochromatic Colors of #2052AD
Black with #2052AD
Text Example
Text Example
White with #2052AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2052AD; }
p { color: rgb(32,82,173); }
H1.HeaderClassName
{
color: #2052AD;
}
.AnyTagClassName
{
color: #2052AD;
}
</style>
background-color css
<style>
a { background-color: #2052AD; }
a { background-color: rgb(32,82,173); }
div.DivClassName
{
background-color: #2052AD;
}
.BgClassName
{
background-color: #2052AD;
}
</style>
border-color css
<style>
span { border-color: #2052AD; }
span { border-color: rgb(32,82,173); }
td.TdClassName
{
border-color: #2052AD;
}
.TagClassName
{
border-color: #2052AD;
}
</style>