Shades of Royal Blue #1557FF
Tints of Royal Blue #1557FF
RGB
CMYK
RGB Variations
Color information
#1557FF (or 0x1557FF) is known color: Royal Blue. HEX triplet: 15, 57 and FF. RGB value is (21,87,255). Sum of RGB (Red+Green+Blue) = 21+87+255=363 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.79% from 363); Green value is 87 (34.38% from 255 or 23.97% from 363); Blue value is 255 (100% from 255 or 70.25% from 363); Max value from RGB is 255 - color contains mainly: blue. Hex color #1557FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1557FF is #EAA800. Grayscale: #555555. Windows color (decimal): -15378433 or 16733973. OLE color: 16733973.
HSL color Cylindrical-coordinate representation of color #1557FF: hue angle of 223.08º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1557FF is Cyan = 0.92, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 21 | 87 | 255 | - |
| CMYK | 0.92 | 0.66 | 0 | 0 |
| HSL | 223.08º | 1% | 0.54% | - |
| HSV(B) | 223.08º | 0.92% | 1% | - |
| XYZ | 21.77 | 14.2 | 96.2 | - |
| YUV | 86.42 | 223.13 | 81.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 87 | 255 | 0.92 | 0.66 | 0 | 0 | 223.08 | 1 | 0.54 |
| Hex | 15 | 57 | FF | 5C | 42 | 0 | 0 | DF | 64 | 36 |
| Octal | 25 | 127 | 377 | 134 | 102 | 0 | 0 | 337 | 144 | 66 |
| Binary | 10101 | 1010111 | 11111111 | 1011100 | 1000010 | 0 | 0 | 11011111 | 1100100 | 110110 |
Color Harmonies of #1557FF
Complementary color
Monochromatic Colors of #1557FF
Black with #1557FF
Text Example
Text Example
White with #1557FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1557FF; }
p { color: rgb(21,87,255); }
H1.HeaderClassName
{
color: #1557FF;
}
.AnyTagClassName
{
color: #1557FF;
}
</style>
background-color css
<style>
a { background-color: #1557FF; }
a { background-color: rgb(21,87,255); }
div.DivClassName
{
background-color: #1557FF;
}
.BgClassName
{
background-color: #1557FF;
}
</style>
border-color css
<style>
span { border-color: #1557FF; }
span { border-color: rgb(21,87,255); }
td.TdClassName
{
border-color: #1557FF;
}
.TagClassName
{
border-color: #1557FF;
}
</style>