Shades of Medium Blue #2001D0
Tints of Medium Blue #2001D0
RGB
CMYK
RGB Variations
Color information
#2001D0 (or 0x2001D0) is known color: Medium Blue. HEX triplet: 20, 01 and D0. RGB value is (32,1,208). Sum of RGB (Red+Green+Blue) = 32+1+208=241 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.28% from 241); Green value is 1 (0.78% from 255 or 0.41% from 241); Blue value is 208 (81.64% from 255 or 86.31% from 241); Max value from RGB is 208 - color contains mainly: blue. Hex color #2001D0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2001D0 is #DFFE2F. Grayscale: #212121. Windows color (decimal): -14679600 or 13631776. OLE color: 13631776.
HSL color Cylindrical-coordinate representation of color #2001D0: hue angle of 248.99º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2001D0 is Cyan = 0.85, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 32 | 1 | 208 | - |
| CMYK | 0.85 | 1.00 | 0 | 0.18 |
| HSL | 248.99º | 0.99% | 0.41% | - |
| HSV(B) | 248.99º | 1% | 0.82% | - |
| XYZ | 11.99 | 4.88 | 59.98 | - |
| YUV | 33.87 | 226.27 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 1 | 208 | 0.85 | 1.00 | 0 | 0.18 | 248.99 | 0.99 | 0.41 |
| Hex | 20 | 1 | D0 | 55 | 64 | 0 | 12 | F9 | 63 | 29 |
| Octal | 40 | 1 | 320 | 125 | 144 | 0 | 22 | 371 | 143 | 51 |
| Binary | 100000 | 1 | 11010000 | 1010101 | 1100100 | 0 | 10010 | 11111001 | 1100011 | 101001 |
Color Harmonies of #2001D0
Complementary color
Monochromatic Colors of #2001D0
Black with #2001D0
Text Example
Text Example
White with #2001D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2001D0; }
p { color: rgb(32,1,208); }
H1.HeaderClassName
{
color: #2001D0;
}
.AnyTagClassName
{
color: #2001D0;
}
</style>
background-color css
<style>
a { background-color: #2001D0; }
a { background-color: rgb(32,1,208); }
div.DivClassName
{
background-color: #2001D0;
}
.BgClassName
{
background-color: #2001D0;
}
</style>
border-color css
<style>
span { border-color: #2001D0; }
span { border-color: rgb(32,1,208); }
td.TdClassName
{
border-color: #2001D0;
}
.TagClassName
{
border-color: #2001D0;
}
</style>