Shades of Medium Blue #2011DA
Tints of Medium Blue #2011DA
RGB
CMYK
RGB Variations
Color information
#2011DA (or 0x2011DA) is known color: Medium Blue. HEX triplet: 20, 11 and DA. RGB value is (32,17,218). Sum of RGB (Red+Green+Blue) = 32+17+218=267 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.99% from 267); Green value is 17 (7.03% from 255 or 6.37% from 267); Blue value is 218 (85.55% from 255 or 81.65% from 267); Max value from RGB is 218 - color contains mainly: blue. Hex color #2011DA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2011DA is #DFEE25. Grayscale: #2B2B2B. Windows color (decimal): -14675494 or 14291232. OLE color: 14291232.
HSL color Cylindrical-coordinate representation of color #2011DA: hue angle of 244.48º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2011DA is Cyan = 0.85, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 32 | 17 | 218 | - |
| CMYK | 0.85 | 0.92 | 0 | 0.15 |
| HSL | 244.48º | 0.86% | 0.46% | - |
| HSV(B) | 244.48º | 0.92% | 0.85% | - |
| XYZ | 13.45 | 5.77 | 66.73 | - |
| YUV | 44.4 | 225.97 | 119.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 17 | 218 | 0.85 | 0.92 | 0 | 0.15 | 244.48 | 0.86 | 0.46 |
| Hex | 20 | 11 | DA | 55 | 5C | 0 | F | F4 | 56 | 2E |
| Octal | 40 | 21 | 332 | 125 | 134 | 0 | 17 | 364 | 126 | 56 |
| Binary | 100000 | 10001 | 11011010 | 1010101 | 1011100 | 0 | 1111 | 11110100 | 1010110 | 101110 |
Color Harmonies of #2011DA
Complementary color
Monochromatic Colors of #2011DA
Black with #2011DA
Text Example
Text Example
White with #2011DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2011DA; }
p { color: rgb(32,17,218); }
H1.HeaderClassName
{
color: #2011DA;
}
.AnyTagClassName
{
color: #2011DA;
}
</style>
background-color css
<style>
a { background-color: #2011DA; }
a { background-color: rgb(32,17,218); }
div.DivClassName
{
background-color: #2011DA;
}
.BgClassName
{
background-color: #2011DA;
}
</style>
border-color css
<style>
span { border-color: #2011DA; }
span { border-color: rgb(32,17,218); }
td.TdClassName
{
border-color: #2011DA;
}
.TagClassName
{
border-color: #2011DA;
}
</style>