Shades of Blue #2517FE
Tints of Blue #2517FE
RGB
CMYK
RGB Variations
Color information
#2517FE (or 0x2517FE) is known color: Blue. HEX triplet: 25, 17 and FE. RGB value is (37,23,254). Sum of RGB (Red+Green+Blue) = 37+23+254=314 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.78% from 314); Green value is 23 (9.38% from 255 or 7.32% from 314); Blue value is 254 (99.61% from 255 or 80.89% from 314); Max value from RGB is 254 - color contains mainly: blue. Hex color #2517FE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2517FE is #DAE801. Grayscale: #343434. Windows color (decimal): -14346242 or 16652069. OLE color: 16652069.
HSL color Cylindrical-coordinate representation of color #2517FE: hue angle of 243.64º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2517FE is Cyan = 0.85, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 37 | 23 | 254 | - |
| CMYK | 0.85 | 0.91 | 0 | 0.00 |
| HSL | 243.64º | 0.99% | 0.54% | - |
| HSV(B) | 243.64º | 0.91% | 1% | - |
| XYZ | 18.96 | 8.16 | 94.34 | - |
| YUV | 53.52 | 241.14 | 116.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 23 | 254 | 0.85 | 0.91 | 0 | 0.00 | 243.64 | 0.99 | 0.54 |
| Hex | 25 | 17 | FE | 55 | 5B | 0 | 0 | F4 | 63 | 36 |
| Octal | 45 | 27 | 376 | 125 | 133 | 0 | 0 | 364 | 143 | 66 |
| Binary | 100101 | 10111 | 11111110 | 1010101 | 1011011 | 0 | 0 | 11110100 | 1100011 | 110110 |
Color Harmonies of #2517FE
Complementary color
Monochromatic Colors of #2517FE
Black with #2517FE
Text Example
Text Example
White with #2517FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2517FE; }
p { color: rgb(37,23,254); }
H1.HeaderClassName
{
color: #2517FE;
}
.AnyTagClassName
{
color: #2517FE;
}
</style>
background-color css
<style>
a { background-color: #2517FE; }
a { background-color: rgb(37,23,254); }
div.DivClassName
{
background-color: #2517FE;
}
.BgClassName
{
background-color: #2517FE;
}
</style>
border-color css
<style>
span { border-color: #2517FE; }
span { border-color: rgb(37,23,254); }
td.TdClassName
{
border-color: #2517FE;
}
.TagClassName
{
border-color: #2517FE;
}
</style>