Shades of Medium Blue #2013DB
Tints of Medium Blue #2013DB
RGB
CMYK
RGB Variations
Color information
#2013DB (or 0x2013DB) is known color: Medium Blue. HEX triplet: 20, 13 and DB. RGB value is (32,19,219). Sum of RGB (Red+Green+Blue) = 32+19+219=270 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.85% from 270); Green value is 19 (7.81% from 255 or 7.04% from 270); Blue value is 219 (85.94% from 255 or 81.11% from 270); Max value from RGB is 219 - color contains mainly: blue. Hex color #2013DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2013DB is #DFEC24. Grayscale: #2C2C2C. Windows color (decimal): -14674981 or 14357280. OLE color: 14357280.
HSL color Cylindrical-coordinate representation of color #2013DB: hue angle of 243.9º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2013DB is Cyan = 0.85, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 19 | 219 | - |
| CMYK | 0.85 | 0.91 | 0 | 0.14 |
| HSL | 243.9º | 0.84% | 0.47% | - |
| HSV(B) | 243.9º | 0.91% | 0.86% | - |
| XYZ | 13.61 | 5.89 | 67.44 | - |
| YUV | 45.69 | 225.81 | 118.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 19 | 219 | 0.85 | 0.91 | 0 | 0.14 | 243.9 | 0.84 | 0.47 |
| Hex | 20 | 13 | DB | 55 | 5B | 0 | E | F4 | 54 | 2F |
| Octal | 40 | 23 | 333 | 125 | 133 | 0 | 16 | 364 | 124 | 57 |
| Binary | 100000 | 10011 | 11011011 | 1010101 | 1011011 | 0 | 1110 | 11110100 | 1010100 | 101111 |
Color Harmonies of #2013DB
Complementary color
Monochromatic Colors of #2013DB
Black with #2013DB
Text Example
Text Example
White with #2013DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2013DB; }
p { color: rgb(32,19,219); }
H1.HeaderClassName
{
color: #2013DB;
}
.AnyTagClassName
{
color: #2013DB;
}
</style>
background-color css
<style>
a { background-color: #2013DB; }
a { background-color: rgb(32,19,219); }
div.DivClassName
{
background-color: #2013DB;
}
.BgClassName
{
background-color: #2013DB;
}
</style>
border-color css
<style>
span { border-color: #2013DB; }
span { border-color: rgb(32,19,219); }
td.TdClassName
{
border-color: #2013DB;
}
.TagClassName
{
border-color: #2013DB;
}
</style>