Shades of Medium Blue #2012DC
Tints of Medium Blue #2012DC
RGB
CMYK
RGB Variations
Color information
#2012DC (or 0x2012DC) is known color: Medium Blue. HEX triplet: 20, 12 and DC. RGB value is (32,18,220). Sum of RGB (Red+Green+Blue) = 32+18+220=270 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.85% from 270); Green value is 18 (7.42% from 255 or 6.67% from 270); Blue value is 220 (86.33% from 255 or 81.48% from 270); Max value from RGB is 220 - color contains mainly: blue. Hex color #2012DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2012DC is #DFED23. Grayscale: #2C2C2C. Windows color (decimal): -14675236 or 14422560. OLE color: 14422560.
HSL color Cylindrical-coordinate representation of color #2012DC: hue angle of 244.16º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2012DC is Cyan = 0.85, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 18 | 220 | - |
| CMYK | 0.85 | 0.92 | 0 | 0.14 |
| HSL | 244.16º | 0.85% | 0.47% | - |
| HSV(B) | 244.16º | 0.92% | 0.86% | - |
| XYZ | 13.73 | 5.91 | 68.13 | - |
| YUV | 45.21 | 226.64 | 118.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 18 | 220 | 0.85 | 0.92 | 0 | 0.14 | 244.16 | 0.85 | 0.47 |
| Hex | 20 | 12 | DC | 55 | 5C | 0 | E | F4 | 55 | 2F |
| Octal | 40 | 22 | 334 | 125 | 134 | 0 | 16 | 364 | 125 | 57 |
| Binary | 100000 | 10010 | 11011100 | 1010101 | 1011100 | 0 | 1110 | 11110100 | 1010101 | 101111 |
Color Harmonies of #2012DC
Complementary color
Monochromatic Colors of #2012DC
Black with #2012DC
Text Example
Text Example
White with #2012DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2012DC; }
p { color: rgb(32,18,220); }
H1.HeaderClassName
{
color: #2012DC;
}
.AnyTagClassName
{
color: #2012DC;
}
</style>
background-color css
<style>
a { background-color: #2012DC; }
a { background-color: rgb(32,18,220); }
div.DivClassName
{
background-color: #2012DC;
}
.BgClassName
{
background-color: #2012DC;
}
</style>
border-color css
<style>
span { border-color: #2012DC; }
span { border-color: rgb(32,18,220); }
td.TdClassName
{
border-color: #2012DC;
}
.TagClassName
{
border-color: #2012DC;
}
</style>