Shades of Medium Blue #1517DB
Tints of Medium Blue #1517DB
RGB
CMYK
RGB Variations
Color information
#1517DB (or 0x1517DB) is known color: Medium Blue. HEX triplet: 15, 17 and DB. RGB value is (21,23,219). Sum of RGB (Red+Green+Blue) = 21+23+219=263 (34% of max value = 765). Red value is 21 (8.59% from 255 or 7.98% from 263); Green value is 23 (9.38% from 255 or 8.75% from 263); Blue value is 219 (85.94% from 255 or 83.27% from 263); Max value from RGB is 219 - color contains mainly: blue. Hex color #1517DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1517DB is #EAE824. Grayscale: #2B2B2B. Windows color (decimal): -15394853 or 14358293. OLE color: 14358293.
HSL color Cylindrical-coordinate representation of color #1517DB: hue angle of 239.39º 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 #1517DB is Cyan = 0.90, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 21 | 23 | 219 | - |
| CMYK | 0.90 | 0.89 | 0 | 0.14 |
| HSL | 239.39º | 0.83% | 0.47% | - |
| HSV(B) | 239.39º | 0.9% | 0.86% | - |
| XYZ | 13.4 | 5.89 | 67.45 | - |
| YUV | 44.75 | 226.34 | 111.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 23 | 219 | 0.90 | 0.89 | 0 | 0.14 | 239.39 | 0.83 | 0.47 |
| Hex | 15 | 17 | DB | 5A | 59 | 0 | E | EF | 52 | 2F |
| Octal | 25 | 27 | 333 | 132 | 131 | 0 | 16 | 357 | 122 | 57 |
| Binary | 10101 | 10111 | 11011011 | 1011010 | 1011001 | 0 | 1110 | 11101111 | 1010010 | 101111 |
Color Harmonies of #1517DB
Complementary color
Monochromatic Colors of #1517DB
Black with #1517DB
Text Example
Text Example
White with #1517DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1517DB; }
p { color: rgb(21,23,219); }
H1.HeaderClassName
{
color: #1517DB;
}
.AnyTagClassName
{
color: #1517DB;
}
</style>
background-color css
<style>
a { background-color: #1517DB; }
a { background-color: rgb(21,23,219); }
div.DivClassName
{
background-color: #1517DB;
}
.BgClassName
{
background-color: #1517DB;
}
</style>
border-color css
<style>
span { border-color: #1517DB; }
span { border-color: rgb(21,23,219); }
td.TdClassName
{
border-color: #1517DB;
}
.TagClassName
{
border-color: #1517DB;
}
</style>