Shades of Royal Blue #557AF4
Tints of Royal Blue #557AF4
RGB
CMYK
RGB Variations
Color information
#557AF4 (or 0x557AF4) is known color: Royal Blue. HEX triplet: 55, 7A and F4. RGB value is (85,122,244). Sum of RGB (Red+Green+Blue) = 85+122+244=451 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.85% from 451); Green value is 122 (48.05% from 255 or 27.05% from 451); Blue value is 244 (95.70% from 255 or 54.10% from 451); Max value from RGB is 244 - color contains mainly: blue. Hex color #557AF4 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #557AF4 is #AA850B. Grayscale: #7C7C7C. Windows color (decimal): -11175180 or 16022101. OLE color: 16022101.
HSL color Cylindrical-coordinate representation of color #557AF4: hue angle of 226.04º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #557AF4 is Cyan = 0.65, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 85 | 122 | 244 | - |
| CMYK | 0.65 | 0.5 | 0 | 0.04 |
| HSL | 226.04º | 0.88% | 0.65% | - |
| HSV(B) | 226.04º | 0.65% | 0.96% | - |
| XYZ | 27.03 | 22.38 | 88.48 | - |
| YUV | 124.85 | 195.24 | 99.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 122 | 244 | 0.65 | 0.5 | 0 | 0.04 | 226.04 | 0.88 | 0.65 |
| Hex | 55 | 7A | F4 | 41 | 32 | 0 | 4 | E2 | 58 | 41 |
| Octal | 125 | 172 | 364 | 101 | 62 | 0 | 4 | 342 | 130 | 101 |
| Binary | 1010101 | 1111010 | 11110100 | 1000001 | 110010 | 0 | 100 | 11100010 | 1011000 | 1000001 |
Color Harmonies of #557AF4
Complementary color
Monochromatic Colors of #557AF4
Black with #557AF4
Text Example
Text Example
White with #557AF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557AF4; }
p { color: rgb(85,122,244); }
H1.HeaderClassName
{
color: #557AF4;
}
.AnyTagClassName
{
color: #557AF4;
}
</style>
background-color css
<style>
a { background-color: #557AF4; }
a { background-color: rgb(85,122,244); }
div.DivClassName
{
background-color: #557AF4;
}
.BgClassName
{
background-color: #557AF4;
}
</style>
border-color css
<style>
span { border-color: #557AF4; }
span { border-color: rgb(85,122,244); }
td.TdClassName
{
border-color: #557AF4;
}
.TagClassName
{
border-color: #557AF4;
}
</style>