Shades of Medium Blue #2419DB
Tints of Medium Blue #2419DB
RGB
CMYK
RGB Variations
Color information
#2419DB (or 0x2419DB) is known color: Medium Blue. HEX triplet: 24, 19 and DB. RGB value is (36,25,219). Sum of RGB (Red+Green+Blue) = 36+25+219=280 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.86% from 280); Green value is 25 (10.16% from 255 or 8.93% from 280); Blue value is 219 (85.94% from 255 or 78.21% from 280); Max value from RGB is 219 - color contains mainly: blue. Hex color #2419DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2419DB is #DBE624. Grayscale: #313131. Windows color (decimal): -14411301 or 14358820. OLE color: 14358820.
HSL color Cylindrical-coordinate representation of color #2419DB: hue angle of 243.4º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2419DB is Cyan = 0.84, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 36 | 25 | 219 | - |
| CMYK | 0.84 | 0.89 | 0 | 0.14 |
| HSL | 243.4º | 0.8% | 0.48% | - |
| HSV(B) | 243.4º | 0.89% | 0.86% | - |
| XYZ | 13.86 | 6.18 | 67.48 | - |
| YUV | 50.41 | 223.14 | 117.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 25 | 219 | 0.84 | 0.89 | 0 | 0.14 | 243.4 | 0.8 | 0.48 |
| Hex | 24 | 19 | DB | 54 | 59 | 0 | E | F3 | 50 | 30 |
| Octal | 44 | 31 | 333 | 124 | 131 | 0 | 16 | 363 | 120 | 60 |
| Binary | 100100 | 11001 | 11011011 | 1010100 | 1011001 | 0 | 1110 | 11110011 | 1010000 | 110000 |
Color Harmonies of #2419DB
Complementary color
Monochromatic Colors of #2419DB
Black with #2419DB
Text Example
Text Example
White with #2419DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2419DB; }
p { color: rgb(36,25,219); }
H1.HeaderClassName
{
color: #2419DB;
}
.AnyTagClassName
{
color: #2419DB;
}
</style>
background-color css
<style>
a { background-color: #2419DB; }
a { background-color: rgb(36,25,219); }
div.DivClassName
{
background-color: #2419DB;
}
.BgClassName
{
background-color: #2419DB;
}
</style>
border-color css
<style>
span { border-color: #2419DB; }
span { border-color: rgb(36,25,219); }
td.TdClassName
{
border-color: #2419DB;
}
.TagClassName
{
border-color: #2419DB;
}
</style>