Shades of Royal Blue #5171DA
Tints of Royal Blue #5171DA
RGB
CMYK
RGB Variations
Color information
#5171DA (or 0x5171DA) is known color: Royal Blue. HEX triplet: 51, 71 and DA. RGB value is (81,113,218). Sum of RGB (Red+Green+Blue) = 81+113+218=412 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.66% from 412); Green value is 113 (44.53% from 255 or 27.43% from 412); Blue value is 218 (85.55% from 255 or 52.91% from 412); Max value from RGB is 218 - color contains mainly: blue. Hex color #5171DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5171DA is #AE8E25. Grayscale: #727272. Windows color (decimal): -11439654 or 14315857. OLE color: 14315857.
HSL color Cylindrical-coordinate representation of color #5171DA: hue angle of 225.99º 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 #5171DA is Cyan = 0.63, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 81 | 113 | 218 | - |
| CMYK | 0.63 | 0.48 | 0 | 0.15 |
| HSL | 225.99º | 0.65% | 0.59% | - |
| HSV(B) | 225.99º | 0.63% | 0.85% | - |
| XYZ | 21.95 | 18.62 | 68.77 | - |
| YUV | 115.4 | 185.9 | 103.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 113 | 218 | 0.63 | 0.48 | 0 | 0.15 | 225.99 | 0.65 | 0.59 |
| Hex | 51 | 71 | DA | 3F | 30 | 0 | F | E2 | 41 | 3B |
| Octal | 121 | 161 | 332 | 77 | 60 | 0 | 17 | 342 | 101 | 73 |
| Binary | 1010001 | 1110001 | 11011010 | 111111 | 110000 | 0 | 1111 | 11100010 | 1000001 | 111011 |
Color Harmonies of #5171DA
Complementary color
Monochromatic Colors of #5171DA
Black with #5171DA
Text Example
Text Example
White with #5171DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5171DA; }
p { color: rgb(81,113,218); }
H1.HeaderClassName
{
color: #5171DA;
}
.AnyTagClassName
{
color: #5171DA;
}
</style>
background-color css
<style>
a { background-color: #5171DA; }
a { background-color: rgb(81,113,218); }
div.DivClassName
{
background-color: #5171DA;
}
.BgClassName
{
background-color: #5171DA;
}
</style>
border-color css
<style>
span { border-color: #5171DA; }
span { border-color: rgb(81,113,218); }
td.TdClassName
{
border-color: #5171DA;
}
.TagClassName
{
border-color: #5171DA;
}
</style>