Shades of Medium Blue #200BCD
Tints of Medium Blue #200BCD
RGB
CMYK
RGB Variations
Color information
#200BCD (or 0x200BCD) is known color: Medium Blue. HEX triplet: 20, 0B and CD. RGB value is (32,11,205). Sum of RGB (Red+Green+Blue) = 32+11+205=248 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.90% from 248); Green value is 11 (4.69% from 255 or 4.44% from 248); Blue value is 205 (80.47% from 255 or 82.66% from 248); Max value from RGB is 205 - color contains mainly: blue. Hex color #200BCD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #200BCD is #DFF432. Grayscale: #262626. Windows color (decimal): -14677043 or 13437728. OLE color: 13437728.
HSL color Cylindrical-coordinate representation of color #200BCD: hue angle of 246.49º 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 #200BCD is Cyan = 0.84, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 32 | 11 | 205 | - |
| CMYK | 0.84 | 0.95 | 0 | 0.20 |
| HSL | 246.49º | 0.9% | 0.42% | - |
| HSV(B) | 246.49º | 0.95% | 0.8% | - |
| XYZ | 11.73 | 4.95 | 58.1 | - |
| YUV | 39.4 | 221.46 | 122.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 11 | 205 | 0.84 | 0.95 | 0 | 0.20 | 246.49 | 0.9 | 0.42 |
| Hex | 20 | B | CD | 54 | 5F | 0 | 14 | F6 | 5A | 2A |
| Octal | 40 | 13 | 315 | 124 | 137 | 0 | 24 | 366 | 132 | 52 |
| Binary | 100000 | 1011 | 11001101 | 1010100 | 1011111 | 0 | 10100 | 11110110 | 1011010 | 101010 |
Color Harmonies of #200BCD
Complementary color
Monochromatic Colors of #200BCD
Black with #200BCD
Text Example
Text Example
White with #200BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200BCD; }
p { color: rgb(32,11,205); }
H1.HeaderClassName
{
color: #200BCD;
}
.AnyTagClassName
{
color: #200BCD;
}
</style>
background-color css
<style>
a { background-color: #200BCD; }
a { background-color: rgb(32,11,205); }
div.DivClassName
{
background-color: #200BCD;
}
.BgClassName
{
background-color: #200BCD;
}
</style>
border-color css
<style>
span { border-color: #200BCD; }
span { border-color: rgb(32,11,205); }
td.TdClassName
{
border-color: #200BCD;
}
.TagClassName
{
border-color: #200BCD;
}
</style>