Shades of Cerulean Blue #2050A7
Tints of Cerulean Blue #2050A7
RGB
CMYK
RGB Variations
Color information
#2050A7 (or 0x2050A7) is known color: Cerulean Blue. HEX triplet: 20, 50 and A7. RGB value is (32,80,167). Sum of RGB (Red+Green+Blue) = 32+80+167=279 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.47% from 279); Green value is 80 (31.64% from 255 or 28.67% from 279); Blue value is 167 (65.62% from 255 or 59.86% from 279); Max value from RGB is 167 - color contains mainly: blue. Hex color #2050A7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2050A7 is #DFAF58. Grayscale: #4B4B4B. Windows color (decimal): -14659417 or 10965024. OLE color: 10965024.
HSL color Cylindrical-coordinate representation of color #2050A7: hue angle of 218.67º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2050A7 is Cyan = 0.81, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 32 | 80 | 167 | - |
| CMYK | 0.81 | 0.52 | 0 | 0.35 |
| HSL | 218.67º | 0.68% | 0.39% | - |
| HSV(B) | 218.67º | 0.81% | 0.65% | - |
| XYZ | 10.44 | 8.83 | 37.71 | - |
| YUV | 75.57 | 179.6 | 96.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 80 | 167 | 0.81 | 0.52 | 0 | 0.35 | 218.67 | 0.68 | 0.39 |
| Hex | 20 | 50 | A7 | 51 | 34 | 0 | 23 | DB | 44 | 27 |
| Octal | 40 | 120 | 247 | 121 | 64 | 0 | 43 | 333 | 104 | 47 |
| Binary | 100000 | 1010000 | 10100111 | 1010001 | 110100 | 0 | 100011 | 11011011 | 1000100 | 100111 |
Color Harmonies of #2050A7
Complementary color
Monochromatic Colors of #2050A7
Black with #2050A7
Text Example
Text Example
White with #2050A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2050A7; }
p { color: rgb(32,80,167); }
H1.HeaderClassName
{
color: #2050A7;
}
.AnyTagClassName
{
color: #2050A7;
}
</style>
background-color css
<style>
a { background-color: #2050A7; }
a { background-color: rgb(32,80,167); }
div.DivClassName
{
background-color: #2050A7;
}
.BgClassName
{
background-color: #2050A7;
}
</style>
border-color css
<style>
span { border-color: #2050A7; }
span { border-color: rgb(32,80,167); }
td.TdClassName
{
border-color: #2050A7;
}
.TagClassName
{
border-color: #2050A7;
}
</style>