Shades of Royal Blue #5178D6
Tints of Royal Blue #5178D6
RGB
CMYK
RGB Variations
Color information
#5178D6 (or 0x5178D6) is known color: Royal Blue. HEX triplet: 51, 78 and D6. RGB value is (81,120,214). Sum of RGB (Red+Green+Blue) = 81+120+214=415 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.52% from 415); Green value is 120 (47.27% from 255 or 28.92% from 415); Blue value is 214 (83.98% from 255 or 51.57% from 415); Max value from RGB is 214 - color contains mainly: blue. Hex color #5178D6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5178D6 is #AE8729. Grayscale: #767676. Windows color (decimal): -11437866 or 14055505. OLE color: 14055505.
HSL color Cylindrical-coordinate representation of color #5178D6: hue angle of 222.41º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5178D6 is Cyan = 0.62, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 81 | 120 | 214 | - |
| CMYK | 0.62 | 0.44 | 0 | 0.16 |
| HSL | 222.41º | 0.62% | 0.58% | - |
| HSV(B) | 222.41º | 0.62% | 0.84% | - |
| XYZ | 22.25 | 20.04 | 66.31 | - |
| YUV | 119.06 | 181.58 | 100.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 120 | 214 | 0.62 | 0.44 | 0 | 0.16 | 222.41 | 0.62 | 0.58 |
| Hex | 51 | 78 | D6 | 3E | 2C | 0 | 10 | DE | 3E | 3A |
| Octal | 121 | 170 | 326 | 76 | 54 | 0 | 20 | 336 | 76 | 72 |
| Binary | 1010001 | 1111000 | 11010110 | 111110 | 101100 | 0 | 10000 | 11011110 | 111110 | 111010 |
Color Harmonies of #5178D6
Complementary color
Monochromatic Colors of #5178D6
Black with #5178D6
Text Example
Text Example
White with #5178D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5178D6; }
p { color: rgb(81,120,214); }
H1.HeaderClassName
{
color: #5178D6;
}
.AnyTagClassName
{
color: #5178D6;
}
</style>
background-color css
<style>
a { background-color: #5178D6; }
a { background-color: rgb(81,120,214); }
div.DivClassName
{
background-color: #5178D6;
}
.BgClassName
{
background-color: #5178D6;
}
</style>
border-color css
<style>
span { border-color: #5178D6; }
span { border-color: rgb(81,120,214); }
td.TdClassName
{
border-color: #5178D6;
}
.TagClassName
{
border-color: #5178D6;
}
</style>