Shades of Medium Blue #200BBC
Tints of Medium Blue #200BBC
RGB
CMYK
RGB Variations
Color information
#200BBC (or 0x200BBC) is known color: Medium Blue. HEX triplet: 20, 0B and BC. RGB value is (32,11,188). Sum of RGB (Red+Green+Blue) = 32+11+188=231 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.85% from 231); Green value is 11 (4.69% from 255 or 4.76% from 231); Blue value is 188 (73.83% from 255 or 81.39% from 231); Max value from RGB is 188 - color contains mainly: blue. Hex color #200BBC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #200BBC is #DFF443. Grayscale: #242424. Windows color (decimal): -14677060 or 12323616. OLE color: 12323616.
HSL color Cylindrical-coordinate representation of color #200BBC: hue angle of 247.12º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #200BBC is Cyan = 0.83, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 32 | 11 | 188 | - |
| CMYK | 0.83 | 0.94 | 0 | 0.26 |
| HSL | 247.12º | 0.89% | 0.39% | - |
| HSV(B) | 247.12º | 0.94% | 0.74% | - |
| XYZ | 9.79 | 4.18 | 47.87 | - |
| YUV | 37.46 | 212.96 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 11 | 188 | 0.83 | 0.94 | 0 | 0.26 | 247.12 | 0.89 | 0.39 |
| Hex | 20 | B | BC | 53 | 5E | 0 | 1A | F7 | 59 | 27 |
| Octal | 40 | 13 | 274 | 123 | 136 | 0 | 32 | 367 | 131 | 47 |
| Binary | 100000 | 1011 | 10111100 | 1010011 | 1011110 | 0 | 11010 | 11110111 | 1011001 | 100111 |
Color Harmonies of #200BBC
Complementary color
Monochromatic Colors of #200BBC
Black with #200BBC
Text Example
Text Example
White with #200BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200BBC; }
p { color: rgb(32,11,188); }
H1.HeaderClassName
{
color: #200BBC;
}
.AnyTagClassName
{
color: #200BBC;
}
</style>
background-color css
<style>
a { background-color: #200BBC; }
a { background-color: rgb(32,11,188); }
div.DivClassName
{
background-color: #200BBC;
}
.BgClassName
{
background-color: #200BBC;
}
</style>
border-color css
<style>
span { border-color: #200BBC; }
span { border-color: rgb(32,11,188); }
td.TdClassName
{
border-color: #200BBC;
}
.TagClassName
{
border-color: #200BBC;
}
</style>