Shades of Cerulean Blue #2050AC
Tints of Cerulean Blue #2050AC
RGB
CMYK
RGB Variations
Color information
#2050AC (or 0x2050AC) is known color: Cerulean Blue. HEX triplet: 20, 50 and AC. RGB value is (32,80,172). Sum of RGB (Red+Green+Blue) = 32+80+172=284 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.27% from 284); Green value is 80 (31.64% from 255 or 28.17% from 284); Blue value is 172 (67.58% from 255 or 60.56% from 284); Max value from RGB is 172 - color contains mainly: blue. Hex color #2050AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2050AC is #DFAF53. Grayscale: #4B4B4B. Windows color (decimal): -14659412 or 11292704. OLE color: 11292704.
HSL color Cylindrical-coordinate representation of color #2050AC: hue angle of 219.43º degrees, saturation: 0.69, 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 #2050AC is Cyan = 0.81, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 32 | 80 | 172 | - |
| CMYK | 0.81 | 0.53 | 0 | 0.33 |
| HSL | 219.43º | 0.69% | 0.4% | - |
| HSV(B) | 219.43º | 0.81% | 0.67% | - |
| XYZ | 10.91 | 9.02 | 40.2 | - |
| YUV | 76.14 | 182.1 | 96.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 80 | 172 | 0.81 | 0.53 | 0 | 0.33 | 219.43 | 0.69 | 0.4 |
| Hex | 20 | 50 | AC | 51 | 35 | 0 | 21 | DB | 45 | 28 |
| Octal | 40 | 120 | 254 | 121 | 65 | 0 | 41 | 333 | 105 | 50 |
| Binary | 100000 | 1010000 | 10101100 | 1010001 | 110101 | 0 | 100001 | 11011011 | 1000101 | 101000 |
Color Harmonies of #2050AC
Complementary color
Monochromatic Colors of #2050AC
Black with #2050AC
Text Example
Text Example
White with #2050AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2050AC; }
p { color: rgb(32,80,172); }
H1.HeaderClassName
{
color: #2050AC;
}
.AnyTagClassName
{
color: #2050AC;
}
</style>
background-color css
<style>
a { background-color: #2050AC; }
a { background-color: rgb(32,80,172); }
div.DivClassName
{
background-color: #2050AC;
}
.BgClassName
{
background-color: #2050AC;
}
</style>
border-color css
<style>
span { border-color: #2050AC; }
span { border-color: rgb(32,80,172); }
td.TdClassName
{
border-color: #2050AC;
}
.TagClassName
{
border-color: #2050AC;
}
</style>