Shades of Royal Blue #2560E7
Tints of Royal Blue #2560E7
RGB
CMYK
RGB Variations
Color information
#2560E7 (or 0x2560E7) is known color: Royal Blue. HEX triplet: 25, 60 and E7. RGB value is (37,96,231). Sum of RGB (Red+Green+Blue) = 37+96+231=364 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.16% from 364); Green value is 96 (37.89% from 255 or 26.37% from 364); Blue value is 231 (90.62% from 255 or 63.46% from 364); Max value from RGB is 231 - color contains mainly: blue. Hex color #2560E7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2560E7 is #DA9F18. Grayscale: #5D5D5D. Windows color (decimal): -14327577 or 15163429. OLE color: 15163429.
HSL color Cylindrical-coordinate representation of color #2560E7: hue angle of 221.75º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2560E7 is Cyan = 0.84, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 37 | 96 | 231 | - |
| CMYK | 0.84 | 0.58 | 0 | 0.09 |
| HSL | 221.75º | 0.8% | 0.53% | - |
| HSV(B) | 221.75º | 0.84% | 0.91% | - |
| XYZ | 19.37 | 14.53 | 77.38 | - |
| YUV | 93.75 | 205.45 | 87.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 96 | 231 | 0.84 | 0.58 | 0 | 0.09 | 221.75 | 0.8 | 0.53 |
| Hex | 25 | 60 | E7 | 54 | 3A | 0 | 9 | DE | 50 | 35 |
| Octal | 45 | 140 | 347 | 124 | 72 | 0 | 11 | 336 | 120 | 65 |
| Binary | 100101 | 1100000 | 11100111 | 1010100 | 111010 | 0 | 1001 | 11011110 | 1010000 | 110101 |
Color Harmonies of #2560E7
Complementary color
Monochromatic Colors of #2560E7
Black with #2560E7
Text Example
Text Example
White with #2560E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2560E7; }
p { color: rgb(37,96,231); }
H1.HeaderClassName
{
color: #2560E7;
}
.AnyTagClassName
{
color: #2560E7;
}
</style>
background-color css
<style>
a { background-color: #2560E7; }
a { background-color: rgb(37,96,231); }
div.DivClassName
{
background-color: #2560E7;
}
.BgClassName
{
background-color: #2560E7;
}
</style>
border-color css
<style>
span { border-color: #2560E7; }
span { border-color: rgb(37,96,231); }
td.TdClassName
{
border-color: #2560E7;
}
.TagClassName
{
border-color: #2560E7;
}
</style>