Shades of Medium Blue #2012DB
Tints of Medium Blue #2012DB
RGB
CMYK
RGB Variations
Color information
#2012DB (or 0x2012DB) is known color: Medium Blue. HEX triplet: 20, 12 and DB. RGB value is (32,18,219). Sum of RGB (Red+Green+Blue) = 32+18+219=269 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.90% from 269); Green value is 18 (7.42% from 255 or 6.69% from 269); Blue value is 219 (85.94% from 255 or 81.41% from 269); Max value from RGB is 219 - color contains mainly: blue. Hex color #2012DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2012DB is #DFED24. Grayscale: #2C2C2C. Windows color (decimal): -14675237 or 14357024. OLE color: 14357024.
HSL color Cylindrical-coordinate representation of color #2012DB: hue angle of 244.18º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2012DB is Cyan = 0.85, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 18 | 219 | - |
| CMYK | 0.85 | 0.92 | 0 | 0.14 |
| HSL | 244.18º | 0.85% | 0.46% | - |
| HSV(B) | 244.18º | 0.92% | 0.86% | - |
| XYZ | 13.6 | 5.85 | 67.43 | - |
| YUV | 45.1 | 226.14 | 118.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 18 | 219 | 0.85 | 0.92 | 0 | 0.14 | 244.18 | 0.85 | 0.46 |
| Hex | 20 | 12 | DB | 55 | 5C | 0 | E | F4 | 55 | 2E |
| Octal | 40 | 22 | 333 | 125 | 134 | 0 | 16 | 364 | 125 | 56 |
| Binary | 100000 | 10010 | 11011011 | 1010101 | 1011100 | 0 | 1110 | 11110100 | 1010101 | 101110 |
Color Harmonies of #2012DB
Complementary color
Monochromatic Colors of #2012DB
Black with #2012DB
Text Example
Text Example
White with #2012DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2012DB; }
p { color: rgb(32,18,219); }
H1.HeaderClassName
{
color: #2012DB;
}
.AnyTagClassName
{
color: #2012DB;
}
</style>
background-color css
<style>
a { background-color: #2012DB; }
a { background-color: rgb(32,18,219); }
div.DivClassName
{
background-color: #2012DB;
}
.BgClassName
{
background-color: #2012DB;
}
</style>
border-color css
<style>
span { border-color: #2012DB; }
span { border-color: rgb(32,18,219); }
td.TdClassName
{
border-color: #2012DB;
}
.TagClassName
{
border-color: #2012DB;
}
</style>