Shades of Royal Blue #5179DA
Tints of Royal Blue #5179DA
RGB
CMYK
RGB Variations
Color information
#5179DA (or 0x5179DA) is known color: Royal Blue. HEX triplet: 51, 79 and DA. RGB value is (81,121,218). Sum of RGB (Red+Green+Blue) = 81+121+218=420 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.29% from 420); Green value is 121 (47.66% from 255 or 28.81% from 420); Blue value is 218 (85.55% from 255 or 51.90% from 420); Max value from RGB is 218 - color contains mainly: blue. Hex color #5179DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5179DA is #AE8625. Grayscale: #777777. Windows color (decimal): -11437606 or 14317905. OLE color: 14317905.
HSL color Cylindrical-coordinate representation of color #5179DA: hue angle of 222.48º 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 #5179DA is Cyan = 0.63, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 81 | 121 | 218 | - |
| CMYK | 0.63 | 0.44 | 0 | 0.15 |
| HSL | 222.48º | 0.65% | 0.59% | - |
| HSV(B) | 222.48º | 0.63% | 0.85% | - |
| XYZ | 22.89 | 20.49 | 69.08 | - |
| YUV | 120.1 | 183.25 | 100.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 121 | 218 | 0.63 | 0.44 | 0 | 0.15 | 222.48 | 0.65 | 0.59 |
| Hex | 51 | 79 | DA | 3F | 2C | 0 | F | DE | 41 | 3B |
| Octal | 121 | 171 | 332 | 77 | 54 | 0 | 17 | 336 | 101 | 73 |
| Binary | 1010001 | 1111001 | 11011010 | 111111 | 101100 | 0 | 1111 | 11011110 | 1000001 | 111011 |
Color Harmonies of #5179DA
Complementary color
Monochromatic Colors of #5179DA
Black with #5179DA
Text Example
Text Example
White with #5179DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5179DA; }
p { color: rgb(81,121,218); }
H1.HeaderClassName
{
color: #5179DA;
}
.AnyTagClassName
{
color: #5179DA;
}
</style>
background-color css
<style>
a { background-color: #5179DA; }
a { background-color: rgb(81,121,218); }
div.DivClassName
{
background-color: #5179DA;
}
.BgClassName
{
background-color: #5179DA;
}
</style>
border-color css
<style>
span { border-color: #5179DA; }
span { border-color: rgb(81,121,218); }
td.TdClassName
{
border-color: #5179DA;
}
.TagClassName
{
border-color: #5179DA;
}
</style>