Shades of Royal Blue #557FDE
Tints of Royal Blue #557FDE
RGB
CMYK
RGB Variations
Color information
#557FDE (or 0x557FDE) is known color: Royal Blue. HEX triplet: 55, 7F and DE. RGB value is (85,127,222). Sum of RGB (Red+Green+Blue) = 85+127+222=434 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.59% from 434); Green value is 127 (50% from 255 or 29.26% from 434); Blue value is 222 (87.11% from 255 or 51.15% from 434); Max value from RGB is 222 - color contains mainly: blue. Hex color #557FDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557FDE is #AA8021. Grayscale: #7C7C7C. Windows color (decimal): -11173922 or 14581589. OLE color: 14581589.
HSL color Cylindrical-coordinate representation of color #557FDE: hue angle of 221.61º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #557FDE is Cyan = 0.62, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 127 | 222 | - |
| CMYK | 0.62 | 0.43 | 0 | 0.13 |
| HSL | 221.61º | 0.67% | 0.6% | - |
| HSV(B) | 221.61º | 0.62% | 0.87% | - |
| XYZ | 24.52 | 22.38 | 72.14 | - |
| YUV | 125.27 | 182.59 | 99.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 127 | 222 | 0.62 | 0.43 | 0 | 0.13 | 221.61 | 0.67 | 0.6 |
| Hex | 55 | 7F | DE | 3E | 2B | 0 | D | DE | 43 | 3C |
| Octal | 125 | 177 | 336 | 76 | 53 | 0 | 15 | 336 | 103 | 74 |
| Binary | 1010101 | 1111111 | 11011110 | 111110 | 101011 | 0 | 1101 | 11011110 | 1000011 | 111100 |
Color Harmonies of #557FDE
Complementary color
Monochromatic Colors of #557FDE
Black with #557FDE
Text Example
Text Example
White with #557FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557FDE; }
p { color: rgb(85,127,222); }
H1.HeaderClassName
{
color: #557FDE;
}
.AnyTagClassName
{
color: #557FDE;
}
</style>
background-color css
<style>
a { background-color: #557FDE; }
a { background-color: rgb(85,127,222); }
div.DivClassName
{
background-color: #557FDE;
}
.BgClassName
{
background-color: #557FDE;
}
</style>
border-color css
<style>
span { border-color: #557FDE; }
span { border-color: rgb(85,127,222); }
td.TdClassName
{
border-color: #557FDE;
}
.TagClassName
{
border-color: #557FDE;
}
</style>