Shades of Medium Blue #2519DB
Tints of Medium Blue #2519DB
RGB
CMYK
RGB Variations
Color information
#2519DB (or 0x2519DB) is known color: Medium Blue. HEX triplet: 25, 19 and DB. RGB value is (37,25,219). Sum of RGB (Red+Green+Blue) = 37+25+219=281 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.17% from 281); Green value is 25 (10.16% from 255 or 8.90% from 281); Blue value is 219 (85.94% from 255 or 77.94% from 281); Max value from RGB is 219 - color contains mainly: blue. Hex color #2519DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2519DB is #DAE624. Grayscale: #313131. Windows color (decimal): -14345765 or 14358821. OLE color: 14358821.
HSL color Cylindrical-coordinate representation of color #2519DB: hue angle of 243.71º 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 #2519DB is Cyan = 0.83, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 37 | 25 | 219 | - |
| CMYK | 0.83 | 0.89 | 0 | 0.14 |
| HSL | 243.71º | 0.8% | 0.48% | - |
| HSV(B) | 243.71º | 0.89% | 0.86% | - |
| XYZ | 13.9 | 6.2 | 67.48 | - |
| YUV | 50.7 | 222.98 | 118.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 25 | 219 | 0.83 | 0.89 | 0 | 0.14 | 243.71 | 0.8 | 0.48 |
| Hex | 25 | 19 | DB | 53 | 59 | 0 | E | F4 | 50 | 30 |
| Octal | 45 | 31 | 333 | 123 | 131 | 0 | 16 | 364 | 120 | 60 |
| Binary | 100101 | 11001 | 11011011 | 1010011 | 1011001 | 0 | 1110 | 11110100 | 1010000 | 110000 |
Color Harmonies of #2519DB
Complementary color
Monochromatic Colors of #2519DB
Black with #2519DB
Text Example
Text Example
White with #2519DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2519DB; }
p { color: rgb(37,25,219); }
H1.HeaderClassName
{
color: #2519DB;
}
.AnyTagClassName
{
color: #2519DB;
}
</style>
background-color css
<style>
a { background-color: #2519DB; }
a { background-color: rgb(37,25,219); }
div.DivClassName
{
background-color: #2519DB;
}
.BgClassName
{
background-color: #2519DB;
}
</style>
border-color css
<style>
span { border-color: #2519DB; }
span { border-color: rgb(37,25,219); }
td.TdClassName
{
border-color: #2519DB;
}
.TagClassName
{
border-color: #2519DB;
}
</style>