Shades of Cerulean Blue #2053AA
Tints of Cerulean Blue #2053AA
RGB
CMYK
RGB Variations
Color information
#2053AA (or 0x2053AA) is known color: Cerulean Blue. HEX triplet: 20, 53 and AA. RGB value is (32,83,170). Sum of RGB (Red+Green+Blue) = 32+83+170=285 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.23% from 285); Green value is 83 (32.81% from 255 or 29.12% from 285); Blue value is 170 (66.80% from 255 or 59.65% from 285); Max value from RGB is 170 - color contains mainly: blue. Hex color #2053AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2053AA is #DFAC55. Grayscale: #4D4D4D. Windows color (decimal): -14658646 or 11162400. OLE color: 11162400.
HSL color Cylindrical-coordinate representation of color #2053AA: hue angle of 217.83º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2053AA is Cyan = 0.81, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 32 | 83 | 170 | - |
| CMYK | 0.81 | 0.51 | 0 | 0.33 |
| HSL | 217.83º | 0.68% | 0.4% | - |
| HSV(B) | 217.83º | 0.81% | 0.67% | - |
| XYZ | 10.94 | 9.4 | 39.27 | - |
| YUV | 77.67 | 180.1 | 95.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 83 | 170 | 0.81 | 0.51 | 0 | 0.33 | 217.83 | 0.68 | 0.4 |
| Hex | 20 | 53 | AA | 51 | 33 | 0 | 21 | DA | 44 | 28 |
| Octal | 40 | 123 | 252 | 121 | 63 | 0 | 41 | 332 | 104 | 50 |
| Binary | 100000 | 1010011 | 10101010 | 1010001 | 110011 | 0 | 100001 | 11011010 | 1000100 | 101000 |
Color Harmonies of #2053AA
Complementary color
Monochromatic Colors of #2053AA
Black with #2053AA
Text Example
Text Example
White with #2053AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2053AA; }
p { color: rgb(32,83,170); }
H1.HeaderClassName
{
color: #2053AA;
}
.AnyTagClassName
{
color: #2053AA;
}
</style>
background-color css
<style>
a { background-color: #2053AA; }
a { background-color: rgb(32,83,170); }
div.DivClassName
{
background-color: #2053AA;
}
.BgClassName
{
background-color: #2053AA;
}
</style>
border-color css
<style>
span { border-color: #2053AA; }
span { border-color: rgb(32,83,170); }
td.TdClassName
{
border-color: #2053AA;
}
.TagClassName
{
border-color: #2053AA;
}
</style>