Shades of Medium Blue #2015DB
Tints of Medium Blue #2015DB
RGB
CMYK
RGB Variations
Color information
#2015DB (or 0x2015DB) is known color: Medium Blue. HEX triplet: 20, 15 and DB. RGB value is (32,21,219). Sum of RGB (Red+Green+Blue) = 32+21+219=272 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.76% from 272); Green value is 21 (8.59% from 255 or 7.72% from 272); Blue value is 219 (85.94% from 255 or 80.51% from 272); Max value from RGB is 219 - color contains mainly: blue. Hex color #2015DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2015DB is #DFEA24. Grayscale: #2E2E2E. Windows color (decimal): -14674469 or 14357792. OLE color: 14357792.
HSL color Cylindrical-coordinate representation of color #2015DB: hue angle of 243.33º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2015DB is Cyan = 0.85, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 21 | 219 | - |
| CMYK | 0.85 | 0.90 | 0 | 0.14 |
| HSL | 243.33º | 0.83% | 0.47% | - |
| HSV(B) | 243.33º | 0.9% | 0.86% | - |
| XYZ | 13.65 | 5.96 | 67.45 | - |
| YUV | 46.86 | 225.14 | 117.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 21 | 219 | 0.85 | 0.90 | 0 | 0.14 | 243.33 | 0.83 | 0.47 |
| Hex | 20 | 15 | DB | 55 | 5A | 0 | E | F3 | 52 | 2F |
| Octal | 40 | 25 | 333 | 125 | 132 | 0 | 16 | 363 | 122 | 57 |
| Binary | 100000 | 10101 | 11011011 | 1010101 | 1011010 | 0 | 1110 | 11110011 | 1010010 | 101111 |
Color Harmonies of #2015DB
Complementary color
Monochromatic Colors of #2015DB
Black with #2015DB
Text Example
Text Example
White with #2015DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2015DB; }
p { color: rgb(32,21,219); }
H1.HeaderClassName
{
color: #2015DB;
}
.AnyTagClassName
{
color: #2015DB;
}
</style>
background-color css
<style>
a { background-color: #2015DB; }
a { background-color: rgb(32,21,219); }
div.DivClassName
{
background-color: #2015DB;
}
.BgClassName
{
background-color: #2015DB;
}
</style>
border-color css
<style>
span { border-color: #2015DB; }
span { border-color: rgb(32,21,219); }
td.TdClassName
{
border-color: #2015DB;
}
.TagClassName
{
border-color: #2015DB;
}
</style>