Shades of Cerulean Blue #2051AA
Tints of Cerulean Blue #2051AA
RGB
CMYK
RGB Variations
Color information
#2051AA (or 0x2051AA) is known color: Cerulean Blue. HEX triplet: 20, 51 and AA. RGB value is (32,81,170). Sum of RGB (Red+Green+Blue) = 32+81+170=283 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.31% from 283); Green value is 81 (32.03% from 255 or 28.62% from 283); Blue value is 170 (66.80% from 255 or 60.07% from 283); Max value from RGB is 170 - color contains mainly: blue. Hex color #2051AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2051AA is #DFAE55. Grayscale: #4C4C4C. Windows color (decimal): -14659158 or 11161888. OLE color: 11161888.
HSL color Cylindrical-coordinate representation of color #2051AA: hue angle of 218.7º 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 #2051AA is Cyan = 0.81, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 32 | 81 | 170 | - |
| CMYK | 0.81 | 0.52 | 0 | 0.33 |
| HSL | 218.7º | 0.68% | 0.4% | - |
| HSV(B) | 218.7º | 0.81% | 0.67% | - |
| XYZ | 10.79 | 9.09 | 39.22 | - |
| YUV | 76.5 | 180.77 | 96.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 81 | 170 | 0.81 | 0.52 | 0 | 0.33 | 218.7 | 0.68 | 0.4 |
| Hex | 20 | 51 | AA | 51 | 34 | 0 | 21 | DB | 44 | 28 |
| Octal | 40 | 121 | 252 | 121 | 64 | 0 | 41 | 333 | 104 | 50 |
| Binary | 100000 | 1010001 | 10101010 | 1010001 | 110100 | 0 | 100001 | 11011011 | 1000100 | 101000 |
Color Harmonies of #2051AA
Complementary color
Monochromatic Colors of #2051AA
Black with #2051AA
Text Example
Text Example
White with #2051AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2051AA; }
p { color: rgb(32,81,170); }
H1.HeaderClassName
{
color: #2051AA;
}
.AnyTagClassName
{
color: #2051AA;
}
</style>
background-color css
<style>
a { background-color: #2051AA; }
a { background-color: rgb(32,81,170); }
div.DivClassName
{
background-color: #2051AA;
}
.BgClassName
{
background-color: #2051AA;
}
</style>
border-color css
<style>
span { border-color: #2051AA; }
span { border-color: rgb(32,81,170); }
td.TdClassName
{
border-color: #2051AA;
}
.TagClassName
{
border-color: #2051AA;
}
</style>