Shades of Medium Blue #200BCA
Tints of Medium Blue #200BCA
RGB
CMYK
RGB Variations
Color information
#200BCA (or 0x200BCA) is known color: Medium Blue. HEX triplet: 20, 0B and CA. RGB value is (32,11,202). Sum of RGB (Red+Green+Blue) = 32+11+202=245 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.06% from 245); Green value is 11 (4.69% from 255 or 4.49% from 245); Blue value is 202 (79.30% from 255 or 82.45% from 245); Max value from RGB is 202 - color contains mainly: blue. Hex color #200BCA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #200BCA is #DFF435. Grayscale: #262626. Windows color (decimal): -14677046 or 13241120. OLE color: 13241120.
HSL color Cylindrical-coordinate representation of color #200BCA: hue angle of 246.6º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #200BCA is Cyan = 0.84, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 32 | 11 | 202 | - |
| CMYK | 0.84 | 0.95 | 0 | 0.21 |
| HSL | 246.6º | 0.9% | 0.42% | - |
| HSV(B) | 246.6º | 0.95% | 0.79% | - |
| XYZ | 11.38 | 4.81 | 56.21 | - |
| YUV | 39.05 | 219.96 | 122.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 11 | 202 | 0.84 | 0.95 | 0 | 0.21 | 246.6 | 0.9 | 0.42 |
| Hex | 20 | B | CA | 54 | 5F | 0 | 15 | F7 | 5A | 2A |
| Octal | 40 | 13 | 312 | 124 | 137 | 0 | 25 | 367 | 132 | 52 |
| Binary | 100000 | 1011 | 11001010 | 1010100 | 1011111 | 0 | 10101 | 11110111 | 1011010 | 101010 |
Color Harmonies of #200BCA
Complementary color
Monochromatic Colors of #200BCA
Black with #200BCA
Text Example
Text Example
White with #200BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200BCA; }
p { color: rgb(32,11,202); }
H1.HeaderClassName
{
color: #200BCA;
}
.AnyTagClassName
{
color: #200BCA;
}
</style>
background-color css
<style>
a { background-color: #200BCA; }
a { background-color: rgb(32,11,202); }
div.DivClassName
{
background-color: #200BCA;
}
.BgClassName
{
background-color: #200BCA;
}
</style>
border-color css
<style>
span { border-color: #200BCA; }
span { border-color: rgb(32,11,202); }
td.TdClassName
{
border-color: #200BCA;
}
.TagClassName
{
border-color: #200BCA;
}
</style>