Shades of Royal Blue #5178DA
Tints of Royal Blue #5178DA
RGB
CMYK
RGB Variations
Color information
#5178DA (or 0x5178DA) is known color: Royal Blue. HEX triplet: 51, 78 and DA. RGB value is (81,120,218). Sum of RGB (Red+Green+Blue) = 81+120+218=419 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.33% from 419); Green value is 120 (47.27% from 255 or 28.64% from 419); Blue value is 218 (85.55% from 255 or 52.03% from 419); Max value from RGB is 218 - color contains mainly: blue. Hex color #5178DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5178DA is #AE8725. Grayscale: #777777. Windows color (decimal): -11437862 or 14317649. OLE color: 14317649.
HSL color Cylindrical-coordinate representation of color #5178DA: hue angle of 222.92º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5178DA is Cyan = 0.63, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 81 | 120 | 218 | - |
| CMYK | 0.63 | 0.45 | 0 | 0.15 |
| HSL | 222.92º | 0.65% | 0.59% | - |
| HSV(B) | 222.92º | 0.63% | 0.85% | - |
| XYZ | 22.76 | 20.24 | 69.04 | - |
| YUV | 119.51 | 183.58 | 100.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 120 | 218 | 0.63 | 0.45 | 0 | 0.15 | 222.92 | 0.65 | 0.59 |
| Hex | 51 | 78 | DA | 3F | 2D | 0 | F | DF | 41 | 3B |
| Octal | 121 | 170 | 332 | 77 | 55 | 0 | 17 | 337 | 101 | 73 |
| Binary | 1010001 | 1111000 | 11011010 | 111111 | 101101 | 0 | 1111 | 11011111 | 1000001 | 111011 |
Color Harmonies of #5178DA
Complementary color
Monochromatic Colors of #5178DA
Black with #5178DA
Text Example
Text Example
White with #5178DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5178DA; }
p { color: rgb(81,120,218); }
H1.HeaderClassName
{
color: #5178DA;
}
.AnyTagClassName
{
color: #5178DA;
}
</style>
background-color css
<style>
a { background-color: #5178DA; }
a { background-color: rgb(81,120,218); }
div.DivClassName
{
background-color: #5178DA;
}
.BgClassName
{
background-color: #5178DA;
}
</style>
border-color css
<style>
span { border-color: #5178DA; }
span { border-color: rgb(81,120,218); }
td.TdClassName
{
border-color: #5178DA;
}
.TagClassName
{
border-color: #5178DA;
}
</style>