Shades of Medium Blue #2012D8
Tints of Medium Blue #2012D8
RGB
CMYK
RGB Variations
Color information
#2012D8 (or 0x2012D8) is known color: Medium Blue. HEX triplet: 20, 12 and D8. RGB value is (32,18,216). Sum of RGB (Red+Green+Blue) = 32+18+216=266 (35% of max value = 765). Red value is 32 (12.89% from 255 or 12.03% from 266); Green value is 18 (7.42% from 255 or 6.77% from 266); Blue value is 216 (84.77% from 255 or 81.20% from 266); Max value from RGB is 216 - color contains mainly: blue. Hex color #2012D8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2012D8 is #DFED27. Grayscale: #2B2B2B. Windows color (decimal): -14675240 or 14160416. OLE color: 14160416.
HSL color Cylindrical-coordinate representation of color #2012D8: hue angle of 244.24º degrees, saturation: 0.85, 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 #2012D8 is Cyan = 0.85, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 32 | 18 | 216 | - |
| CMYK | 0.85 | 0.92 | 0 | 0.15 |
| HSL | 244.24º | 0.85% | 0.46% | - |
| HSV(B) | 244.24º | 0.92% | 0.85% | - |
| XYZ | 13.21 | 5.7 | 65.37 | - |
| YUV | 44.76 | 224.64 | 118.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 18 | 216 | 0.85 | 0.92 | 0 | 0.15 | 244.24 | 0.85 | 0.46 |
| Hex | 20 | 12 | D8 | 55 | 5C | 0 | F | F4 | 55 | 2E |
| Octal | 40 | 22 | 330 | 125 | 134 | 0 | 17 | 364 | 125 | 56 |
| Binary | 100000 | 10010 | 11011000 | 1010101 | 1011100 | 0 | 1111 | 11110100 | 1010101 | 101110 |
Color Harmonies of #2012D8
Complementary color
Monochromatic Colors of #2012D8
Black with #2012D8
Text Example
Text Example
White with #2012D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2012D8; }
p { color: rgb(32,18,216); }
H1.HeaderClassName
{
color: #2012D8;
}
.AnyTagClassName
{
color: #2012D8;
}
</style>
background-color css
<style>
a { background-color: #2012D8; }
a { background-color: rgb(32,18,216); }
div.DivClassName
{
background-color: #2012D8;
}
.BgClassName
{
background-color: #2012D8;
}
</style>
border-color css
<style>
span { border-color: #2012D8; }
span { border-color: rgb(32,18,216); }
td.TdClassName
{
border-color: #2012D8;
}
.TagClassName
{
border-color: #2012D8;
}
</style>