Shades of Medium Blue #2010CE
Tints of Medium Blue #2010CE
RGB
CMYK
RGB Variations
Color information
#2010CE (or 0x2010CE) is known color: Medium Blue. HEX triplet: 20, 10 and CE. RGB value is (32,16,206). Sum of RGB (Red+Green+Blue) = 32+16+206=254 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.60% from 254); Green value is 16 (6.64% from 255 or 6.30% from 254); Blue value is 206 (80.86% from 255 or 81.10% from 254); Max value from RGB is 206 - color contains mainly: blue. Hex color #2010CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2010CE is #DFEF31. Grayscale: #292929. Windows color (decimal): -14675762 or 13504544. OLE color: 13504544.
HSL color Cylindrical-coordinate representation of color #2010CE: hue angle of 245.05º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2010CE is Cyan = 0.84, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 32 | 16 | 206 | - |
| CMYK | 0.84 | 0.92 | 0 | 0.19 |
| HSL | 245.05º | 0.86% | 0.44% | - |
| HSV(B) | 245.05º | 0.92% | 0.81% | - |
| XYZ | 11.92 | 5.13 | 58.76 | - |
| YUV | 42.44 | 220.3 | 120.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 16 | 206 | 0.84 | 0.92 | 0 | 0.19 | 245.05 | 0.86 | 0.44 |
| Hex | 20 | 10 | CE | 54 | 5C | 0 | 13 | F5 | 56 | 2C |
| Octal | 40 | 20 | 316 | 124 | 134 | 0 | 23 | 365 | 126 | 54 |
| Binary | 100000 | 10000 | 11001110 | 1010100 | 1011100 | 0 | 10011 | 11110101 | 1010110 | 101100 |
Color Harmonies of #2010CE
Complementary color
Monochromatic Colors of #2010CE
Black with #2010CE
Text Example
Text Example
White with #2010CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2010CE; }
p { color: rgb(32,16,206); }
H1.HeaderClassName
{
color: #2010CE;
}
.AnyTagClassName
{
color: #2010CE;
}
</style>
background-color css
<style>
a { background-color: #2010CE; }
a { background-color: rgb(32,16,206); }
div.DivClassName
{
background-color: #2010CE;
}
.BgClassName
{
background-color: #2010CE;
}
</style>
border-color css
<style>
span { border-color: #2010CE; }
span { border-color: rgb(32,16,206); }
td.TdClassName
{
border-color: #2010CE;
}
.TagClassName
{
border-color: #2010CE;
}
</style>