Shades of Blue #2517F0
Tints of Blue #2517F0
RGB
CMYK
RGB Variations
Color information
#2517F0 (or 0x2517F0) is known color: Blue. HEX triplet: 25, 17 and F0. RGB value is (37,23,240). Sum of RGB (Red+Green+Blue) = 37+23+240=300 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.33% from 300); Green value is 23 (9.38% from 255 or 7.67% from 300); Blue value is 240 (94.14% from 255 or 80% from 300); Max value from RGB is 240 - color contains mainly: blue. Hex color #2517F0 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2517F0 is #DAE80F. Grayscale: #333333. Windows color (decimal): -14346256 or 15734565. OLE color: 15734565.
HSL color Cylindrical-coordinate representation of color #2517F0: hue angle of 243.87º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2517F0 is Cyan = 0.85, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 37 | 23 | 240 | - |
| CMYK | 0.85 | 0.90 | 0 | 0.06 |
| HSL | 243.87º | 0.88% | 0.52% | - |
| HSV(B) | 243.87º | 0.9% | 0.94% | - |
| XYZ | 16.8 | 7.3 | 82.96 | - |
| YUV | 51.92 | 234.14 | 117.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 23 | 240 | 0.85 | 0.90 | 0 | 0.06 | 243.87 | 0.88 | 0.52 |
| Hex | 25 | 17 | F0 | 55 | 5A | 0 | 6 | F4 | 58 | 34 |
| Octal | 45 | 27 | 360 | 125 | 132 | 0 | 6 | 364 | 130 | 64 |
| Binary | 100101 | 10111 | 11110000 | 1010101 | 1011010 | 0 | 110 | 11110100 | 1011000 | 110100 |
Color Harmonies of #2517F0
Complementary color
Monochromatic Colors of #2517F0
Black with #2517F0
Text Example
Text Example
White with #2517F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2517F0; }
p { color: rgb(37,23,240); }
H1.HeaderClassName
{
color: #2517F0;
}
.AnyTagClassName
{
color: #2517F0;
}
</style>
background-color css
<style>
a { background-color: #2517F0; }
a { background-color: rgb(37,23,240); }
div.DivClassName
{
background-color: #2517F0;
}
.BgClassName
{
background-color: #2517F0;
}
</style>
border-color css
<style>
span { border-color: #2517F0; }
span { border-color: rgb(37,23,240); }
td.TdClassName
{
border-color: #2517F0;
}
.TagClassName
{
border-color: #2517F0;
}
</style>