Shades of Medium Blue #1504DB
Tints of Medium Blue #1504DB
RGB
CMYK
RGB Variations
Color information
#1504DB (or 0x1504DB) is known color: Medium Blue. HEX triplet: 15, 04 and DB. RGB value is (21,4,219). Sum of RGB (Red+Green+Blue) = 21+4+219=244 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.61% from 244); Green value is 4 (1.95% from 255 or 1.64% from 244); Blue value is 219 (85.94% from 255 or 89.75% from 244); Max value from RGB is 219 - color contains mainly: blue. Hex color #1504DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1504DB is #EAFB24. Grayscale: #202020. Windows color (decimal): -15399717 or 14353429. OLE color: 14353429.
HSL color Cylindrical-coordinate representation of color #1504DB: hue angle of 244.74º 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 #1504DB is Cyan = 0.90, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 21 | 4 | 219 | - |
| CMYK | 0.90 | 0.98 | 0 | 0.14 |
| HSL | 244.74º | 0.96% | 0.44% | - |
| HSV(B) | 244.74º | 0.98% | 0.86% | - |
| XYZ | 13.14 | 5.36 | 67.36 | - |
| YUV | 33.59 | 232.63 | 119.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 4 | 219 | 0.90 | 0.98 | 0 | 0.14 | 244.74 | 0.96 | 0.44 |
| Hex | 15 | 4 | DB | 5A | 62 | 0 | E | F5 | 60 | 2C |
| Octal | 25 | 4 | 333 | 132 | 142 | 0 | 16 | 365 | 140 | 54 |
| Binary | 10101 | 100 | 11011011 | 1011010 | 1100010 | 0 | 1110 | 11110101 | 1100000 | 101100 |
Color Harmonies of #1504DB
Complementary color
Monochromatic Colors of #1504DB
Black with #1504DB
Text Example
Text Example
White with #1504DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1504DB; }
p { color: rgb(21,4,219); }
H1.HeaderClassName
{
color: #1504DB;
}
.AnyTagClassName
{
color: #1504DB;
}
</style>
background-color css
<style>
a { background-color: #1504DB; }
a { background-color: rgb(21,4,219); }
div.DivClassName
{
background-color: #1504DB;
}
.BgClassName
{
background-color: #1504DB;
}
</style>
border-color css
<style>
span { border-color: #1504DB; }
span { border-color: rgb(21,4,219); }
td.TdClassName
{
border-color: #1504DB;
}
.TagClassName
{
border-color: #1504DB;
}
</style>