Shades of Medium Blue #2010D7
Tints of Medium Blue #2010D7
RGB
CMYK
RGB Variations
Color information
#2010D7 (or 0x2010D7) is known color: Medium Blue. HEX triplet: 20, 10 and D7. RGB value is (32,16,215). Sum of RGB (Red+Green+Blue) = 32+16+215=263 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.17% from 263); Green value is 16 (6.64% from 255 or 6.08% from 263); Blue value is 215 (84.38% from 255 or 81.75% from 263); Max value from RGB is 215 - color contains mainly: blue. Hex color #2010D7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2010D7 is #DFEF28. Grayscale: #2A2A2A. Windows color (decimal): -14675753 or 14094368. OLE color: 14094368.
HSL color Cylindrical-coordinate representation of color #2010D7: hue angle of 244.82º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2010D7 is Cyan = 0.85, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 32 | 16 | 215 | - |
| CMYK | 0.85 | 0.93 | 0 | 0.16 |
| HSL | 244.82º | 0.86% | 0.45% | - |
| HSV(B) | 244.82º | 0.93% | 0.84% | - |
| XYZ | 13.05 | 5.58 | 64.68 | - |
| YUV | 43.47 | 224.8 | 119.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 16 | 215 | 0.85 | 0.93 | 0 | 0.16 | 244.82 | 0.86 | 0.45 |
| Hex | 20 | 10 | D7 | 55 | 5D | 0 | 10 | F5 | 56 | 2D |
| Octal | 40 | 20 | 327 | 125 | 135 | 0 | 20 | 365 | 126 | 55 |
| Binary | 100000 | 10000 | 11010111 | 1010101 | 1011101 | 0 | 10000 | 11110101 | 1010110 | 101101 |
Color Harmonies of #2010D7
Complementary color
Monochromatic Colors of #2010D7
Black with #2010D7
Text Example
Text Example
White with #2010D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2010D7; }
p { color: rgb(32,16,215); }
H1.HeaderClassName
{
color: #2010D7;
}
.AnyTagClassName
{
color: #2010D7;
}
</style>
background-color css
<style>
a { background-color: #2010D7; }
a { background-color: rgb(32,16,215); }
div.DivClassName
{
background-color: #2010D7;
}
.BgClassName
{
background-color: #2010D7;
}
</style>
border-color css
<style>
span { border-color: #2010D7; }
span { border-color: rgb(32,16,215); }
td.TdClassName
{
border-color: #2010D7;
}
.TagClassName
{
border-color: #2010D7;
}
</style>