Shades of Royal Blue #5177FF
Tints of Royal Blue #5177FF
RGB
CMYK
RGB Variations
Color information
#5177FF (or 0x5177FF) is known color: Royal Blue. HEX triplet: 51, 77 and FF. RGB value is (81,119,255). Sum of RGB (Red+Green+Blue) = 81+119+255=455 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.80% from 455); Green value is 119 (46.88% from 255 or 26.15% from 455); Blue value is 255 (100% from 255 or 56.04% from 455); Max value from RGB is 255 - color contains mainly: blue. Hex color #5177FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5177FF is #AE8800. Grayscale: #7A7A7A. Windows color (decimal): -11438081 or 16742225. OLE color: 16742225.
HSL color Cylindrical-coordinate representation of color #5177FF: hue angle of 226.9º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5177FF is Cyan = 0.68, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 81 | 119 | 255 | - |
| CMYK | 0.68 | 0.53 | 0 | 0 |
| HSL | 226.9º | 1% | 0.66% | - |
| HSV(B) | 226.9º | 0.68% | 1% | - |
| XYZ | 28.04 | 22.16 | 97.41 | - |
| YUV | 123.14 | 202.41 | 97.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 119 | 255 | 0.68 | 0.53 | 0 | 0 | 226.9 | 1 | 0.66 |
| Hex | 51 | 77 | FF | 44 | 35 | 0 | 0 | E3 | 64 | 42 |
| Octal | 121 | 167 | 377 | 104 | 65 | 0 | 0 | 343 | 144 | 102 |
| Binary | 1010001 | 1110111 | 11111111 | 1000100 | 110101 | 0 | 0 | 11100011 | 1100100 | 1000010 |
Color Harmonies of #5177FF
Complementary color
Monochromatic Colors of #5177FF
Black with #5177FF
Text Example
Text Example
White with #5177FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5177FF; }
p { color: rgb(81,119,255); }
H1.HeaderClassName
{
color: #5177FF;
}
.AnyTagClassName
{
color: #5177FF;
}
</style>
background-color css
<style>
a { background-color: #5177FF; }
a { background-color: rgb(81,119,255); }
div.DivClassName
{
background-color: #5177FF;
}
.BgClassName
{
background-color: #5177FF;
}
</style>
border-color css
<style>
span { border-color: #5177FF; }
span { border-color: rgb(81,119,255); }
td.TdClassName
{
border-color: #5177FF;
}
.TagClassName
{
border-color: #5177FF;
}
</style>