Shades of Medium Blue #2011DC
Tints of Medium Blue #2011DC
RGB
CMYK
RGB Variations
Color information
#2011DC (or 0x2011DC) is known color: Medium Blue. HEX triplet: 20, 11 and DC. RGB value is (32,17,220). Sum of RGB (Red+Green+Blue) = 32+17+220=269 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.90% from 269); Green value is 17 (7.03% from 255 or 6.32% from 269); Blue value is 220 (86.33% from 255 or 81.78% from 269); Max value from RGB is 220 - color contains mainly: blue. Hex color #2011DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2011DC is #DFEE23. Grayscale: #2B2B2B. Windows color (decimal): -14675492 or 14422304. OLE color: 14422304.
HSL color Cylindrical-coordinate representation of color #2011DC: hue angle of 244.43º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2011DC is Cyan = 0.85, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 17 | 220 | - |
| CMYK | 0.85 | 0.92 | 0 | 0.14 |
| HSL | 244.43º | 0.86% | 0.46% | - |
| HSV(B) | 244.43º | 0.92% | 0.86% | - |
| XYZ | 13.71 | 5.88 | 68.12 | - |
| YUV | 44.63 | 226.97 | 118.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 17 | 220 | 0.85 | 0.92 | 0 | 0.14 | 244.43 | 0.86 | 0.46 |
| Hex | 20 | 11 | DC | 55 | 5C | 0 | E | F4 | 56 | 2E |
| Octal | 40 | 21 | 334 | 125 | 134 | 0 | 16 | 364 | 126 | 56 |
| Binary | 100000 | 10001 | 11011100 | 1010101 | 1011100 | 0 | 1110 | 11110100 | 1010110 | 101110 |
Color Harmonies of #2011DC
Complementary color
Monochromatic Colors of #2011DC
Black with #2011DC
Text Example
Text Example
White with #2011DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2011DC; }
p { color: rgb(32,17,220); }
H1.HeaderClassName
{
color: #2011DC;
}
.AnyTagClassName
{
color: #2011DC;
}
</style>
background-color css
<style>
a { background-color: #2011DC; }
a { background-color: rgb(32,17,220); }
div.DivClassName
{
background-color: #2011DC;
}
.BgClassName
{
background-color: #2011DC;
}
</style>
border-color css
<style>
span { border-color: #2011DC; }
span { border-color: rgb(32,17,220); }
td.TdClassName
{
border-color: #2011DC;
}
.TagClassName
{
border-color: #2011DC;
}
</style>