Shades of Royal Blue #2558FD
Tints of Royal Blue #2558FD
RGB
CMYK
RGB Variations
Color information
#2558FD (or 0x2558FD) is known color: Royal Blue. HEX triplet: 25, 58 and FD. RGB value is (37,88,253). Sum of RGB (Red+Green+Blue) = 37+88+253=378 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.79% from 378); Green value is 88 (34.77% from 255 or 23.28% from 378); Blue value is 253 (99.22% from 255 or 66.93% from 378); Max value from RGB is 253 - color contains mainly: blue. Hex color #2558FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2558FD is #DAA702. Grayscale: #5A5A5A. Windows color (decimal): -14329603 or 16603173. OLE color: 16603173.
HSL color Cylindrical-coordinate representation of color #2558FD: hue angle of 225.83º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2558FD is Cyan = 0.85, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 37 | 88 | 253 | - |
| CMYK | 0.85 | 0.65 | 0 | 0.01 |
| HSL | 225.83º | 0.98% | 0.57% | - |
| HSV(B) | 225.83º | 0.85% | 0.99% | - |
| XYZ | 21.98 | 14.46 | 94.56 | - |
| YUV | 91.56 | 219.1 | 89.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 88 | 253 | 0.85 | 0.65 | 0 | 0.01 | 225.83 | 0.98 | 0.57 |
| Hex | 25 | 58 | FD | 55 | 41 | 0 | 1 | E2 | 62 | 39 |
| Octal | 45 | 130 | 375 | 125 | 101 | 0 | 1 | 342 | 142 | 71 |
| Binary | 100101 | 1011000 | 11111101 | 1010101 | 1000001 | 0 | 1 | 11100010 | 1100010 | 111001 |
Color Harmonies of #2558FD
Complementary color
Monochromatic Colors of #2558FD
Black with #2558FD
Text Example
Text Example
White with #2558FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2558FD; }
p { color: rgb(37,88,253); }
H1.HeaderClassName
{
color: #2558FD;
}
.AnyTagClassName
{
color: #2558FD;
}
</style>
background-color css
<style>
a { background-color: #2558FD; }
a { background-color: rgb(37,88,253); }
div.DivClassName
{
background-color: #2558FD;
}
.BgClassName
{
background-color: #2558FD;
}
</style>
border-color css
<style>
span { border-color: #2558FD; }
span { border-color: rgb(37,88,253); }
td.TdClassName
{
border-color: #2558FD;
}
.TagClassName
{
border-color: #2558FD;
}
</style>