Shades of Royal Blue #2557ED
Tints of Royal Blue #2557ED
RGB
CMYK
RGB Variations
Color information
#2557ED (or 0x2557ED) is known color: Royal Blue. HEX triplet: 25, 57 and ED. RGB value is (37,87,237). Sum of RGB (Red+Green+Blue) = 37+87+237=361 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.25% from 361); Green value is 87 (34.38% from 255 or 24.10% from 361); Blue value is 237 (92.97% from 255 or 65.65% from 361); Max value from RGB is 237 - color contains mainly: blue. Hex color #2557ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2557ED is #DAA812. Grayscale: #585858. Windows color (decimal): -14329875 or 15554341. OLE color: 15554341.
HSL color Cylindrical-coordinate representation of color #2557ED: hue angle of 225º degrees, saturation: 0.85, 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 #2557ED is Cyan = 0.84, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 37 | 87 | 237 | - |
| CMYK | 0.84 | 0.63 | 0 | 0.07 |
| HSL | 225º | 0.85% | 0.54% | - |
| HSV(B) | 225º | 0.84% | 0.93% | - |
| XYZ | 19.46 | 13.32 | 81.67 | - |
| YUV | 89.15 | 211.44 | 90.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 87 | 237 | 0.84 | 0.63 | 0 | 0.07 | 225 | 0.85 | 0.54 |
| Hex | 25 | 57 | ED | 54 | 3F | 0 | 7 | E1 | 55 | 36 |
| Octal | 45 | 127 | 355 | 124 | 77 | 0 | 7 | 341 | 125 | 66 |
| Binary | 100101 | 1010111 | 11101101 | 1010100 | 111111 | 0 | 111 | 11100001 | 1010101 | 110110 |
Color Harmonies of #2557ED
Complementary color
Monochromatic Colors of #2557ED
Black with #2557ED
Text Example
Text Example
White with #2557ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2557ED; }
p { color: rgb(37,87,237); }
H1.HeaderClassName
{
color: #2557ED;
}
.AnyTagClassName
{
color: #2557ED;
}
</style>
background-color css
<style>
a { background-color: #2557ED; }
a { background-color: rgb(37,87,237); }
div.DivClassName
{
background-color: #2557ED;
}
.BgClassName
{
background-color: #2557ED;
}
</style>
border-color css
<style>
span { border-color: #2557ED; }
span { border-color: rgb(37,87,237); }
td.TdClassName
{
border-color: #2557ED;
}
.TagClassName
{
border-color: #2557ED;
}
</style>