Shades of Medium Blue #1505DB
Tints of Medium Blue #1505DB
RGB
CMYK
RGB Variations
Color information
#1505DB (or 0x1505DB) is known color: Medium Blue. HEX triplet: 15, 05 and DB. RGB value is (21,5,219). Sum of RGB (Red+Green+Blue) = 21+5+219=245 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.57% from 245); Green value is 5 (2.34% from 255 or 2.04% from 245); Blue value is 219 (85.94% from 255 or 89.39% from 245); Max value from RGB is 219 - color contains mainly: blue. Hex color #1505DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1505DB is #EAFA24. Grayscale: #212121. Windows color (decimal): -15399461 or 14353685. OLE color: 14353685.
HSL color Cylindrical-coordinate representation of color #1505DB: hue angle of 244.49º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1505DB is Cyan = 0.90, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 21 | 5 | 219 | - |
| CMYK | 0.90 | 0.98 | 0 | 0.14 |
| HSL | 244.49º | 0.96% | 0.44% | - |
| HSV(B) | 244.49º | 0.98% | 0.86% | - |
| XYZ | 13.15 | 5.38 | 67.36 | - |
| YUV | 34.18 | 232.3 | 118.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 5 | 219 | 0.90 | 0.98 | 0 | 0.14 | 244.49 | 0.96 | 0.44 |
| Hex | 15 | 5 | DB | 5A | 62 | 0 | E | F4 | 60 | 2C |
| Octal | 25 | 5 | 333 | 132 | 142 | 0 | 16 | 364 | 140 | 54 |
| Binary | 10101 | 101 | 11011011 | 1011010 | 1100010 | 0 | 1110 | 11110100 | 1100000 | 101100 |
Color Harmonies of #1505DB
Complementary color
Monochromatic Colors of #1505DB
Black with #1505DB
Text Example
Text Example
White with #1505DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1505DB; }
p { color: rgb(21,5,219); }
H1.HeaderClassName
{
color: #1505DB;
}
.AnyTagClassName
{
color: #1505DB;
}
</style>
background-color css
<style>
a { background-color: #1505DB; }
a { background-color: rgb(21,5,219); }
div.DivClassName
{
background-color: #1505DB;
}
.BgClassName
{
background-color: #1505DB;
}
</style>
border-color css
<style>
span { border-color: #1505DB; }
span { border-color: rgb(21,5,219); }
td.TdClassName
{
border-color: #1505DB;
}
.TagClassName
{
border-color: #1505DB;
}
</style>