Shades of Royal Blue #5178FF
Tints of Royal Blue #5178FF
RGB
CMYK
RGB Variations
Color information
#5178FF (or 0x5178FF) is known color: Royal Blue. HEX triplet: 51, 78 and FF. RGB value is (81,120,255). Sum of RGB (Red+Green+Blue) = 81+120+255=456 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.76% from 456); Green value is 120 (47.27% from 255 or 26.32% from 456); Blue value is 255 (100% from 255 or 55.92% from 456); Max value from RGB is 255 - color contains mainly: blue. Hex color #5178FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5178FF is #AE8700. Grayscale: #7B7B7B. Windows color (decimal): -11437825 or 16742481. OLE color: 16742481.
HSL color Cylindrical-coordinate representation of color #5178FF: hue angle of 226.55º 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 #5178FF is Cyan = 0.68, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 81 | 120 | 255 | - |
| CMYK | 0.68 | 0.53 | 0 | 0 |
| HSL | 226.55º | 1% | 0.66% | - |
| HSV(B) | 226.55º | 0.68% | 1% | - |
| XYZ | 28.16 | 22.4 | 97.45 | - |
| YUV | 123.73 | 202.08 | 97.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 120 | 255 | 0.68 | 0.53 | 0 | 0 | 226.55 | 1 | 0.66 |
| Hex | 51 | 78 | FF | 44 | 35 | 0 | 0 | E3 | 64 | 42 |
| Octal | 121 | 170 | 377 | 104 | 65 | 0 | 0 | 343 | 144 | 102 |
| Binary | 1010001 | 1111000 | 11111111 | 1000100 | 110101 | 0 | 0 | 11100011 | 1100100 | 1000010 |
Color Harmonies of #5178FF
Complementary color
Monochromatic Colors of #5178FF
Black with #5178FF
Text Example
Text Example
White with #5178FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5178FF; }
p { color: rgb(81,120,255); }
H1.HeaderClassName
{
color: #5178FF;
}
.AnyTagClassName
{
color: #5178FF;
}
</style>
background-color css
<style>
a { background-color: #5178FF; }
a { background-color: rgb(81,120,255); }
div.DivClassName
{
background-color: #5178FF;
}
.BgClassName
{
background-color: #5178FF;
}
</style>
border-color css
<style>
span { border-color: #5178FF; }
span { border-color: rgb(81,120,255); }
td.TdClassName
{
border-color: #5178FF;
}
.TagClassName
{
border-color: #5178FF;
}
</style>