Shades of Medium Blue #200CBB
Tints of Medium Blue #200CBB
RGB
CMYK
RGB Variations
Color information
#200CBB (or 0x200CBB) is known color: Medium Blue. HEX triplet: 20, 0C and BB. RGB value is (32,12,187). Sum of RGB (Red+Green+Blue) = 32+12+187=231 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.85% from 231); Green value is 12 (5.08% from 255 or 5.19% from 231); Blue value is 187 (73.44% from 255 or 80.95% from 231); Max value from RGB is 187 - color contains mainly: blue. Hex color #200CBB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #200CBB is #DFF344. Grayscale: #252525. Windows color (decimal): -14676805 or 12258336. OLE color: 12258336.
HSL color Cylindrical-coordinate representation of color #200CBB: hue angle of 246.86º degrees, saturation: 0.88, 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 #200CBB is Cyan = 0.83, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 32 | 12 | 187 | - |
| CMYK | 0.83 | 0.94 | 0 | 0.27 |
| HSL | 246.86º | 0.88% | 0.39% | - |
| HSV(B) | 246.86º | 0.94% | 0.73% | - |
| XYZ | 9.7 | 4.16 | 47.31 | - |
| YUV | 37.93 | 212.13 | 123.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 12 | 187 | 0.83 | 0.94 | 0 | 0.27 | 246.86 | 0.88 | 0.39 |
| Hex | 20 | C | BB | 53 | 5E | 0 | 1B | F7 | 58 | 27 |
| Octal | 40 | 14 | 273 | 123 | 136 | 0 | 33 | 367 | 130 | 47 |
| Binary | 100000 | 1100 | 10111011 | 1010011 | 1011110 | 0 | 11011 | 11110111 | 1011000 | 100111 |
Color Harmonies of #200CBB
Complementary color
Monochromatic Colors of #200CBB
Black with #200CBB
Text Example
Text Example
White with #200CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200CBB; }
p { color: rgb(32,12,187); }
H1.HeaderClassName
{
color: #200CBB;
}
.AnyTagClassName
{
color: #200CBB;
}
</style>
background-color css
<style>
a { background-color: #200CBB; }
a { background-color: rgb(32,12,187); }
div.DivClassName
{
background-color: #200CBB;
}
.BgClassName
{
background-color: #200CBB;
}
</style>
border-color css
<style>
span { border-color: #200CBB; }
span { border-color: rgb(32,12,187); }
td.TdClassName
{
border-color: #200CBB;
}
.TagClassName
{
border-color: #200CBB;
}
</style>