Shades of Medium Blue #2019DC
Tints of Medium Blue #2019DC
RGB
CMYK
RGB Variations
Color information
#2019DC (or 0x2019DC) is known color: Medium Blue. HEX triplet: 20, 19 and DC. RGB value is (32,25,220). Sum of RGB (Red+Green+Blue) = 32+25+220=277 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.55% from 277); Green value is 25 (10.16% from 255 or 9.03% from 277); Blue value is 220 (86.33% from 255 or 79.42% from 277); Max value from RGB is 220 - color contains mainly: blue. Hex color #2019DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2019DC is #DFE623. Grayscale: #303030. Windows color (decimal): -14673444 or 14424352. OLE color: 14424352.
HSL color Cylindrical-coordinate representation of color #2019DC: hue angle of 242.15º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2019DC is Cyan = 0.85, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 25 | 220 | - |
| CMYK | 0.85 | 0.89 | 0 | 0.14 |
| HSL | 242.15º | 0.8% | 0.48% | - |
| HSV(B) | 242.15º | 0.89% | 0.86% | - |
| XYZ | 13.86 | 6.17 | 68.17 | - |
| YUV | 49.32 | 224.32 | 115.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 25 | 220 | 0.85 | 0.89 | 0 | 0.14 | 242.15 | 0.8 | 0.48 |
| Hex | 20 | 19 | DC | 55 | 59 | 0 | E | F2 | 50 | 30 |
| Octal | 40 | 31 | 334 | 125 | 131 | 0 | 16 | 362 | 120 | 60 |
| Binary | 100000 | 11001 | 11011100 | 1010101 | 1011001 | 0 | 1110 | 11110010 | 1010000 | 110000 |
Color Harmonies of #2019DC
Complementary color
Monochromatic Colors of #2019DC
Black with #2019DC
Text Example
Text Example
White with #2019DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2019DC; }
p { color: rgb(32,25,220); }
H1.HeaderClassName
{
color: #2019DC;
}
.AnyTagClassName
{
color: #2019DC;
}
</style>
background-color css
<style>
a { background-color: #2019DC; }
a { background-color: rgb(32,25,220); }
div.DivClassName
{
background-color: #2019DC;
}
.BgClassName
{
background-color: #2019DC;
}
</style>
border-color css
<style>
span { border-color: #2019DC; }
span { border-color: rgb(32,25,220); }
td.TdClassName
{
border-color: #2019DC;
}
.TagClassName
{
border-color: #2019DC;
}
</style>