Shades of Medium Blue #2011CA
Tints of Medium Blue #2011CA
RGB
CMYK
RGB Variations
Color information
#2011CA (or 0x2011CA) is known color: Medium Blue. HEX triplet: 20, 11 and CA. RGB value is (32,17,202). Sum of RGB (Red+Green+Blue) = 32+17+202=251 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.75% from 251); Green value is 17 (7.03% from 255 or 6.77% from 251); Blue value is 202 (79.30% from 255 or 80.48% from 251); Max value from RGB is 202 - color contains mainly: blue. Hex color #2011CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2011CA is #DFEE35. Grayscale: #292929. Windows color (decimal): -14675510 or 13242656. OLE color: 13242656.
HSL color Cylindrical-coordinate representation of color #2011CA: hue angle of 244.86º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2011CA is Cyan = 0.84, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 32 | 17 | 202 | - |
| CMYK | 0.84 | 0.92 | 0 | 0.21 |
| HSL | 244.86º | 0.84% | 0.43% | - |
| HSV(B) | 244.86º | 0.92% | 0.79% | - |
| XYZ | 11.46 | 4.97 | 56.23 | - |
| YUV | 42.58 | 217.97 | 120.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 17 | 202 | 0.84 | 0.92 | 0 | 0.21 | 244.86 | 0.84 | 0.43 |
| Hex | 20 | 11 | CA | 54 | 5C | 0 | 15 | F5 | 54 | 2B |
| Octal | 40 | 21 | 312 | 124 | 134 | 0 | 25 | 365 | 124 | 53 |
| Binary | 100000 | 10001 | 11001010 | 1010100 | 1011100 | 0 | 10101 | 11110101 | 1010100 | 101011 |
Color Harmonies of #2011CA
Complementary color
Monochromatic Colors of #2011CA
Black with #2011CA
Text Example
Text Example
White with #2011CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2011CA; }
p { color: rgb(32,17,202); }
H1.HeaderClassName
{
color: #2011CA;
}
.AnyTagClassName
{
color: #2011CA;
}
</style>
background-color css
<style>
a { background-color: #2011CA; }
a { background-color: rgb(32,17,202); }
div.DivClassName
{
background-color: #2011CA;
}
.BgClassName
{
background-color: #2011CA;
}
</style>
border-color css
<style>
span { border-color: #2011CA; }
span { border-color: rgb(32,17,202); }
td.TdClassName
{
border-color: #2011CA;
}
.TagClassName
{
border-color: #2011CA;
}
</style>