Shades of Medium Blue #2010BB
Tints of Medium Blue #2010BB
RGB
CMYK
RGB Variations
Color information
#2010BB (or 0x2010BB) is known color: Medium Blue. HEX triplet: 20, 10 and BB. RGB value is (32,16,187). Sum of RGB (Red+Green+Blue) = 32+16+187=235 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.62% from 235); Green value is 16 (6.64% from 255 or 6.81% from 235); Blue value is 187 (73.44% from 255 or 79.57% from 235); Max value from RGB is 187 - color contains mainly: blue. Hex color #2010BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2010BB is #DFEF44. Grayscale: #272727. Windows color (decimal): -14675781 or 12259360. OLE color: 12259360.
HSL color Cylindrical-coordinate representation of color #2010BB: hue angle of 245.61º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2010BB is Cyan = 0.83, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 32 | 16 | 187 | - |
| CMYK | 0.83 | 0.91 | 0 | 0.27 |
| HSL | 245.61º | 0.84% | 0.4% | - |
| HSV(B) | 245.61º | 0.91% | 0.73% | - |
| XYZ | 9.75 | 4.27 | 47.32 | - |
| YUV | 40.28 | 210.8 | 122.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 16 | 187 | 0.83 | 0.91 | 0 | 0.27 | 245.61 | 0.84 | 0.4 |
| Hex | 20 | 10 | BB | 53 | 5B | 0 | 1B | F6 | 54 | 28 |
| Octal | 40 | 20 | 273 | 123 | 133 | 0 | 33 | 366 | 124 | 50 |
| Binary | 100000 | 10000 | 10111011 | 1010011 | 1011011 | 0 | 11011 | 11110110 | 1010100 | 101000 |
Color Harmonies of #2010BB
Complementary color
Monochromatic Colors of #2010BB
Black with #2010BB
Text Example
Text Example
White with #2010BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2010BB; }
p { color: rgb(32,16,187); }
H1.HeaderClassName
{
color: #2010BB;
}
.AnyTagClassName
{
color: #2010BB;
}
</style>
background-color css
<style>
a { background-color: #2010BB; }
a { background-color: rgb(32,16,187); }
div.DivClassName
{
background-color: #2010BB;
}
.BgClassName
{
background-color: #2010BB;
}
</style>
border-color css
<style>
span { border-color: #2010BB; }
span { border-color: rgb(32,16,187); }
td.TdClassName
{
border-color: #2010BB;
}
.TagClassName
{
border-color: #2010BB;
}
</style>