Shades of Blue #2517E7
Tints of Blue #2517E7
RGB
CMYK
RGB Variations
Color information
#2517E7 (or 0x2517E7) is known color: Blue. HEX triplet: 25, 17 and E7. RGB value is (37,23,231). Sum of RGB (Red+Green+Blue) = 37+23+231=291 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.71% from 291); Green value is 23 (9.38% from 255 or 7.90% from 291); Blue value is 231 (90.62% from 255 or 79.38% from 291); Max value from RGB is 231 - color contains mainly: blue. Hex color #2517E7 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2517E7 is #DAE818. Grayscale: #323232. Windows color (decimal): -14346265 or 15144741. OLE color: 15144741.
HSL color Cylindrical-coordinate representation of color #2517E7: hue angle of 244.04º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2517E7 is Cyan = 0.84, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 37 | 23 | 231 | - |
| CMYK | 0.84 | 0.90 | 0 | 0.09 |
| HSL | 244.04º | 0.82% | 0.5% | - |
| HSV(B) | 244.04º | 0.9% | 0.91% | - |
| XYZ | 15.49 | 6.78 | 76.09 | - |
| YUV | 50.9 | 229.64 | 118.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 23 | 231 | 0.84 | 0.90 | 0 | 0.09 | 244.04 | 0.82 | 0.5 |
| Hex | 25 | 17 | E7 | 54 | 5A | 0 | 9 | F4 | 52 | 32 |
| Octal | 45 | 27 | 347 | 124 | 132 | 0 | 11 | 364 | 122 | 62 |
| Binary | 100101 | 10111 | 11100111 | 1010100 | 1011010 | 0 | 1001 | 11110100 | 1010010 | 110010 |
Color Harmonies of #2517E7
Complementary color
Monochromatic Colors of #2517E7
Black with #2517E7
Text Example
Text Example
White with #2517E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2517E7; }
p { color: rgb(37,23,231); }
H1.HeaderClassName
{
color: #2517E7;
}
.AnyTagClassName
{
color: #2517E7;
}
</style>
background-color css
<style>
a { background-color: #2517E7; }
a { background-color: rgb(37,23,231); }
div.DivClassName
{
background-color: #2517E7;
}
.BgClassName
{
background-color: #2517E7;
}
</style>
border-color css
<style>
span { border-color: #2517E7; }
span { border-color: rgb(37,23,231); }
td.TdClassName
{
border-color: #2517E7;
}
.TagClassName
{
border-color: #2517E7;
}
</style>