Shades of Royal Blue #5172FF
Tints of Royal Blue #5172FF
RGB
CMYK
RGB Variations
Color information
#5172FF (or 0x5172FF) is known color: Royal Blue. HEX triplet: 51, 72 and FF. RGB value is (81,114,255). Sum of RGB (Red+Green+Blue) = 81+114+255=450 (59% of max value = 765). Red value is 81 (32.03% from 255 or 18% from 450); Green value is 114 (44.92% from 255 or 25.33% from 450); Blue value is 255 (100% from 255 or 56.67% from 450); Max value from RGB is 255 - color contains mainly: blue. Hex color #5172FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5172FF is #AE8D00. Grayscale: #777777. Windows color (decimal): -11439361 or 16740945. OLE color: 16740945.
HSL color Cylindrical-coordinate representation of color #5172FF: hue angle of 228.62º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5172FF is Cyan = 0.68, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 81 | 114 | 255 | - |
| CMYK | 0.68 | 0.55 | 0 | 0 |
| HSL | 228.62º | 1% | 0.66% | - |
| HSV(B) | 228.62º | 0.68% | 1% | - |
| XYZ | 27.46 | 21 | 97.21 | - |
| YUV | 120.21 | 204.07 | 100.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 114 | 255 | 0.68 | 0.55 | 0 | 0 | 228.62 | 1 | 0.66 |
| Hex | 51 | 72 | FF | 44 | 37 | 0 | 0 | E5 | 64 | 42 |
| Octal | 121 | 162 | 377 | 104 | 67 | 0 | 0 | 345 | 144 | 102 |
| Binary | 1010001 | 1110010 | 11111111 | 1000100 | 110111 | 0 | 0 | 11100101 | 1100100 | 1000010 |
Color Harmonies of #5172FF
Complementary color
Monochromatic Colors of #5172FF
Black with #5172FF
Text Example
Text Example
White with #5172FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5172FF; }
p { color: rgb(81,114,255); }
H1.HeaderClassName
{
color: #5172FF;
}
.AnyTagClassName
{
color: #5172FF;
}
</style>
background-color css
<style>
a { background-color: #5172FF; }
a { background-color: rgb(81,114,255); }
div.DivClassName
{
background-color: #5172FF;
}
.BgClassName
{
background-color: #5172FF;
}
</style>
border-color css
<style>
span { border-color: #5172FF; }
span { border-color: rgb(81,114,255); }
td.TdClassName
{
border-color: #5172FF;
}
.TagClassName
{
border-color: #5172FF;
}
</style>