Shades of Blue #2519FC
Tints of Blue #2519FC
RGB
CMYK
RGB Variations
Color information
#2519FC (or 0x2519FC) is known color: Blue. HEX triplet: 25, 19 and FC. RGB value is (37,25,252). Sum of RGB (Red+Green+Blue) = 37+25+252=314 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.78% from 314); Green value is 25 (10.16% from 255 or 7.96% from 314); Blue value is 252 (98.83% from 255 or 80.25% from 314); Max value from RGB is 252 - color contains mainly: blue. Hex color #2519FC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2519FC is #DAE603. Grayscale: #353535. Windows color (decimal): -14345732 or 16521509. OLE color: 16521509.
HSL color Cylindrical-coordinate representation of color #2519FC: hue angle of 243.17º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2519FC is Cyan = 0.85, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 37 | 25 | 252 | - |
| CMYK | 0.85 | 0.90 | 0 | 0.01 |
| HSL | 243.17º | 0.97% | 0.54% | - |
| HSV(B) | 243.17º | 0.9% | 0.99% | - |
| XYZ | 18.68 | 8.12 | 92.68 | - |
| YUV | 54.47 | 239.48 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 25 | 252 | 0.85 | 0.90 | 0 | 0.01 | 243.17 | 0.97 | 0.54 |
| Hex | 25 | 19 | FC | 55 | 5A | 0 | 1 | F3 | 61 | 36 |
| Octal | 45 | 31 | 374 | 125 | 132 | 0 | 1 | 363 | 141 | 66 |
| Binary | 100101 | 11001 | 11111100 | 1010101 | 1011010 | 0 | 1 | 11110011 | 1100001 | 110110 |
Color Harmonies of #2519FC
Complementary color
Monochromatic Colors of #2519FC
Black with #2519FC
Text Example
Text Example
White with #2519FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2519FC; }
p { color: rgb(37,25,252); }
H1.HeaderClassName
{
color: #2519FC;
}
.AnyTagClassName
{
color: #2519FC;
}
</style>
background-color css
<style>
a { background-color: #2519FC; }
a { background-color: rgb(37,25,252); }
div.DivClassName
{
background-color: #2519FC;
}
.BgClassName
{
background-color: #2519FC;
}
</style>
border-color css
<style>
span { border-color: #2519FC; }
span { border-color: rgb(37,25,252); }
td.TdClassName
{
border-color: #2519FC;
}
.TagClassName
{
border-color: #2519FC;
}
</style>