Shades of Blue #2011EF
Tints of Blue #2011EF
RGB
CMYK
RGB Variations
Color information
#2011EF (or 0x2011EF) is known color: Blue. HEX triplet: 20, 11 and EF. RGB value is (32,17,239). Sum of RGB (Red+Green+Blue) = 32+17+239=288 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.11% from 288); Green value is 17 (7.03% from 255 or 5.90% from 288); Blue value is 239 (93.75% from 255 or 82.99% from 288); Max value from RGB is 239 - color contains mainly: blue. Hex color #2011EF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2011EF is #DFEE10. Grayscale: #2D2D2D. Windows color (decimal): -14675473 or 15667488. OLE color: 15667488.
HSL color Cylindrical-coordinate representation of color #2011EF: hue angle of 244.05º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2011EF is Cyan = 0.87, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 32 | 17 | 239 | - |
| CMYK | 0.87 | 0.93 | 0 | 0.06 |
| HSL | 244.05º | 0.87% | 0.5% | - |
| HSV(B) | 244.05º | 0.93% | 0.94% | - |
| XYZ | 16.38 | 6.94 | 82.14 | - |
| YUV | 46.79 | 236.47 | 117.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 17 | 239 | 0.87 | 0.93 | 0 | 0.06 | 244.05 | 0.87 | 0.5 |
| Hex | 20 | 11 | EF | 57 | 5D | 0 | 6 | F4 | 57 | 32 |
| Octal | 40 | 21 | 357 | 127 | 135 | 0 | 6 | 364 | 127 | 62 |
| Binary | 100000 | 10001 | 11101111 | 1010111 | 1011101 | 0 | 110 | 11110100 | 1010111 | 110010 |
Color Harmonies of #2011EF
Complementary color
Monochromatic Colors of #2011EF
Black with #2011EF
Text Example
Text Example
White with #2011EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2011EF; }
p { color: rgb(32,17,239); }
H1.HeaderClassName
{
color: #2011EF;
}
.AnyTagClassName
{
color: #2011EF;
}
</style>
background-color css
<style>
a { background-color: #2011EF; }
a { background-color: rgb(32,17,239); }
div.DivClassName
{
background-color: #2011EF;
}
.BgClassName
{
background-color: #2011EF;
}
</style>
border-color css
<style>
span { border-color: #2011EF; }
span { border-color: rgb(32,17,239); }
td.TdClassName
{
border-color: #2011EF;
}
.TagClassName
{
border-color: #2011EF;
}
</style>