Shades of Royal Blue #2560E9
Tints of Royal Blue #2560E9
RGB
CMYK
RGB Variations
Color information
#2560E9 (or 0x2560E9) is known color: Royal Blue. HEX triplet: 25, 60 and E9. RGB value is (37,96,233). Sum of RGB (Red+Green+Blue) = 37+96+233=366 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.11% from 366); Green value is 96 (37.89% from 255 or 26.23% from 366); Blue value is 233 (91.41% from 255 or 63.66% from 366); Max value from RGB is 233 - color contains mainly: blue. Hex color #2560E9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2560E9 is #DA9F16. Grayscale: #5D5D5D. Windows color (decimal): -14327575 or 15294501. OLE color: 15294501.
HSL color Cylindrical-coordinate representation of color #2560E9: hue angle of 221.94º degrees, saturation: 0.82, 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 #2560E9 is Cyan = 0.84, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 37 | 96 | 233 | - |
| CMYK | 0.84 | 0.59 | 0 | 0.09 |
| HSL | 221.94º | 0.82% | 0.53% | - |
| HSV(B) | 221.94º | 0.84% | 0.91% | - |
| XYZ | 19.65 | 14.64 | 78.88 | - |
| YUV | 93.98 | 206.45 | 87.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 96 | 233 | 0.84 | 0.59 | 0 | 0.09 | 221.94 | 0.82 | 0.53 |
| Hex | 25 | 60 | E9 | 54 | 3B | 0 | 9 | DE | 52 | 35 |
| Octal | 45 | 140 | 351 | 124 | 73 | 0 | 11 | 336 | 122 | 65 |
| Binary | 100101 | 1100000 | 11101001 | 1010100 | 111011 | 0 | 1001 | 11011110 | 1010010 | 110101 |
Color Harmonies of #2560E9
Complementary color
Monochromatic Colors of #2560E9
Black with #2560E9
Text Example
Text Example
White with #2560E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2560E9; }
p { color: rgb(37,96,233); }
H1.HeaderClassName
{
color: #2560E9;
}
.AnyTagClassName
{
color: #2560E9;
}
</style>
background-color css
<style>
a { background-color: #2560E9; }
a { background-color: rgb(37,96,233); }
div.DivClassName
{
background-color: #2560E9;
}
.BgClassName
{
background-color: #2560E9;
}
</style>
border-color css
<style>
span { border-color: #2560E9; }
span { border-color: rgb(37,96,233); }
td.TdClassName
{
border-color: #2560E9;
}
.TagClassName
{
border-color: #2560E9;
}
</style>