Shades of Blue #2519F9
Tints of Blue #2519F9
RGB
CMYK
RGB Variations
Color information
#2519F9 (or 0x2519F9) is known color: Blue. HEX triplet: 25, 19 and F9. RGB value is (37,25,249). Sum of RGB (Red+Green+Blue) = 37+25+249=311 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.90% from 311); Green value is 25 (10.16% from 255 or 8.04% from 311); Blue value is 249 (97.66% from 255 or 80.06% from 311); Max value from RGB is 249 - color contains mainly: blue. Hex color #2519F9 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2519F9 is #DAE606. Grayscale: #353535. Windows color (decimal): -14345735 or 16324901. OLE color: 16324901.
HSL color Cylindrical-coordinate representation of color #2519F9: hue angle of 243.21º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2519F9 is Cyan = 0.85, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 37 | 25 | 249 | - |
| CMYK | 0.85 | 0.90 | 0 | 0.02 |
| HSL | 243.21º | 0.95% | 0.54% | - |
| HSV(B) | 243.21º | 0.9% | 0.98% | - |
| XYZ | 18.21 | 7.93 | 90.19 | - |
| YUV | 54.12 | 237.98 | 115.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 25 | 249 | 0.85 | 0.90 | 0 | 0.02 | 243.21 | 0.95 | 0.54 |
| Hex | 25 | 19 | F9 | 55 | 5A | 0 | 2 | F3 | 5F | 36 |
| Octal | 45 | 31 | 371 | 125 | 132 | 0 | 2 | 363 | 137 | 66 |
| Binary | 100101 | 11001 | 11111001 | 1010101 | 1011010 | 0 | 10 | 11110011 | 1011111 | 110110 |
Color Harmonies of #2519F9
Complementary color
Monochromatic Colors of #2519F9
Black with #2519F9
Text Example
Text Example
White with #2519F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2519F9; }
p { color: rgb(37,25,249); }
H1.HeaderClassName
{
color: #2519F9;
}
.AnyTagClassName
{
color: #2519F9;
}
</style>
background-color css
<style>
a { background-color: #2519F9; }
a { background-color: rgb(37,25,249); }
div.DivClassName
{
background-color: #2519F9;
}
.BgClassName
{
background-color: #2519F9;
}
</style>
border-color css
<style>
span { border-color: #2519F9; }
span { border-color: rgb(37,25,249); }
td.TdClassName
{
border-color: #2519F9;
}
.TagClassName
{
border-color: #2519F9;
}
</style>