Shades of Medium Blue #2012DE
Tints of Medium Blue #2012DE
RGB
CMYK
RGB Variations
Color information
#2012DE (or 0x2012DE) is known color: Medium Blue. HEX triplet: 20, 12 and DE. RGB value is (32,18,222). Sum of RGB (Red+Green+Blue) = 32+18+222=272 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.76% from 272); Green value is 18 (7.42% from 255 or 6.62% from 272); Blue value is 222 (87.11% from 255 or 81.62% from 272); Max value from RGB is 222 - color contains mainly: blue. Hex color #2012DE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2012DE is #DFED21. Grayscale: #2C2C2C. Windows color (decimal): -14675234 or 14553632. OLE color: 14553632.
HSL color Cylindrical-coordinate representation of color #2012DE: hue angle of 244.12º 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 #2012DE is Cyan = 0.86, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 18 | 222 | - |
| CMYK | 0.86 | 0.92 | 0 | 0.13 |
| HSL | 244.12º | 0.85% | 0.47% | - |
| HSV(B) | 244.12º | 0.92% | 0.87% | - |
| XYZ | 14 | 6.01 | 69.53 | - |
| YUV | 45.44 | 227.64 | 118.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 18 | 222 | 0.86 | 0.92 | 0 | 0.13 | 244.12 | 0.85 | 0.47 |
| Hex | 20 | 12 | DE | 56 | 5C | 0 | D | F4 | 55 | 2F |
| Octal | 40 | 22 | 336 | 126 | 134 | 0 | 15 | 364 | 125 | 57 |
| Binary | 100000 | 10010 | 11011110 | 1010110 | 1011100 | 0 | 1101 | 11110100 | 1010101 | 101111 |
Color Harmonies of #2012DE
Complementary color
Monochromatic Colors of #2012DE
Black with #2012DE
Text Example
Text Example
White with #2012DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2012DE; }
p { color: rgb(32,18,222); }
H1.HeaderClassName
{
color: #2012DE;
}
.AnyTagClassName
{
color: #2012DE;
}
</style>
background-color css
<style>
a { background-color: #2012DE; }
a { background-color: rgb(32,18,222); }
div.DivClassName
{
background-color: #2012DE;
}
.BgClassName
{
background-color: #2012DE;
}
</style>
border-color css
<style>
span { border-color: #2012DE; }
span { border-color: rgb(32,18,222); }
td.TdClassName
{
border-color: #2012DE;
}
.TagClassName
{
border-color: #2012DE;
}
</style>