Shades of Medium Blue #2010B9
Tints of Medium Blue #2010B9
RGB
CMYK
RGB Variations
Color information
#2010B9 (or 0x2010B9) is known color: Medium Blue. HEX triplet: 20, 10 and B9. RGB value is (32,16,185). Sum of RGB (Red+Green+Blue) = 32+16+185=233 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.73% from 233); Green value is 16 (6.64% from 255 or 6.87% from 233); Blue value is 185 (72.66% from 255 or 79.40% from 233); Max value from RGB is 185 - color contains mainly: blue. Hex color #2010B9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2010B9 is #DFEF46. Grayscale: #272727. Windows color (decimal): -14675783 or 12128288. OLE color: 12128288.
HSL color Cylindrical-coordinate representation of color #2010B9: hue angle of 245.68º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2010B9 is Cyan = 0.83, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 32 | 16 | 185 | - |
| CMYK | 0.83 | 0.91 | 0 | 0.27 |
| HSL | 245.68º | 0.84% | 0.39% | - |
| HSV(B) | 245.68º | 0.91% | 0.73% | - |
| XYZ | 9.54 | 4.18 | 46.2 | - |
| YUV | 40.05 | 209.8 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 16 | 185 | 0.83 | 0.91 | 0 | 0.27 | 245.68 | 0.84 | 0.39 |
| Hex | 20 | 10 | B9 | 53 | 5B | 0 | 1B | F6 | 54 | 27 |
| Octal | 40 | 20 | 271 | 123 | 133 | 0 | 33 | 366 | 124 | 47 |
| Binary | 100000 | 10000 | 10111001 | 1010011 | 1011011 | 0 | 11011 | 11110110 | 1010100 | 100111 |
Color Harmonies of #2010B9
Complementary color
Monochromatic Colors of #2010B9
Black with #2010B9
Text Example
Text Example
White with #2010B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2010B9; }
p { color: rgb(32,16,185); }
H1.HeaderClassName
{
color: #2010B9;
}
.AnyTagClassName
{
color: #2010B9;
}
</style>
background-color css
<style>
a { background-color: #2010B9; }
a { background-color: rgb(32,16,185); }
div.DivClassName
{
background-color: #2010B9;
}
.BgClassName
{
background-color: #2010B9;
}
</style>
border-color css
<style>
span { border-color: #2010B9; }
span { border-color: rgb(32,16,185); }
td.TdClassName
{
border-color: #2010B9;
}
.TagClassName
{
border-color: #2010B9;
}
</style>