Shades of Medium Blue #2010D0
Tints of Medium Blue #2010D0
RGB
CMYK
RGB Variations
Color information
#2010D0 (or 0x2010D0) is known color: Medium Blue. HEX triplet: 20, 10 and D0. RGB value is (32,16,208). Sum of RGB (Red+Green+Blue) = 32+16+208=256 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.5% from 256); Green value is 16 (6.64% from 255 or 6.25% from 256); Blue value is 208 (81.64% from 255 or 81.25% from 256); Max value from RGB is 208 - color contains mainly: blue. Hex color #2010D0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2010D0 is #DFEF2F. Grayscale: #292929. Windows color (decimal): -14675760 or 13635616. OLE color: 13635616.
HSL color Cylindrical-coordinate representation of color #2010D0: hue angle of 245º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2010D0 is Cyan = 0.85, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 32 | 16 | 208 | - |
| CMYK | 0.85 | 0.92 | 0 | 0.18 |
| HSL | 245º | 0.86% | 0.44% | - |
| HSV(B) | 245º | 0.92% | 0.82% | - |
| XYZ | 12.17 | 5.23 | 60.04 | - |
| YUV | 42.67 | 221.3 | 120.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 16 | 208 | 0.85 | 0.92 | 0 | 0.18 | 245 | 0.86 | 0.44 |
| Hex | 20 | 10 | D0 | 55 | 5C | 0 | 12 | F5 | 56 | 2C |
| Octal | 40 | 20 | 320 | 125 | 134 | 0 | 22 | 365 | 126 | 54 |
| Binary | 100000 | 10000 | 11010000 | 1010101 | 1011100 | 0 | 10010 | 11110101 | 1010110 | 101100 |
Color Harmonies of #2010D0
Complementary color
Monochromatic Colors of #2010D0
Black with #2010D0
Text Example
Text Example
White with #2010D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2010D0; }
p { color: rgb(32,16,208); }
H1.HeaderClassName
{
color: #2010D0;
}
.AnyTagClassName
{
color: #2010D0;
}
</style>
background-color css
<style>
a { background-color: #2010D0; }
a { background-color: rgb(32,16,208); }
div.DivClassName
{
background-color: #2010D0;
}
.BgClassName
{
background-color: #2010D0;
}
</style>
border-color css
<style>
span { border-color: #2010D0; }
span { border-color: rgb(32,16,208); }
td.TdClassName
{
border-color: #2010D0;
}
.TagClassName
{
border-color: #2010D0;
}
</style>