Shades of Royal Blue #2557EC
Tints of Royal Blue #2557EC
RGB
CMYK
RGB Variations
Color information
#2557EC (or 0x2557EC) is known color: Royal Blue. HEX triplet: 25, 57 and EC. RGB value is (37,87,236). Sum of RGB (Red+Green+Blue) = 37+87+236=360 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.28% from 360); Green value is 87 (34.38% from 255 or 24.17% from 360); Blue value is 236 (92.58% from 255 or 65.56% from 360); Max value from RGB is 236 - color contains mainly: blue. Hex color #2557EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2557EC is #DAA813. Grayscale: #585858. Windows color (decimal): -14329876 or 15488805. OLE color: 15488805.
HSL color Cylindrical-coordinate representation of color #2557EC: hue angle of 224.92º degrees, saturation: 0.84, 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 #2557EC is Cyan = 0.84, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 37 | 87 | 236 | - |
| CMYK | 0.84 | 0.63 | 0 | 0.07 |
| HSL | 224.92º | 0.84% | 0.54% | - |
| HSV(B) | 224.92º | 0.84% | 0.93% | - |
| XYZ | 19.31 | 13.27 | 80.9 | - |
| YUV | 89.04 | 210.94 | 90.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 87 | 236 | 0.84 | 0.63 | 0 | 0.07 | 224.92 | 0.84 | 0.54 |
| Hex | 25 | 57 | EC | 54 | 3F | 0 | 7 | E1 | 54 | 36 |
| Octal | 45 | 127 | 354 | 124 | 77 | 0 | 7 | 341 | 124 | 66 |
| Binary | 100101 | 1010111 | 11101100 | 1010100 | 111111 | 0 | 111 | 11100001 | 1010100 | 110110 |
Color Harmonies of #2557EC
Complementary color
Monochromatic Colors of #2557EC
Black with #2557EC
Text Example
Text Example
White with #2557EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2557EC; }
p { color: rgb(37,87,236); }
H1.HeaderClassName
{
color: #2557EC;
}
.AnyTagClassName
{
color: #2557EC;
}
</style>
background-color css
<style>
a { background-color: #2557EC; }
a { background-color: rgb(37,87,236); }
div.DivClassName
{
background-color: #2557EC;
}
.BgClassName
{
background-color: #2557EC;
}
</style>
border-color css
<style>
span { border-color: #2557EC; }
span { border-color: rgb(37,87,236); }
td.TdClassName
{
border-color: #2557EC;
}
.TagClassName
{
border-color: #2557EC;
}
</style>