Shades of Royal Blue #2557FC
Tints of Royal Blue #2557FC
RGB
CMYK
RGB Variations
Color information
#2557FC (or 0x2557FC) is known color: Royal Blue. HEX triplet: 25, 57 and FC. RGB value is (37,87,252). Sum of RGB (Red+Green+Blue) = 37+87+252=376 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.84% from 376); Green value is 87 (34.38% from 255 or 23.14% from 376); Blue value is 252 (98.83% from 255 or 67.02% from 376); Max value from RGB is 252 - color contains mainly: blue. Hex color #2557FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2557FC is #DAA803. Grayscale: #5A5A5A. Windows color (decimal): -14329860 or 16537381. OLE color: 16537381.
HSL color Cylindrical-coordinate representation of color #2557FC: hue angle of 226.05º degrees, saturation: 0.97, 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 #2557FC is Cyan = 0.85, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 37 | 87 | 252 | - |
| CMYK | 0.85 | 0.65 | 0 | 0.01 |
| HSL | 226.05º | 0.97% | 0.57% | - |
| HSV(B) | 226.05º | 0.85% | 0.99% | - |
| XYZ | 21.74 | 14.24 | 93.7 | - |
| YUV | 90.86 | 218.94 | 89.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 87 | 252 | 0.85 | 0.65 | 0 | 0.01 | 226.05 | 0.97 | 0.57 |
| Hex | 25 | 57 | FC | 55 | 41 | 0 | 1 | E2 | 61 | 39 |
| Octal | 45 | 127 | 374 | 125 | 101 | 0 | 1 | 342 | 141 | 71 |
| Binary | 100101 | 1010111 | 11111100 | 1010101 | 1000001 | 0 | 1 | 11100010 | 1100001 | 111001 |
Color Harmonies of #2557FC
Complementary color
Monochromatic Colors of #2557FC
Black with #2557FC
Text Example
Text Example
White with #2557FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2557FC; }
p { color: rgb(37,87,252); }
H1.HeaderClassName
{
color: #2557FC;
}
.AnyTagClassName
{
color: #2557FC;
}
</style>
background-color css
<style>
a { background-color: #2557FC; }
a { background-color: rgb(37,87,252); }
div.DivClassName
{
background-color: #2557FC;
}
.BgClassName
{
background-color: #2557FC;
}
</style>
border-color css
<style>
span { border-color: #2557FC; }
span { border-color: rgb(37,87,252); }
td.TdClassName
{
border-color: #2557FC;
}
.TagClassName
{
border-color: #2557FC;
}
</style>