Shades of Medium Blue #2010BF
Tints of Medium Blue #2010BF
RGB
CMYK
RGB Variations
Color information
#2010BF (or 0x2010BF) is known color: Medium Blue. HEX triplet: 20, 10 and BF. RGB value is (32,16,191). Sum of RGB (Red+Green+Blue) = 32+16+191=239 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.39% from 239); Green value is 16 (6.64% from 255 or 6.69% from 239); Blue value is 191 (75% from 255 or 79.92% from 239); Max value from RGB is 191 - color contains mainly: blue. Hex color #2010BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2010BF is #DFEF40. Grayscale: #282828. Windows color (decimal): -14675777 or 12521504. OLE color: 12521504.
HSL color Cylindrical-coordinate representation of color #2010BF: hue angle of 245.49º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2010BF is Cyan = 0.83, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 32 | 16 | 191 | - |
| CMYK | 0.83 | 0.92 | 0 | 0.25 |
| HSL | 245.49º | 0.85% | 0.41% | - |
| HSV(B) | 245.49º | 0.92% | 0.75% | - |
| XYZ | 10.18 | 4.44 | 49.61 | - |
| YUV | 40.73 | 212.8 | 121.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 16 | 191 | 0.83 | 0.92 | 0 | 0.25 | 245.49 | 0.85 | 0.41 |
| Hex | 20 | 10 | BF | 53 | 5C | 0 | 19 | F5 | 55 | 29 |
| Octal | 40 | 20 | 277 | 123 | 134 | 0 | 31 | 365 | 125 | 51 |
| Binary | 100000 | 10000 | 10111111 | 1010011 | 1011100 | 0 | 11001 | 11110101 | 1010101 | 101001 |
Color Harmonies of #2010BF
Complementary color
Monochromatic Colors of #2010BF
Black with #2010BF
Text Example
Text Example
White with #2010BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2010BF; }
p { color: rgb(32,16,191); }
H1.HeaderClassName
{
color: #2010BF;
}
.AnyTagClassName
{
color: #2010BF;
}
</style>
background-color css
<style>
a { background-color: #2010BF; }
a { background-color: rgb(32,16,191); }
div.DivClassName
{
background-color: #2010BF;
}
.BgClassName
{
background-color: #2010BF;
}
</style>
border-color css
<style>
span { border-color: #2010BF; }
span { border-color: rgb(32,16,191); }
td.TdClassName
{
border-color: #2010BF;
}
.TagClassName
{
border-color: #2010BF;
}
</style>