Shades of Medium Blue #2010CD
Tints of Medium Blue #2010CD
RGB
CMYK
RGB Variations
Color information
#2010CD (or 0x2010CD) is known color: Medium Blue. HEX triplet: 20, 10 and CD. RGB value is (32,16,205). Sum of RGB (Red+Green+Blue) = 32+16+205=253 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.65% from 253); Green value is 16 (6.64% from 255 or 6.32% from 253); Blue value is 205 (80.47% from 255 or 81.03% from 253); Max value from RGB is 205 - color contains mainly: blue. Hex color #2010CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2010CD is #DFEF32. Grayscale: #292929. Windows color (decimal): -14675763 or 13439008. OLE color: 13439008.
HSL color Cylindrical-coordinate representation of color #2010CD: hue angle of 245.08º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2010CD is Cyan = 0.84, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 32 | 16 | 205 | - |
| CMYK | 0.84 | 0.92 | 0 | 0.20 |
| HSL | 245.08º | 0.86% | 0.43% | - |
| HSV(B) | 245.08º | 0.92% | 0.8% | - |
| XYZ | 11.8 | 5.09 | 58.12 | - |
| YUV | 42.33 | 219.8 | 120.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 16 | 205 | 0.84 | 0.92 | 0 | 0.20 | 245.08 | 0.86 | 0.43 |
| Hex | 20 | 10 | CD | 54 | 5C | 0 | 14 | F5 | 56 | 2B |
| Octal | 40 | 20 | 315 | 124 | 134 | 0 | 24 | 365 | 126 | 53 |
| Binary | 100000 | 10000 | 11001101 | 1010100 | 1011100 | 0 | 10100 | 11110101 | 1010110 | 101011 |
Color Harmonies of #2010CD
Complementary color
Monochromatic Colors of #2010CD
Black with #2010CD
Text Example
Text Example
White with #2010CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2010CD; }
p { color: rgb(32,16,205); }
H1.HeaderClassName
{
color: #2010CD;
}
.AnyTagClassName
{
color: #2010CD;
}
</style>
background-color css
<style>
a { background-color: #2010CD; }
a { background-color: rgb(32,16,205); }
div.DivClassName
{
background-color: #2010CD;
}
.BgClassName
{
background-color: #2010CD;
}
</style>
border-color css
<style>
span { border-color: #2010CD; }
span { border-color: rgb(32,16,205); }
td.TdClassName
{
border-color: #2010CD;
}
.TagClassName
{
border-color: #2010CD;
}
</style>