Shades of Medium Blue #2010DD
Tints of Medium Blue #2010DD
RGB
CMYK
RGB Variations
Color information
#2010DD (or 0x2010DD) is known color: Medium Blue. HEX triplet: 20, 10 and DD. RGB value is (32,16,221). Sum of RGB (Red+Green+Blue) = 32+16+221=269 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.90% from 269); Green value is 16 (6.64% from 255 or 5.95% from 269); Blue value is 221 (86.72% from 255 or 82.16% from 269); Max value from RGB is 221 - color contains mainly: blue. Hex color #2010DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2010DD is #DFEF22. Grayscale: #2B2B2B. Windows color (decimal): -14675747 or 14487584. OLE color: 14487584.
HSL color Cylindrical-coordinate representation of color #2010DD: hue angle of 244.68º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2010DD is Cyan = 0.86, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 16 | 221 | - |
| CMYK | 0.86 | 0.93 | 0 | 0.13 |
| HSL | 244.68º | 0.86% | 0.46% | - |
| HSV(B) | 244.68º | 0.93% | 0.87% | - |
| XYZ | 13.83 | 5.9 | 68.82 | - |
| YUV | 44.15 | 227.8 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 16 | 221 | 0.86 | 0.93 | 0 | 0.13 | 244.68 | 0.86 | 0.46 |
| Hex | 20 | 10 | DD | 56 | 5D | 0 | D | F5 | 56 | 2E |
| Octal | 40 | 20 | 335 | 126 | 135 | 0 | 15 | 365 | 126 | 56 |
| Binary | 100000 | 10000 | 11011101 | 1010110 | 1011101 | 0 | 1101 | 11110101 | 1010110 | 101110 |
Color Harmonies of #2010DD
Complementary color
Monochromatic Colors of #2010DD
Black with #2010DD
Text Example
Text Example
White with #2010DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2010DD; }
p { color: rgb(32,16,221); }
H1.HeaderClassName
{
color: #2010DD;
}
.AnyTagClassName
{
color: #2010DD;
}
</style>
background-color css
<style>
a { background-color: #2010DD; }
a { background-color: rgb(32,16,221); }
div.DivClassName
{
background-color: #2010DD;
}
.BgClassName
{
background-color: #2010DD;
}
</style>
border-color css
<style>
span { border-color: #2010DD; }
span { border-color: rgb(32,16,221); }
td.TdClassName
{
border-color: #2010DD;
}
.TagClassName
{
border-color: #2010DD;
}
</style>