Shades of Medium Blue #2017DB
Tints of Medium Blue #2017DB
RGB
CMYK
RGB Variations
Color information
#2017DB (or 0x2017DB) is known color: Medium Blue. HEX triplet: 20, 17 and DB. RGB value is (32,23,219). Sum of RGB (Red+Green+Blue) = 32+23+219=274 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.68% from 274); Green value is 23 (9.38% from 255 or 8.39% from 274); Blue value is 219 (85.94% from 255 or 79.93% from 274); Max value from RGB is 219 - color contains mainly: blue. Hex color #2017DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2017DB is #DFE824. Grayscale: #2F2F2F. Windows color (decimal): -14673957 or 14358304. OLE color: 14358304.
HSL color Cylindrical-coordinate representation of color #2017DB: hue angle of 242.76º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2017DB is Cyan = 0.85, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 23 | 219 | - |
| CMYK | 0.85 | 0.89 | 0 | 0.14 |
| HSL | 242.76º | 0.81% | 0.47% | - |
| HSV(B) | 242.76º | 0.89% | 0.86% | - |
| XYZ | 13.69 | 6.03 | 67.46 | - |
| YUV | 48.04 | 224.48 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 23 | 219 | 0.85 | 0.89 | 0 | 0.14 | 242.76 | 0.81 | 0.47 |
| Hex | 20 | 17 | DB | 55 | 59 | 0 | E | F3 | 51 | 2F |
| Octal | 40 | 27 | 333 | 125 | 131 | 0 | 16 | 363 | 121 | 57 |
| Binary | 100000 | 10111 | 11011011 | 1010101 | 1011001 | 0 | 1110 | 11110011 | 1010001 | 101111 |
Color Harmonies of #2017DB
Complementary color
Monochromatic Colors of #2017DB
Black with #2017DB
Text Example
Text Example
White with #2017DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2017DB; }
p { color: rgb(32,23,219); }
H1.HeaderClassName
{
color: #2017DB;
}
.AnyTagClassName
{
color: #2017DB;
}
</style>
background-color css
<style>
a { background-color: #2017DB; }
a { background-color: rgb(32,23,219); }
div.DivClassName
{
background-color: #2017DB;
}
.BgClassName
{
background-color: #2017DB;
}
</style>
border-color css
<style>
span { border-color: #2017DB; }
span { border-color: rgb(32,23,219); }
td.TdClassName
{
border-color: #2017DB;
}
.TagClassName
{
border-color: #2017DB;
}
</style>