Shades of Royal Blue #557AEF
Tints of Royal Blue #557AEF
RGB
CMYK
RGB Variations
Color information
#557AEF (or 0x557AEF) is known color: Royal Blue. HEX triplet: 55, 7A and EF. RGB value is (85,122,239). Sum of RGB (Red+Green+Blue) = 85+122+239=446 (59% of max value = 765). Red value is 85 (33.59% from 255 or 19.06% from 446); Green value is 122 (48.05% from 255 or 27.35% from 446); Blue value is 239 (93.75% from 255 or 53.59% from 446); Max value from RGB is 239 - color contains mainly: blue. Hex color #557AEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #557AEF is #AA8510. Grayscale: #7B7B7B. Windows color (decimal): -11175185 or 15694421. OLE color: 15694421.
HSL color Cylindrical-coordinate representation of color #557AEF: hue angle of 225.58º 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 #557AEF is Cyan = 0.64, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 85 | 122 | 239 | - |
| CMYK | 0.64 | 0.49 | 0 | 0.06 |
| HSL | 225.58º | 0.83% | 0.64% | - |
| HSV(B) | 225.58º | 0.64% | 0.94% | - |
| XYZ | 26.29 | 22.08 | 84.54 | - |
| YUV | 124.28 | 192.74 | 99.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 122 | 239 | 0.64 | 0.49 | 0 | 0.06 | 225.58 | 0.83 | 0.64 |
| Hex | 55 | 7A | EF | 40 | 31 | 0 | 6 | E2 | 53 | 40 |
| Octal | 125 | 172 | 357 | 100 | 61 | 0 | 6 | 342 | 123 | 100 |
| Binary | 1010101 | 1111010 | 11101111 | 1000000 | 110001 | 0 | 110 | 11100010 | 1010011 | 1000000 |
Color Harmonies of #557AEF
Complementary color
Monochromatic Colors of #557AEF
Black with #557AEF
Text Example
Text Example
White with #557AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557AEF; }
p { color: rgb(85,122,239); }
H1.HeaderClassName
{
color: #557AEF;
}
.AnyTagClassName
{
color: #557AEF;
}
</style>
background-color css
<style>
a { background-color: #557AEF; }
a { background-color: rgb(85,122,239); }
div.DivClassName
{
background-color: #557AEF;
}
.BgClassName
{
background-color: #557AEF;
}
</style>
border-color css
<style>
span { border-color: #557AEF; }
span { border-color: rgb(85,122,239); }
td.TdClassName
{
border-color: #557AEF;
}
.TagClassName
{
border-color: #557AEF;
}
</style>