Shades of Blue #2519FA
Tints of Blue #2519FA
RGB
CMYK
RGB Variations
Color information
#2519FA (or 0x2519FA) is known color: Blue. HEX triplet: 25, 19 and FA. RGB value is (37,25,250). Sum of RGB (Red+Green+Blue) = 37+25+250=312 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.86% from 312); Green value is 25 (10.16% from 255 or 8.01% from 312); Blue value is 250 (98.05% from 255 or 80.13% from 312); Max value from RGB is 250 - color contains mainly: blue. Hex color #2519FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2519FA is #DAE605. Grayscale: #353535. Windows color (decimal): -14345734 or 16390437. OLE color: 16390437.
HSL color Cylindrical-coordinate representation of color #2519FA: hue angle of 243.2º degrees, saturation: 0.96, 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 #2519FA is Cyan = 0.85, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 37 | 25 | 250 | - |
| CMYK | 0.85 | 0.9 | 0 | 0.02 |
| HSL | 243.2º | 0.96% | 0.54% | - |
| HSV(B) | 243.2º | 0.9% | 0.98% | - |
| XYZ | 18.37 | 7.99 | 91.02 | - |
| YUV | 54.24 | 238.48 | 115.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 25 | 250 | 0.85 | 0.9 | 0 | 0.02 | 243.2 | 0.96 | 0.54 |
| Hex | 25 | 19 | FA | 55 | 5A | 0 | 2 | F3 | 60 | 36 |
| Octal | 45 | 31 | 372 | 125 | 132 | 0 | 2 | 363 | 140 | 66 |
| Binary | 100101 | 11001 | 11111010 | 1010101 | 1011010 | 0 | 10 | 11110011 | 1100000 | 110110 |
Color Harmonies of #2519FA
Complementary color
Monochromatic Colors of #2519FA
Black with #2519FA
Text Example
Text Example
White with #2519FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2519FA; }
p { color: rgb(37,25,250); }
H1.HeaderClassName
{
color: #2519FA;
}
.AnyTagClassName
{
color: #2519FA;
}
</style>
background-color css
<style>
a { background-color: #2519FA; }
a { background-color: rgb(37,25,250); }
div.DivClassName
{
background-color: #2519FA;
}
.BgClassName
{
background-color: #2519FA;
}
</style>
border-color css
<style>
span { border-color: #2519FA; }
span { border-color: rgb(37,25,250); }
td.TdClassName
{
border-color: #2519FA;
}
.TagClassName
{
border-color: #2519FA;
}
</style>