Shades of Royal Blue #2560EE
Tints of Royal Blue #2560EE
RGB
CMYK
RGB Variations
Color information
#2560EE (or 0x2560EE) is known color: Royal Blue. HEX triplet: 25, 60 and EE. RGB value is (37,96,238). Sum of RGB (Red+Green+Blue) = 37+96+238=371 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.97% from 371); Green value is 96 (37.89% from 255 or 25.88% from 371); Blue value is 238 (93.36% from 255 or 64.15% from 371); Max value from RGB is 238 - color contains mainly: blue. Hex color #2560EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2560EE is #DA9F11. Grayscale: #5D5D5D. Windows color (decimal): -14327570 or 15622181. OLE color: 15622181.
HSL color Cylindrical-coordinate representation of color #2560EE: hue angle of 222.39º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2560EE is Cyan = 0.84, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 37 | 96 | 238 | - |
| CMYK | 0.84 | 0.60 | 0 | 0.07 |
| HSL | 222.39º | 0.86% | 0.54% | - |
| HSV(B) | 222.39º | 0.84% | 0.93% | - |
| XYZ | 20.38 | 14.93 | 82.7 | - |
| YUV | 94.55 | 208.95 | 86.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 96 | 238 | 0.84 | 0.60 | 0 | 0.07 | 222.39 | 0.86 | 0.54 |
| Hex | 25 | 60 | EE | 54 | 3C | 0 | 7 | DE | 56 | 36 |
| Octal | 45 | 140 | 356 | 124 | 74 | 0 | 7 | 336 | 126 | 66 |
| Binary | 100101 | 1100000 | 11101110 | 1010100 | 111100 | 0 | 111 | 11011110 | 1010110 | 110110 |
Color Harmonies of #2560EE
Complementary color
Monochromatic Colors of #2560EE
Black with #2560EE
Text Example
Text Example
White with #2560EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2560EE; }
p { color: rgb(37,96,238); }
H1.HeaderClassName
{
color: #2560EE;
}
.AnyTagClassName
{
color: #2560EE;
}
</style>
background-color css
<style>
a { background-color: #2560EE; }
a { background-color: rgb(37,96,238); }
div.DivClassName
{
background-color: #2560EE;
}
.BgClassName
{
background-color: #2560EE;
}
</style>
border-color css
<style>
span { border-color: #2560EE; }
span { border-color: rgb(37,96,238); }
td.TdClassName
{
border-color: #2560EE;
}
.TagClassName
{
border-color: #2560EE;
}
</style>