Shades of Medium Blue #200CCA
Tints of Medium Blue #200CCA
RGB
CMYK
RGB Variations
Color information
#200CCA (or 0x200CCA) is known color: Medium Blue. HEX triplet: 20, 0C and CA. RGB value is (32,12,202). Sum of RGB (Red+Green+Blue) = 32+12+202=246 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.01% from 246); Green value is 12 (5.08% from 255 or 4.88% from 246); Blue value is 202 (79.30% from 255 or 82.11% from 246); Max value from RGB is 202 - color contains mainly: blue. Hex color #200CCA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #200CCA is #DFF335. Grayscale: #262626. Windows color (decimal): -14676790 or 13241376. OLE color: 13241376.
HSL color Cylindrical-coordinate representation of color #200CCA: hue angle of 246.32º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #200CCA is Cyan = 0.84, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 32 | 12 | 202 | - |
| CMYK | 0.84 | 0.94 | 0 | 0.21 |
| HSL | 246.32º | 0.89% | 0.42% | - |
| HSV(B) | 246.32º | 0.94% | 0.79% | - |
| XYZ | 11.39 | 4.83 | 56.21 | - |
| YUV | 39.64 | 219.63 | 122.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 12 | 202 | 0.84 | 0.94 | 0 | 0.21 | 246.32 | 0.89 | 0.42 |
| Hex | 20 | C | CA | 54 | 5E | 0 | 15 | F6 | 59 | 2A |
| Octal | 40 | 14 | 312 | 124 | 136 | 0 | 25 | 366 | 131 | 52 |
| Binary | 100000 | 1100 | 11001010 | 1010100 | 1011110 | 0 | 10101 | 11110110 | 1011001 | 101010 |
Color Harmonies of #200CCA
Complementary color
Monochromatic Colors of #200CCA
Black with #200CCA
Text Example
Text Example
White with #200CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200CCA; }
p { color: rgb(32,12,202); }
H1.HeaderClassName
{
color: #200CCA;
}
.AnyTagClassName
{
color: #200CCA;
}
</style>
background-color css
<style>
a { background-color: #200CCA; }
a { background-color: rgb(32,12,202); }
div.DivClassName
{
background-color: #200CCA;
}
.BgClassName
{
background-color: #200CCA;
}
</style>
border-color css
<style>
span { border-color: #200CCA; }
span { border-color: rgb(32,12,202); }
td.TdClassName
{
border-color: #200CCA;
}
.TagClassName
{
border-color: #200CCA;
}
</style>