Shades of Medium Blue #2519D2
Tints of Medium Blue #2519D2
RGB
CMYK
RGB Variations
Color information
#2519D2 (or 0x2519D2) is known color: Medium Blue. HEX triplet: 25, 19 and D2. RGB value is (37,25,210). Sum of RGB (Red+Green+Blue) = 37+25+210=272 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.60% from 272); Green value is 25 (10.16% from 255 or 9.19% from 272); Blue value is 210 (82.42% from 255 or 77.21% from 272); Max value from RGB is 210 - color contains mainly: blue. Hex color #2519D2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2519D2 is #DAE62D. Grayscale: #303030. Windows color (decimal): -14345774 or 13768997. OLE color: 13768997.
HSL color Cylindrical-coordinate representation of color #2519D2: hue angle of 243.89º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2519D2 is Cyan = 0.82, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 37 | 25 | 210 | - |
| CMYK | 0.82 | 0.88 | 0 | 0.18 |
| HSL | 243.89º | 0.79% | 0.46% | - |
| HSV(B) | 243.89º | 0.88% | 0.82% | - |
| XYZ | 12.74 | 5.74 | 61.41 | - |
| YUV | 49.68 | 218.48 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 25 | 210 | 0.82 | 0.88 | 0 | 0.18 | 243.89 | 0.79 | 0.46 |
| Hex | 25 | 19 | D2 | 52 | 58 | 0 | 12 | F4 | 4F | 2E |
| Octal | 45 | 31 | 322 | 122 | 130 | 0 | 22 | 364 | 117 | 56 |
| Binary | 100101 | 11001 | 11010010 | 1010010 | 1011000 | 0 | 10010 | 11110100 | 1001111 | 101110 |
Color Harmonies of #2519D2
Complementary color
Monochromatic Colors of #2519D2
Black with #2519D2
Text Example
Text Example
White with #2519D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2519D2; }
p { color: rgb(37,25,210); }
H1.HeaderClassName
{
color: #2519D2;
}
.AnyTagClassName
{
color: #2519D2;
}
</style>
background-color css
<style>
a { background-color: #2519D2; }
a { background-color: rgb(37,25,210); }
div.DivClassName
{
background-color: #2519D2;
}
.BgClassName
{
background-color: #2519D2;
}
</style>
border-color css
<style>
span { border-color: #2519D2; }
span { border-color: rgb(37,25,210); }
td.TdClassName
{
border-color: #2519D2;
}
.TagClassName
{
border-color: #2519D2;
}
</style>