Shades of Medium Blue #1804DB
Tints of Medium Blue #1804DB
RGB
CMYK
RGB Variations
Color information
#1804DB (or 0x1804DB) is known color: Medium Blue. HEX triplet: 18, 04 and DB. RGB value is (24,4,219). Sum of RGB (Red+Green+Blue) = 24+4+219=247 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.72% from 247); Green value is 4 (1.95% from 255 or 1.62% from 247); Blue value is 219 (85.94% from 255 or 88.66% from 247); Max value from RGB is 219 - color contains mainly: blue. Hex color #1804DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1804DB is #E7FB24. Grayscale: #212121. Windows color (decimal): -15203109 or 14353432. OLE color: 14353432.
HSL color Cylindrical-coordinate representation of color #1804DB: hue angle of 245.58º 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 #1804DB is Cyan = 0.89, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 24 | 4 | 219 | - |
| CMYK | 0.89 | 0.98 | 0 | 0.14 |
| HSL | 245.58º | 0.96% | 0.44% | - |
| HSV(B) | 245.58º | 0.98% | 0.86% | - |
| XYZ | 13.21 | 5.4 | 67.36 | - |
| YUV | 34.49 | 232.13 | 120.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 4 | 219 | 0.89 | 0.98 | 0 | 0.14 | 245.58 | 0.96 | 0.44 |
| Hex | 18 | 4 | DB | 59 | 62 | 0 | E | F6 | 60 | 2C |
| Octal | 30 | 4 | 333 | 131 | 142 | 0 | 16 | 366 | 140 | 54 |
| Binary | 11000 | 100 | 11011011 | 1011001 | 1100010 | 0 | 1110 | 11110110 | 1100000 | 101100 |
Color Harmonies of #1804DB
Complementary color
Monochromatic Colors of #1804DB
Black with #1804DB
Text Example
Text Example
White with #1804DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1804DB; }
p { color: rgb(24,4,219); }
H1.HeaderClassName
{
color: #1804DB;
}
.AnyTagClassName
{
color: #1804DB;
}
</style>
background-color css
<style>
a { background-color: #1804DB; }
a { background-color: rgb(24,4,219); }
div.DivClassName
{
background-color: #1804DB;
}
.BgClassName
{
background-color: #1804DB;
}
</style>
border-color css
<style>
span { border-color: #1804DB; }
span { border-color: rgb(24,4,219); }
td.TdClassName
{
border-color: #1804DB;
}
.TagClassName
{
border-color: #1804DB;
}
</style>