Shades of Medium Blue #2000BC
Tints of Medium Blue #2000BC
RGB
CMYK
RGB Variations
Color information
#2000BC (or 0x2000BC) is known color: Medium Blue. HEX triplet: 20, 00 and BC. RGB value is (32,0,188). Sum of RGB (Red+Green+Blue) = 32+0+188=220 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.55% from 220); Green value is 0 (0.39% from 255 or 0% from 220); Blue value is 188 (73.83% from 255 or 85.45% from 220); Max value from RGB is 188 - color contains mainly: blue. Hex color #2000BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2000BC is #DFFF43. Grayscale: #1E1E1E. Windows color (decimal): -14679876 or 12320800. OLE color: 12320800.
HSL color Cylindrical-coordinate representation of color #2000BC: hue angle of 250.21º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2000BC is Cyan = 0.83, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 32 | 0 | 188 | - |
| CMYK | 0.83 | 1 | 0 | 0.26 |
| HSL | 250.21º | 1% | 0.37% | - |
| HSV(B) | 250.21º | 1% | 0.74% | - |
| XYZ | 9.67 | 3.94 | 47.83 | - |
| YUV | 31 | 216.6 | 128.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 0 | 188 | 0.83 | 1 | 0 | 0.26 | 250.21 | 1 | 0.37 |
| Hex | 20 | 0 | BC | 53 | 64 | 0 | 1A | FA | 64 | 25 |
| Octal | 40 | 0 | 274 | 123 | 144 | 0 | 32 | 372 | 144 | 45 |
| Binary | 100000 | 0 | 10111100 | 1010011 | 1100100 | 0 | 11010 | 11111010 | 1100100 | 100101 |
Color Harmonies of #2000BC
Complementary color
Monochromatic Colors of #2000BC
Black with #2000BC
Text Example
Text Example
White with #2000BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2000BC; }
p { color: rgb(32,0,188); }
H1.HeaderClassName
{
color: #2000BC;
}
.AnyTagClassName
{
color: #2000BC;
}
</style>
background-color css
<style>
a { background-color: #2000BC; }
a { background-color: rgb(32,0,188); }
div.DivClassName
{
background-color: #2000BC;
}
.BgClassName
{
background-color: #2000BC;
}
</style>
border-color css
<style>
span { border-color: #2000BC; }
span { border-color: rgb(32,0,188); }
td.TdClassName
{
border-color: #2000BC;
}
.TagClassName
{
border-color: #2000BC;
}
</style>