Shades of Medium Blue #2519DD
Tints of Medium Blue #2519DD
RGB
CMYK
RGB Variations
Color information
#2519DD (or 0x2519DD) is known color: Medium Blue. HEX triplet: 25, 19 and DD. RGB value is (37,25,221). Sum of RGB (Red+Green+Blue) = 37+25+221=283 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.07% from 283); Green value is 25 (10.16% from 255 or 8.83% from 283); Blue value is 221 (86.72% from 255 or 78.09% from 283); Max value from RGB is 221 - color contains mainly: blue. Hex color #2519DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2519DD is #DAE622. Grayscale: #323232. Windows color (decimal): -14345763 or 14489893. OLE color: 14489893.
HSL color Cylindrical-coordinate representation of color #2519DD: hue angle of 243.67º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2519DD is Cyan = 0.83, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 37 | 25 | 221 | - |
| CMYK | 0.83 | 0.89 | 0 | 0.13 |
| HSL | 243.67º | 0.8% | 0.48% | - |
| HSV(B) | 243.67º | 0.89% | 0.87% | - |
| XYZ | 14.16 | 6.31 | 68.88 | - |
| YUV | 50.93 | 223.98 | 118.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 25 | 221 | 0.83 | 0.89 | 0 | 0.13 | 243.67 | 0.8 | 0.48 |
| Hex | 25 | 19 | DD | 53 | 59 | 0 | D | F4 | 50 | 30 |
| Octal | 45 | 31 | 335 | 123 | 131 | 0 | 15 | 364 | 120 | 60 |
| Binary | 100101 | 11001 | 11011101 | 1010011 | 1011001 | 0 | 1101 | 11110100 | 1010000 | 110000 |
Color Harmonies of #2519DD
Complementary color
Monochromatic Colors of #2519DD
Black with #2519DD
Text Example
Text Example
White with #2519DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2519DD; }
p { color: rgb(37,25,221); }
H1.HeaderClassName
{
color: #2519DD;
}
.AnyTagClassName
{
color: #2519DD;
}
</style>
background-color css
<style>
a { background-color: #2519DD; }
a { background-color: rgb(37,25,221); }
div.DivClassName
{
background-color: #2519DD;
}
.BgClassName
{
background-color: #2519DD;
}
</style>
border-color css
<style>
span { border-color: #2519DD; }
span { border-color: rgb(37,25,221); }
td.TdClassName
{
border-color: #2519DD;
}
.TagClassName
{
border-color: #2519DD;
}
</style>