Shades of Royal Blue #5178EF
Tints of Royal Blue #5178EF
RGB
CMYK
RGB Variations
Color information
#5178EF (or 0x5178EF) is known color: Royal Blue. HEX triplet: 51, 78 and EF. RGB value is (81,120,239). Sum of RGB (Red+Green+Blue) = 81+120+239=440 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.41% from 440); Green value is 120 (47.27% from 255 or 27.27% from 440); Blue value is 239 (93.75% from 255 or 54.32% from 440); Max value from RGB is 239 - color contains mainly: blue. Hex color #5178EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5178EF is #AE8710. Grayscale: #797979. Windows color (decimal): -11437841 or 15693905. OLE color: 15693905.
HSL color Cylindrical-coordinate representation of color #5178EF: hue angle of 225.19º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5178EF is Cyan = 0.66, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 81 | 120 | 239 | - |
| CMYK | 0.66 | 0.50 | 0 | 0.06 |
| HSL | 225.19º | 0.83% | 0.63% | - |
| HSV(B) | 225.19º | 0.66% | 0.94% | - |
| XYZ | 25.69 | 21.41 | 84.44 | - |
| YUV | 121.91 | 194.08 | 98.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 120 | 239 | 0.66 | 0.50 | 0 | 0.06 | 225.19 | 0.83 | 0.63 |
| Hex | 51 | 78 | EF | 42 | 32 | 0 | 6 | E1 | 53 | 3F |
| Octal | 121 | 170 | 357 | 102 | 62 | 0 | 6 | 341 | 123 | 77 |
| Binary | 1010001 | 1111000 | 11101111 | 1000010 | 110010 | 0 | 110 | 11100001 | 1010011 | 111111 |
Color Harmonies of #5178EF
Complementary color
Monochromatic Colors of #5178EF
Black with #5178EF
Text Example
Text Example
White with #5178EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5178EF; }
p { color: rgb(81,120,239); }
H1.HeaderClassName
{
color: #5178EF;
}
.AnyTagClassName
{
color: #5178EF;
}
</style>
background-color css
<style>
a { background-color: #5178EF; }
a { background-color: rgb(81,120,239); }
div.DivClassName
{
background-color: #5178EF;
}
.BgClassName
{
background-color: #5178EF;
}
</style>
border-color css
<style>
span { border-color: #5178EF; }
span { border-color: rgb(81,120,239); }
td.TdClassName
{
border-color: #5178EF;
}
.TagClassName
{
border-color: #5178EF;
}
</style>