Shades of Cerulean Blue #2051AB
Tints of Cerulean Blue #2051AB
RGB
CMYK
RGB Variations
Color information
#2051AB (or 0x2051AB) is known color: Cerulean Blue. HEX triplet: 20, 51 and AB. RGB value is (32,81,171). Sum of RGB (Red+Green+Blue) = 32+81+171=284 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.27% from 284); Green value is 81 (32.03% from 255 or 28.52% from 284); Blue value is 171 (67.19% from 255 or 60.21% from 284); Max value from RGB is 171 - color contains mainly: blue. Hex color #2051AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2051AB is #DFAE54. Grayscale: #4C4C4C. Windows color (decimal): -14659157 or 11227424. OLE color: 11227424.
HSL color Cylindrical-coordinate representation of color #2051AB: hue angle of 218.85º 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 #2051AB is Cyan = 0.81, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 32 | 81 | 171 | - |
| CMYK | 0.81 | 0.53 | 0 | 0.33 |
| HSL | 218.85º | 0.68% | 0.4% | - |
| HSV(B) | 218.85º | 0.81% | 0.67% | - |
| XYZ | 10.89 | 9.13 | 39.72 | - |
| YUV | 76.61 | 181.27 | 96.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 81 | 171 | 0.81 | 0.53 | 0 | 0.33 | 218.85 | 0.68 | 0.4 |
| Hex | 20 | 51 | AB | 51 | 35 | 0 | 21 | DB | 44 | 28 |
| Octal | 40 | 121 | 253 | 121 | 65 | 0 | 41 | 333 | 104 | 50 |
| Binary | 100000 | 1010001 | 10101011 | 1010001 | 110101 | 0 | 100001 | 11011011 | 1000100 | 101000 |
Color Harmonies of #2051AB
Complementary color
Monochromatic Colors of #2051AB
Black with #2051AB
Text Example
Text Example
White with #2051AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2051AB; }
p { color: rgb(32,81,171); }
H1.HeaderClassName
{
color: #2051AB;
}
.AnyTagClassName
{
color: #2051AB;
}
</style>
background-color css
<style>
a { background-color: #2051AB; }
a { background-color: rgb(32,81,171); }
div.DivClassName
{
background-color: #2051AB;
}
.BgClassName
{
background-color: #2051AB;
}
</style>
border-color css
<style>
span { border-color: #2051AB; }
span { border-color: rgb(32,81,171); }
td.TdClassName
{
border-color: #2051AB;
}
.TagClassName
{
border-color: #2051AB;
}
</style>