Shades of Royal Blue #2558EE
Tints of Royal Blue #2558EE
RGB
CMYK
RGB Variations
Color information
#2558EE (or 0x2558EE) is known color: Royal Blue. HEX triplet: 25, 58 and EE. RGB value is (37,88,238). Sum of RGB (Red+Green+Blue) = 37+88+238=363 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.19% from 363); Green value is 88 (34.77% from 255 or 24.24% from 363); Blue value is 238 (93.36% from 255 or 65.56% from 363); Max value from RGB is 238 - color contains mainly: blue. Hex color #2558EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2558EE is #DAA711. Grayscale: #595959. Windows color (decimal): -14329618 or 15620133. OLE color: 15620133.
HSL color Cylindrical-coordinate representation of color #2558EE: hue angle of 224.78º 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 #2558EE is Cyan = 0.84, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 37 | 88 | 238 | - |
| CMYK | 0.84 | 0.63 | 0 | 0.07 |
| HSL | 224.78º | 0.86% | 0.54% | - |
| HSV(B) | 224.78º | 0.84% | 0.93% | - |
| XYZ | 19.69 | 13.55 | 82.47 | - |
| YUV | 89.85 | 211.6 | 90.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 88 | 238 | 0.84 | 0.63 | 0 | 0.07 | 224.78 | 0.86 | 0.54 |
| Hex | 25 | 58 | EE | 54 | 3F | 0 | 7 | E1 | 56 | 36 |
| Octal | 45 | 130 | 356 | 124 | 77 | 0 | 7 | 341 | 126 | 66 |
| Binary | 100101 | 1011000 | 11101110 | 1010100 | 111111 | 0 | 111 | 11100001 | 1010110 | 110110 |
Color Harmonies of #2558EE
Complementary color
Monochromatic Colors of #2558EE
Black with #2558EE
Text Example
Text Example
White with #2558EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2558EE; }
p { color: rgb(37,88,238); }
H1.HeaderClassName
{
color: #2558EE;
}
.AnyTagClassName
{
color: #2558EE;
}
</style>
background-color css
<style>
a { background-color: #2558EE; }
a { background-color: rgb(37,88,238); }
div.DivClassName
{
background-color: #2558EE;
}
.BgClassName
{
background-color: #2558EE;
}
</style>
border-color css
<style>
span { border-color: #2558EE; }
span { border-color: rgb(37,88,238); }
td.TdClassName
{
border-color: #2558EE;
}
.TagClassName
{
border-color: #2558EE;
}
</style>