Shades of Medium Blue #2012DD
Tints of Medium Blue #2012DD
RGB
CMYK
RGB Variations
Color information
#2012DD (or 0x2012DD) is known color: Medium Blue. HEX triplet: 20, 12 and DD. RGB value is (32,18,221). Sum of RGB (Red+Green+Blue) = 32+18+221=271 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.81% from 271); Green value is 18 (7.42% from 255 or 6.64% from 271); Blue value is 221 (86.72% from 255 or 81.55% from 271); Max value from RGB is 221 - color contains mainly: blue. Hex color #2012DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2012DD is #DFED22. Grayscale: #2C2C2C. Windows color (decimal): -14675235 or 14488096. OLE color: 14488096.
HSL color Cylindrical-coordinate representation of color #2012DD: hue angle of 244.14º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2012DD is Cyan = 0.86, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 18 | 221 | - |
| CMYK | 0.86 | 0.92 | 0 | 0.13 |
| HSL | 244.14º | 0.85% | 0.47% | - |
| HSV(B) | 244.14º | 0.92% | 0.87% | - |
| XYZ | 13.86 | 5.96 | 68.83 | - |
| YUV | 45.33 | 227.14 | 118.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 18 | 221 | 0.86 | 0.92 | 0 | 0.13 | 244.14 | 0.85 | 0.47 |
| Hex | 20 | 12 | DD | 56 | 5C | 0 | D | F4 | 55 | 2F |
| Octal | 40 | 22 | 335 | 126 | 134 | 0 | 15 | 364 | 125 | 57 |
| Binary | 100000 | 10010 | 11011101 | 1010110 | 1011100 | 0 | 1101 | 11110100 | 1010101 | 101111 |
Color Harmonies of #2012DD
Complementary color
Monochromatic Colors of #2012DD
Black with #2012DD
Text Example
Text Example
White with #2012DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2012DD; }
p { color: rgb(32,18,221); }
H1.HeaderClassName
{
color: #2012DD;
}
.AnyTagClassName
{
color: #2012DD;
}
</style>
background-color css
<style>
a { background-color: #2012DD; }
a { background-color: rgb(32,18,221); }
div.DivClassName
{
background-color: #2012DD;
}
.BgClassName
{
background-color: #2012DD;
}
</style>
border-color css
<style>
span { border-color: #2012DD; }
span { border-color: rgb(32,18,221); }
td.TdClassName
{
border-color: #2012DD;
}
.TagClassName
{
border-color: #2012DD;
}
</style>