Shades of Blue #2519FD
Tints of Blue #2519FD
RGB
CMYK
RGB Variations
Color information
#2519FD (or 0x2519FD) is known color: Blue. HEX triplet: 25, 19 and FD. RGB value is (37,25,253). Sum of RGB (Red+Green+Blue) = 37+25+253=315 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.75% from 315); Green value is 25 (10.16% from 255 or 7.94% from 315); Blue value is 253 (99.22% from 255 or 80.32% from 315); Max value from RGB is 253 - color contains mainly: blue. Hex color #2519FD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2519FD is #DAE602. Grayscale: #353535. Windows color (decimal): -14345731 or 16587045. OLE color: 16587045.
HSL color Cylindrical-coordinate representation of color #2519FD: hue angle of 243.16º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2519FD is Cyan = 0.85, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 37 | 25 | 253 | - |
| CMYK | 0.85 | 0.90 | 0 | 0.01 |
| HSL | 243.16º | 0.98% | 0.55% | - |
| HSV(B) | 243.16º | 0.9% | 0.99% | - |
| XYZ | 18.84 | 8.18 | 93.51 | - |
| YUV | 54.58 | 239.98 | 115.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 25 | 253 | 0.85 | 0.90 | 0 | 0.01 | 243.16 | 0.98 | 0.55 |
| Hex | 25 | 19 | FD | 55 | 5A | 0 | 1 | F3 | 62 | 37 |
| Octal | 45 | 31 | 375 | 125 | 132 | 0 | 1 | 363 | 142 | 67 |
| Binary | 100101 | 11001 | 11111101 | 1010101 | 1011010 | 0 | 1 | 11110011 | 1100010 | 110111 |
Color Harmonies of #2519FD
Complementary color
Monochromatic Colors of #2519FD
Black with #2519FD
Text Example
Text Example
White with #2519FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2519FD; }
p { color: rgb(37,25,253); }
H1.HeaderClassName
{
color: #2519FD;
}
.AnyTagClassName
{
color: #2519FD;
}
</style>
background-color css
<style>
a { background-color: #2519FD; }
a { background-color: rgb(37,25,253); }
div.DivClassName
{
background-color: #2519FD;
}
.BgClassName
{
background-color: #2519FD;
}
</style>
border-color css
<style>
span { border-color: #2519FD; }
span { border-color: rgb(37,25,253); }
td.TdClassName
{
border-color: #2519FD;
}
.TagClassName
{
border-color: #2519FD;
}
</style>