Shades of Royal Blue #2557FD
Tints of Royal Blue #2557FD
RGB
CMYK
RGB Variations
Color information
#2557FD (or 0x2557FD) is known color: Royal Blue. HEX triplet: 25, 57 and FD. RGB value is (37,87,253). Sum of RGB (Red+Green+Blue) = 37+87+253=377 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.81% from 377); Green value is 87 (34.38% from 255 or 23.08% from 377); Blue value is 253 (99.22% from 255 or 67.11% from 377); Max value from RGB is 253 - color contains mainly: blue. Hex color #2557FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2557FD is #DAA802. Grayscale: #5A5A5A. Windows color (decimal): -14329859 or 16602917. OLE color: 16602917.
HSL color Cylindrical-coordinate representation of color #2557FD: hue angle of 226.11º 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 #2557FD is Cyan = 0.85, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 37 | 87 | 253 | - |
| CMYK | 0.85 | 0.66 | 0 | 0.01 |
| HSL | 226.11º | 0.98% | 0.57% | - |
| HSV(B) | 226.11º | 0.85% | 0.99% | - |
| XYZ | 21.9 | 14.3 | 94.53 | - |
| YUV | 90.97 | 219.44 | 89.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 87 | 253 | 0.85 | 0.66 | 0 | 0.01 | 226.11 | 0.98 | 0.57 |
| Hex | 25 | 57 | FD | 55 | 42 | 0 | 1 | E2 | 62 | 39 |
| Octal | 45 | 127 | 375 | 125 | 102 | 0 | 1 | 342 | 142 | 71 |
| Binary | 100101 | 1010111 | 11111101 | 1010101 | 1000010 | 0 | 1 | 11100010 | 1100010 | 111001 |
Color Harmonies of #2557FD
Complementary color
Monochromatic Colors of #2557FD
Black with #2557FD
Text Example
Text Example
White with #2557FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2557FD; }
p { color: rgb(37,87,253); }
H1.HeaderClassName
{
color: #2557FD;
}
.AnyTagClassName
{
color: #2557FD;
}
</style>
background-color css
<style>
a { background-color: #2557FD; }
a { background-color: rgb(37,87,253); }
div.DivClassName
{
background-color: #2557FD;
}
.BgClassName
{
background-color: #2557FD;
}
</style>
border-color css
<style>
span { border-color: #2557FD; }
span { border-color: rgb(37,87,253); }
td.TdClassName
{
border-color: #2557FD;
}
.TagClassName
{
border-color: #2557FD;
}
</style>