Shades of Royal Blue #557BEF
Tints of Royal Blue #557BEF
RGB
CMYK
RGB Variations
Color information
#557BEF (or 0x557BEF) is known color: Royal Blue. HEX triplet: 55, 7B and EF. RGB value is (85,123,239). Sum of RGB (Red+Green+Blue) = 85+123+239=447 (59% of max value = 765). Red value is 85 (33.59% from 255 or 19.02% from 447); Green value is 123 (48.44% from 255 or 27.52% from 447); Blue value is 239 (93.75% from 255 or 53.47% from 447); Max value from RGB is 239 - color contains mainly: blue. Hex color #557BEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #557BEF is #AA8410. Grayscale: #7C7C7C. Windows color (decimal): -11174929 or 15694677. OLE color: 15694677.
HSL color Cylindrical-coordinate representation of color #557BEF: hue angle of 225.19º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #557BEF is Cyan = 0.64, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 85 | 123 | 239 | - |
| CMYK | 0.64 | 0.49 | 0 | 0.06 |
| HSL | 225.19º | 0.83% | 0.64% | - |
| HSV(B) | 225.19º | 0.64% | 0.94% | - |
| XYZ | 26.41 | 22.33 | 84.58 | - |
| YUV | 124.86 | 192.41 | 99.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 123 | 239 | 0.64 | 0.49 | 0 | 0.06 | 225.19 | 0.83 | 0.64 |
| Hex | 55 | 7B | EF | 40 | 31 | 0 | 6 | E1 | 53 | 40 |
| Octal | 125 | 173 | 357 | 100 | 61 | 0 | 6 | 341 | 123 | 100 |
| Binary | 1010101 | 1111011 | 11101111 | 1000000 | 110001 | 0 | 110 | 11100001 | 1010011 | 1000000 |
Color Harmonies of #557BEF
Complementary color
Monochromatic Colors of #557BEF
Black with #557BEF
Text Example
Text Example
White with #557BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557BEF; }
p { color: rgb(85,123,239); }
H1.HeaderClassName
{
color: #557BEF;
}
.AnyTagClassName
{
color: #557BEF;
}
</style>
background-color css
<style>
a { background-color: #557BEF; }
a { background-color: rgb(85,123,239); }
div.DivClassName
{
background-color: #557BEF;
}
.BgClassName
{
background-color: #557BEF;
}
</style>
border-color css
<style>
span { border-color: #557BEF; }
span { border-color: rgb(85,123,239); }
td.TdClassName
{
border-color: #557BEF;
}
.TagClassName
{
border-color: #557BEF;
}
</style>