Shades of Medium Blue #200BCC
Tints of Medium Blue #200BCC
RGB
CMYK
RGB Variations
Color information
#200BCC (or 0x200BCC) is known color: Medium Blue. HEX triplet: 20, 0B and CC. RGB value is (32,11,204). Sum of RGB (Red+Green+Blue) = 32+11+204=247 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.96% from 247); Green value is 11 (4.69% from 255 or 4.45% from 247); Blue value is 204 (80.08% from 255 or 82.59% from 247); Max value from RGB is 204 - color contains mainly: blue. Hex color #200BCC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #200BCC is #DFF433. Grayscale: #262626. Windows color (decimal): -14677044 or 13372192. OLE color: 13372192.
HSL color Cylindrical-coordinate representation of color #200BCC: hue angle of 246.53º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #200BCC is Cyan = 0.84, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 32 | 11 | 204 | - |
| CMYK | 0.84 | 0.95 | 0 | 0.2 |
| HSL | 246.53º | 0.9% | 0.42% | - |
| HSV(B) | 246.53º | 0.95% | 0.8% | - |
| XYZ | 11.61 | 4.91 | 57.46 | - |
| YUV | 39.28 | 220.96 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 11 | 204 | 0.84 | 0.95 | 0 | 0.2 | 246.53 | 0.9 | 0.42 |
| Hex | 20 | B | CC | 54 | 5F | 0 | 14 | F7 | 5A | 2A |
| Octal | 40 | 13 | 314 | 124 | 137 | 0 | 24 | 367 | 132 | 52 |
| Binary | 100000 | 1011 | 11001100 | 1010100 | 1011111 | 0 | 10100 | 11110111 | 1011010 | 101010 |
Color Harmonies of #200BCC
Complementary color
Monochromatic Colors of #200BCC
Black with #200BCC
Text Example
Text Example
White with #200BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200BCC; }
p { color: rgb(32,11,204); }
H1.HeaderClassName
{
color: #200BCC;
}
.AnyTagClassName
{
color: #200BCC;
}
</style>
background-color css
<style>
a { background-color: #200BCC; }
a { background-color: rgb(32,11,204); }
div.DivClassName
{
background-color: #200BCC;
}
.BgClassName
{
background-color: #200BCC;
}
</style>
border-color css
<style>
span { border-color: #200BCC; }
span { border-color: rgb(32,11,204); }
td.TdClassName
{
border-color: #200BCC;
}
.TagClassName
{
border-color: #200BCC;
}
</style>