Shades of Cerulean Blue #2050AB
Tints of Cerulean Blue #2050AB
RGB
CMYK
RGB Variations
Color information
#2050AB (or 0x2050AB) is known color: Cerulean Blue. HEX triplet: 20, 50 and AB. RGB value is (32,80,171). Sum of RGB (Red+Green+Blue) = 32+80+171=283 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.31% from 283); Green value is 80 (31.64% from 255 or 28.27% from 283); Blue value is 171 (67.19% from 255 or 60.42% from 283); Max value from RGB is 171 - color contains mainly: blue. Hex color #2050AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2050AB is #DFAF54. Grayscale: #4B4B4B. Windows color (decimal): -14659413 or 11227168. OLE color: 11227168.
HSL color Cylindrical-coordinate representation of color #2050AB: hue angle of 219.28º 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 #2050AB is Cyan = 0.81, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 32 | 80 | 171 | - |
| CMYK | 0.81 | 0.53 | 0 | 0.33 |
| HSL | 219.28º | 0.68% | 0.4% | - |
| HSV(B) | 219.28º | 0.81% | 0.67% | - |
| XYZ | 10.82 | 8.98 | 39.69 | - |
| YUV | 76.02 | 181.6 | 96.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 80 | 171 | 0.81 | 0.53 | 0 | 0.33 | 219.28 | 0.68 | 0.4 |
| Hex | 20 | 50 | AB | 51 | 35 | 0 | 21 | DB | 44 | 28 |
| Octal | 40 | 120 | 253 | 121 | 65 | 0 | 41 | 333 | 104 | 50 |
| Binary | 100000 | 1010000 | 10101011 | 1010001 | 110101 | 0 | 100001 | 11011011 | 1000100 | 101000 |
Color Harmonies of #2050AB
Complementary color
Monochromatic Colors of #2050AB
Black with #2050AB
Text Example
Text Example
White with #2050AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2050AB; }
p { color: rgb(32,80,171); }
H1.HeaderClassName
{
color: #2050AB;
}
.AnyTagClassName
{
color: #2050AB;
}
</style>
background-color css
<style>
a { background-color: #2050AB; }
a { background-color: rgb(32,80,171); }
div.DivClassName
{
background-color: #2050AB;
}
.BgClassName
{
background-color: #2050AB;
}
</style>
border-color css
<style>
span { border-color: #2050AB; }
span { border-color: rgb(32,80,171); }
td.TdClassName
{
border-color: #2050AB;
}
.TagClassName
{
border-color: #2050AB;
}
</style>