Shades of Medium Blue #200BBB
Tints of Medium Blue #200BBB
RGB
CMYK
RGB Variations
Color information
#200BBB (or 0x200BBB) is known color: Medium Blue. HEX triplet: 20, 0B and BB. RGB value is (32,11,187). Sum of RGB (Red+Green+Blue) = 32+11+187=230 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.91% from 230); Green value is 11 (4.69% from 255 or 4.78% from 230); Blue value is 187 (73.44% from 255 or 81.30% from 230); Max value from RGB is 187 - color contains mainly: blue. Hex color #200BBB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #200BBB is #DFF444. Grayscale: #242424. Windows color (decimal): -14677061 or 12258080. OLE color: 12258080.
HSL color Cylindrical-coordinate representation of color #200BBB: hue angle of 247.16º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #200BBB is Cyan = 0.83, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 32 | 11 | 187 | - |
| CMYK | 0.83 | 0.94 | 0 | 0.27 |
| HSL | 247.16º | 0.89% | 0.39% | - |
| HSV(B) | 247.16º | 0.94% | 0.73% | - |
| XYZ | 9.68 | 4.13 | 47.3 | - |
| YUV | 37.34 | 212.46 | 124.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 11 | 187 | 0.83 | 0.94 | 0 | 0.27 | 247.16 | 0.89 | 0.39 |
| Hex | 20 | B | BB | 53 | 5E | 0 | 1B | F7 | 59 | 27 |
| Octal | 40 | 13 | 273 | 123 | 136 | 0 | 33 | 367 | 131 | 47 |
| Binary | 100000 | 1011 | 10111011 | 1010011 | 1011110 | 0 | 11011 | 11110111 | 1011001 | 100111 |
Color Harmonies of #200BBB
Complementary color
Monochromatic Colors of #200BBB
Black with #200BBB
Text Example
Text Example
White with #200BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200BBB; }
p { color: rgb(32,11,187); }
H1.HeaderClassName
{
color: #200BBB;
}
.AnyTagClassName
{
color: #200BBB;
}
</style>
background-color css
<style>
a { background-color: #200BBB; }
a { background-color: rgb(32,11,187); }
div.DivClassName
{
background-color: #200BBB;
}
.BgClassName
{
background-color: #200BBB;
}
</style>
border-color css
<style>
span { border-color: #200BBB; }
span { border-color: rgb(32,11,187); }
td.TdClassName
{
border-color: #200BBB;
}
.TagClassName
{
border-color: #200BBB;
}
</style>