Shades of Blue #2011EC
Tints of Blue #2011EC
RGB
CMYK
RGB Variations
Color information
#2011EC (or 0x2011EC) is known color: Blue. HEX triplet: 20, 11 and EC. RGB value is (32,17,236). Sum of RGB (Red+Green+Blue) = 32+17+236=285 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.23% from 285); Green value is 17 (7.03% from 255 or 5.96% from 285); Blue value is 236 (92.58% from 255 or 82.81% from 285); Max value from RGB is 236 - color contains mainly: blue. Hex color #2011EC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2011EC is #DFEE13. Grayscale: #2D2D2D. Windows color (decimal): -14675476 or 15470880. OLE color: 15470880.
HSL color Cylindrical-coordinate representation of color #2011EC: hue angle of 244.11º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2011EC is Cyan = 0.86, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 17 | 236 | - |
| CMYK | 0.86 | 0.93 | 0 | 0.07 |
| HSL | 244.11º | 0.87% | 0.5% | - |
| HSV(B) | 244.11º | 0.93% | 0.93% | - |
| XYZ | 15.94 | 6.76 | 79.82 | - |
| YUV | 46.45 | 234.97 | 117.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 17 | 236 | 0.86 | 0.93 | 0 | 0.07 | 244.11 | 0.87 | 0.5 |
| Hex | 20 | 11 | EC | 56 | 5D | 0 | 7 | F4 | 57 | 32 |
| Octal | 40 | 21 | 354 | 126 | 135 | 0 | 7 | 364 | 127 | 62 |
| Binary | 100000 | 10001 | 11101100 | 1010110 | 1011101 | 0 | 111 | 11110100 | 1010111 | 110010 |
Color Harmonies of #2011EC
Complementary color
Monochromatic Colors of #2011EC
Black with #2011EC
Text Example
Text Example
White with #2011EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2011EC; }
p { color: rgb(32,17,236); }
H1.HeaderClassName
{
color: #2011EC;
}
.AnyTagClassName
{
color: #2011EC;
}
</style>
background-color css
<style>
a { background-color: #2011EC; }
a { background-color: rgb(32,17,236); }
div.DivClassName
{
background-color: #2011EC;
}
.BgClassName
{
background-color: #2011EC;
}
</style>
border-color css
<style>
span { border-color: #2011EC; }
span { border-color: rgb(32,17,236); }
td.TdClassName
{
border-color: #2011EC;
}
.TagClassName
{
border-color: #2011EC;
}
</style>