Shades of Royal Blue #557BF0
Tints of Royal Blue #557BF0
RGB
CMYK
RGB Variations
Color information
#557BF0 (or 0x557BF0) is known color: Royal Blue. HEX triplet: 55, 7B and F0. RGB value is (85,123,240). Sum of RGB (Red+Green+Blue) = 85+123+240=448 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.97% from 448); Green value is 123 (48.44% from 255 or 27.46% from 448); Blue value is 240 (94.14% from 255 or 53.57% from 448); Max value from RGB is 240 - color contains mainly: blue. Hex color #557BF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #557BF0 is #AA840F. Grayscale: #7C7C7C. Windows color (decimal): -11174928 or 15760213. OLE color: 15760213.
HSL color Cylindrical-coordinate representation of color #557BF0: hue angle of 225.29º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #557BF0 is Cyan = 0.65, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 85 | 123 | 240 | - |
| CMYK | 0.65 | 0.49 | 0 | 0.06 |
| HSL | 225.29º | 0.84% | 0.64% | - |
| HSV(B) | 225.29º | 0.65% | 0.94% | - |
| XYZ | 26.56 | 22.39 | 85.36 | - |
| YUV | 124.98 | 192.91 | 99.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 123 | 240 | 0.65 | 0.49 | 0 | 0.06 | 225.29 | 0.84 | 0.64 |
| Hex | 55 | 7B | F0 | 41 | 31 | 0 | 6 | E1 | 54 | 40 |
| Octal | 125 | 173 | 360 | 101 | 61 | 0 | 6 | 341 | 124 | 100 |
| Binary | 1010101 | 1111011 | 11110000 | 1000001 | 110001 | 0 | 110 | 11100001 | 1010100 | 1000000 |
Color Harmonies of #557BF0
Complementary color
Monochromatic Colors of #557BF0
Black with #557BF0
Text Example
Text Example
White with #557BF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557BF0; }
p { color: rgb(85,123,240); }
H1.HeaderClassName
{
color: #557BF0;
}
.AnyTagClassName
{
color: #557BF0;
}
</style>
background-color css
<style>
a { background-color: #557BF0; }
a { background-color: rgb(85,123,240); }
div.DivClassName
{
background-color: #557BF0;
}
.BgClassName
{
background-color: #557BF0;
}
</style>
border-color css
<style>
span { border-color: #557BF0; }
span { border-color: rgb(85,123,240); }
td.TdClassName
{
border-color: #557BF0;
}
.TagClassName
{
border-color: #557BF0;
}
</style>