Shades of Medium Blue #2019DB
Tints of Medium Blue #2019DB
RGB
CMYK
RGB Variations
Color information
#2019DB (or 0x2019DB) is known color: Medium Blue. HEX triplet: 20, 19 and DB. RGB value is (32,25,219). Sum of RGB (Red+Green+Blue) = 32+25+219=276 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.59% from 276); Green value is 25 (10.16% from 255 or 9.06% from 276); Blue value is 219 (85.94% from 255 or 79.35% from 276); Max value from RGB is 219 - color contains mainly: blue. Hex color #2019DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2019DB is #DFE624. Grayscale: #303030. Windows color (decimal): -14673445 or 14358816. OLE color: 14358816.
HSL color Cylindrical-coordinate representation of color #2019DB: hue angle of 242.16º 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 #2019DB is Cyan = 0.85, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 25 | 219 | - |
| CMYK | 0.85 | 0.89 | 0 | 0.14 |
| HSL | 242.16º | 0.8% | 0.48% | - |
| HSV(B) | 242.16º | 0.89% | 0.86% | - |
| XYZ | 13.73 | 6.12 | 67.47 | - |
| YUV | 49.21 | 223.82 | 115.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 25 | 219 | 0.85 | 0.89 | 0 | 0.14 | 242.16 | 0.8 | 0.48 |
| Hex | 20 | 19 | DB | 55 | 59 | 0 | E | F2 | 50 | 30 |
| Octal | 40 | 31 | 333 | 125 | 131 | 0 | 16 | 362 | 120 | 60 |
| Binary | 100000 | 11001 | 11011011 | 1010101 | 1011001 | 0 | 1110 | 11110010 | 1010000 | 110000 |
Color Harmonies of #2019DB
Complementary color
Monochromatic Colors of #2019DB
Black with #2019DB
Text Example
Text Example
White with #2019DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2019DB; }
p { color: rgb(32,25,219); }
H1.HeaderClassName
{
color: #2019DB;
}
.AnyTagClassName
{
color: #2019DB;
}
</style>
background-color css
<style>
a { background-color: #2019DB; }
a { background-color: rgb(32,25,219); }
div.DivClassName
{
background-color: #2019DB;
}
.BgClassName
{
background-color: #2019DB;
}
</style>
border-color css
<style>
span { border-color: #2019DB; }
span { border-color: rgb(32,25,219); }
td.TdClassName
{
border-color: #2019DB;
}
.TagClassName
{
border-color: #2019DB;
}
</style>