Shades of Royal Blue #2559EE
Tints of Royal Blue #2559EE
RGB
CMYK
RGB Variations
Color information
#2559EE (or 0x2559EE) is known color: Royal Blue. HEX triplet: 25, 59 and EE. RGB value is (37,89,238). Sum of RGB (Red+Green+Blue) = 37+89+238=364 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.16% from 364); Green value is 89 (35.16% from 255 or 24.45% from 364); Blue value is 238 (93.36% from 255 or 65.38% from 364); Max value from RGB is 238 - color contains mainly: blue. Hex color #2559EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2559EE is #DAA611. Grayscale: #595959. Windows color (decimal): -14329362 or 15620389. OLE color: 15620389.
HSL color Cylindrical-coordinate representation of color #2559EE: hue angle of 224.48º 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 #2559EE is Cyan = 0.84, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 37 | 89 | 238 | - |
| CMYK | 0.84 | 0.63 | 0 | 0.07 |
| HSL | 224.48º | 0.86% | 0.54% | - |
| HSV(B) | 224.48º | 0.84% | 0.93% | - |
| XYZ | 19.77 | 13.71 | 82.49 | - |
| YUV | 90.44 | 211.27 | 89.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 89 | 238 | 0.84 | 0.63 | 0 | 0.07 | 224.48 | 0.86 | 0.54 |
| Hex | 25 | 59 | EE | 54 | 3F | 0 | 7 | E0 | 56 | 36 |
| Octal | 45 | 131 | 356 | 124 | 77 | 0 | 7 | 340 | 126 | 66 |
| Binary | 100101 | 1011001 | 11101110 | 1010100 | 111111 | 0 | 111 | 11100000 | 1010110 | 110110 |
Color Harmonies of #2559EE
Complementary color
Monochromatic Colors of #2559EE
Black with #2559EE
Text Example
Text Example
White with #2559EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2559EE; }
p { color: rgb(37,89,238); }
H1.HeaderClassName
{
color: #2559EE;
}
.AnyTagClassName
{
color: #2559EE;
}
</style>
background-color css
<style>
a { background-color: #2559EE; }
a { background-color: rgb(37,89,238); }
div.DivClassName
{
background-color: #2559EE;
}
.BgClassName
{
background-color: #2559EE;
}
</style>
border-color css
<style>
span { border-color: #2559EE; }
span { border-color: rgb(37,89,238); }
td.TdClassName
{
border-color: #2559EE;
}
.TagClassName
{
border-color: #2559EE;
}
</style>