Shades of Blue #2011FF
Tints of Blue #2011FF
RGB
CMYK
RGB Variations
Color information
#2011FF (or 0x2011FF) is known color: Blue. HEX triplet: 20, 11 and FF. RGB value is (32,17,255). Sum of RGB (Red+Green+Blue) = 32+17+255=304 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.53% from 304); Green value is 17 (7.03% from 255 or 5.59% from 304); Blue value is 255 (100% from 255 or 83.88% from 304); Max value from RGB is 255 - color contains mainly: blue. Hex color #2011FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2011FF is #DFEE00. Grayscale: #2F2F2F. Windows color (decimal): -14675457 or 16716064. OLE color: 16716064.
HSL color Cylindrical-coordinate representation of color #2011FF: hue angle of 243.78º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2011FF is Cyan = 0.87, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 32 | 17 | 255 | - |
| CMYK | 0.87 | 0.93 | 0 | 0 |
| HSL | 243.78º | 1% | 0.53% | - |
| HSV(B) | 243.78º | 0.93% | 1% | - |
| XYZ | 18.85 | 7.93 | 95.14 | - |
| YUV | 48.62 | 244.47 | 116.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 17 | 255 | 0.87 | 0.93 | 0 | 0 | 243.78 | 1 | 0.53 |
| Hex | 20 | 11 | FF | 57 | 5D | 0 | 0 | F4 | 64 | 35 |
| Octal | 40 | 21 | 377 | 127 | 135 | 0 | 0 | 364 | 144 | 65 |
| Binary | 100000 | 10001 | 11111111 | 1010111 | 1011101 | 0 | 0 | 11110100 | 1100100 | 110101 |
Color Harmonies of #2011FF
Complementary color
Monochromatic Colors of #2011FF
Black with #2011FF
Text Example
Text Example
White with #2011FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2011FF; }
p { color: rgb(32,17,255); }
H1.HeaderClassName
{
color: #2011FF;
}
.AnyTagClassName
{
color: #2011FF;
}
</style>
background-color css
<style>
a { background-color: #2011FF; }
a { background-color: rgb(32,17,255); }
div.DivClassName
{
background-color: #2011FF;
}
.BgClassName
{
background-color: #2011FF;
}
</style>
border-color css
<style>
span { border-color: #2011FF; }
span { border-color: rgb(32,17,255); }
td.TdClassName
{
border-color: #2011FF;
}
.TagClassName
{
border-color: #2011FF;
}
</style>