Shades of Medium Blue #1904DB
Tints of Medium Blue #1904DB
RGB
CMYK
RGB Variations
Color information
#1904DB (or 0x1904DB) is known color: Medium Blue. HEX triplet: 19, 04 and DB. RGB value is (25,4,219). Sum of RGB (Red+Green+Blue) = 25+4+219=248 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.08% from 248); Green value is 4 (1.95% from 255 or 1.61% from 248); Blue value is 219 (85.94% from 255 or 88.31% from 248); Max value from RGB is 219 - color contains mainly: blue. Hex color #1904DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1904DB is #E6FB24. Grayscale: #212121. Windows color (decimal): -15137573 or 14353433. OLE color: 14353433.
HSL color Cylindrical-coordinate representation of color #1904DB: hue angle of 245.86º 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 #1904DB is Cyan = 0.89, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 25 | 4 | 219 | - |
| CMYK | 0.89 | 0.98 | 0 | 0.14 |
| HSL | 245.86º | 0.96% | 0.44% | - |
| HSV(B) | 245.86º | 0.98% | 0.86% | - |
| XYZ | 13.23 | 5.41 | 67.36 | - |
| YUV | 34.79 | 231.96 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 4 | 219 | 0.89 | 0.98 | 0 | 0.14 | 245.86 | 0.96 | 0.44 |
| Hex | 19 | 4 | DB | 59 | 62 | 0 | E | F6 | 60 | 2C |
| Octal | 31 | 4 | 333 | 131 | 142 | 0 | 16 | 366 | 140 | 54 |
| Binary | 11001 | 100 | 11011011 | 1011001 | 1100010 | 0 | 1110 | 11110110 | 1100000 | 101100 |
Color Harmonies of #1904DB
Complementary color
Monochromatic Colors of #1904DB
Black with #1904DB
Text Example
Text Example
White with #1904DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1904DB; }
p { color: rgb(25,4,219); }
H1.HeaderClassName
{
color: #1904DB;
}
.AnyTagClassName
{
color: #1904DB;
}
</style>
background-color css
<style>
a { background-color: #1904DB; }
a { background-color: rgb(25,4,219); }
div.DivClassName
{
background-color: #1904DB;
}
.BgClassName
{
background-color: #1904DB;
}
</style>
border-color css
<style>
span { border-color: #1904DB; }
span { border-color: rgb(25,4,219); }
td.TdClassName
{
border-color: #1904DB;
}
.TagClassName
{
border-color: #1904DB;
}
</style>