Shades of Medium Blue #2010BE
Tints of Medium Blue #2010BE
RGB
CMYK
RGB Variations
Color information
#2010BE (or 0x2010BE) is known color: Medium Blue. HEX triplet: 20, 10 and BE. RGB value is (32,16,190). Sum of RGB (Red+Green+Blue) = 32+16+190=238 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.45% from 238); Green value is 16 (6.64% from 255 or 6.72% from 238); Blue value is 190 (74.61% from 255 or 79.83% from 238); Max value from RGB is 190 - color contains mainly: blue. Hex color #2010BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2010BE is #DFEF41. Grayscale: #272727. Windows color (decimal): -14675778 or 12455968. OLE color: 12455968.
HSL color Cylindrical-coordinate representation of color #2010BE: hue angle of 245.52º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2010BE is Cyan = 0.83, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 32 | 16 | 190 | - |
| CMYK | 0.83 | 0.92 | 0 | 0.25 |
| HSL | 245.52º | 0.84% | 0.4% | - |
| HSV(B) | 245.52º | 0.92% | 0.75% | - |
| XYZ | 10.08 | 4.4 | 49.03 | - |
| YUV | 40.62 | 212.3 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 16 | 190 | 0.83 | 0.92 | 0 | 0.25 | 245.52 | 0.84 | 0.4 |
| Hex | 20 | 10 | BE | 53 | 5C | 0 | 19 | F6 | 54 | 28 |
| Octal | 40 | 20 | 276 | 123 | 134 | 0 | 31 | 366 | 124 | 50 |
| Binary | 100000 | 10000 | 10111110 | 1010011 | 1011100 | 0 | 11001 | 11110110 | 1010100 | 101000 |
Color Harmonies of #2010BE
Complementary color
Monochromatic Colors of #2010BE
Black with #2010BE
Text Example
Text Example
White with #2010BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2010BE; }
p { color: rgb(32,16,190); }
H1.HeaderClassName
{
color: #2010BE;
}
.AnyTagClassName
{
color: #2010BE;
}
</style>
background-color css
<style>
a { background-color: #2010BE; }
a { background-color: rgb(32,16,190); }
div.DivClassName
{
background-color: #2010BE;
}
.BgClassName
{
background-color: #2010BE;
}
</style>
border-color css
<style>
span { border-color: #2010BE; }
span { border-color: rgb(32,16,190); }
td.TdClassName
{
border-color: #2010BE;
}
.TagClassName
{
border-color: #2010BE;
}
</style>