Shades of Blue #2519FE
Tints of Blue #2519FE
RGB
CMYK
RGB Variations
Color information
#2519FE (or 0x2519FE) is known color: Blue. HEX triplet: 25, 19 and FE. RGB value is (37,25,254). Sum of RGB (Red+Green+Blue) = 37+25+254=316 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.71% from 316); Green value is 25 (10.16% from 255 or 7.91% from 316); Blue value is 254 (99.61% from 255 or 80.38% from 316); Max value from RGB is 254 - color contains mainly: blue. Hex color #2519FE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2519FE is #DAE601. Grayscale: #353535. Windows color (decimal): -14345730 or 16652581. OLE color: 16652581.
HSL color Cylindrical-coordinate representation of color #2519FE: hue angle of 243.14º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2519FE is Cyan = 0.85, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 37 | 25 | 254 | - |
| CMYK | 0.85 | 0.90 | 0 | 0.00 |
| HSL | 243.14º | 0.99% | 0.55% | - |
| HSV(B) | 243.14º | 0.9% | 1% | - |
| XYZ | 19 | 8.24 | 94.36 | - |
| YUV | 54.69 | 240.48 | 115.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 25 | 254 | 0.85 | 0.90 | 0 | 0.00 | 243.14 | 0.99 | 0.55 |
| Hex | 25 | 19 | FE | 55 | 5A | 0 | 0 | F3 | 63 | 37 |
| Octal | 45 | 31 | 376 | 125 | 132 | 0 | 0 | 363 | 143 | 67 |
| Binary | 100101 | 11001 | 11111110 | 1010101 | 1011010 | 0 | 0 | 11110011 | 1100011 | 110111 |
Color Harmonies of #2519FE
Complementary color
Monochromatic Colors of #2519FE
Black with #2519FE
Text Example
Text Example
White with #2519FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2519FE; }
p { color: rgb(37,25,254); }
H1.HeaderClassName
{
color: #2519FE;
}
.AnyTagClassName
{
color: #2519FE;
}
</style>
background-color css
<style>
a { background-color: #2519FE; }
a { background-color: rgb(37,25,254); }
div.DivClassName
{
background-color: #2519FE;
}
.BgClassName
{
background-color: #2519FE;
}
</style>
border-color css
<style>
span { border-color: #2519FE; }
span { border-color: rgb(37,25,254); }
td.TdClassName
{
border-color: #2519FE;
}
.TagClassName
{
border-color: #2519FE;
}
</style>