Shades of Royal Blue #557AF1
Tints of Royal Blue #557AF1
RGB
CMYK
RGB Variations
Color information
#557AF1 (or 0x557AF1) is known color: Royal Blue. HEX triplet: 55, 7A and F1. RGB value is (85,122,241). Sum of RGB (Red+Green+Blue) = 85+122+241=448 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.97% from 448); Green value is 122 (48.05% from 255 or 27.23% from 448); Blue value is 241 (94.53% from 255 or 53.79% from 448); Max value from RGB is 241 - color contains mainly: blue. Hex color #557AF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #557AF1 is #AA850E. Grayscale: #7B7B7B. Windows color (decimal): -11175183 or 15825493. OLE color: 15825493.
HSL color Cylindrical-coordinate representation of color #557AF1: hue angle of 225.77º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #557AF1 is Cyan = 0.65, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 85 | 122 | 241 | - |
| CMYK | 0.65 | 0.49 | 0 | 0.05 |
| HSL | 225.77º | 0.85% | 0.64% | - |
| HSV(B) | 225.77º | 0.65% | 0.95% | - |
| XYZ | 26.58 | 22.2 | 86.1 | - |
| YUV | 124.5 | 193.74 | 99.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 122 | 241 | 0.65 | 0.49 | 0 | 0.05 | 225.77 | 0.85 | 0.64 |
| Hex | 55 | 7A | F1 | 41 | 31 | 0 | 5 | E2 | 55 | 40 |
| Octal | 125 | 172 | 361 | 101 | 61 | 0 | 5 | 342 | 125 | 100 |
| Binary | 1010101 | 1111010 | 11110001 | 1000001 | 110001 | 0 | 101 | 11100010 | 1010101 | 1000000 |
Color Harmonies of #557AF1
Complementary color
Monochromatic Colors of #557AF1
Black with #557AF1
Text Example
Text Example
White with #557AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557AF1; }
p { color: rgb(85,122,241); }
H1.HeaderClassName
{
color: #557AF1;
}
.AnyTagClassName
{
color: #557AF1;
}
</style>
background-color css
<style>
a { background-color: #557AF1; }
a { background-color: rgb(85,122,241); }
div.DivClassName
{
background-color: #557AF1;
}
.BgClassName
{
background-color: #557AF1;
}
</style>
border-color css
<style>
span { border-color: #557AF1; }
span { border-color: rgb(85,122,241); }
td.TdClassName
{
border-color: #557AF1;
}
.TagClassName
{
border-color: #557AF1;
}
</style>