Shades of Royal Blue #5172FC
Tints of Royal Blue #5172FC
RGB
CMYK
RGB Variations
Color information
#5172FC (or 0x5172FC) is known color: Royal Blue. HEX triplet: 51, 72 and FC. RGB value is (81,114,252). Sum of RGB (Red+Green+Blue) = 81+114+252=447 (59% of max value = 765). Red value is 81 (32.03% from 255 or 18.12% from 447); Green value is 114 (44.92% from 255 or 25.50% from 447); Blue value is 252 (98.83% from 255 or 56.38% from 447); Max value from RGB is 252 - color contains mainly: blue. Hex color #5172FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5172FC is #AE8D03. Grayscale: #777777. Windows color (decimal): -11439364 or 16544337. OLE color: 16544337.
HSL color Cylindrical-coordinate representation of color #5172FC: hue angle of 228.42º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5172FC is Cyan = 0.68, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 81 | 114 | 252 | - |
| CMYK | 0.68 | 0.55 | 0 | 0.01 |
| HSL | 228.42º | 0.97% | 0.65% | - |
| HSV(B) | 228.42º | 0.68% | 0.99% | - |
| XYZ | 26.98 | 20.81 | 94.69 | - |
| YUV | 119.87 | 202.57 | 100.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 114 | 252 | 0.68 | 0.55 | 0 | 0.01 | 228.42 | 0.97 | 0.65 |
| Hex | 51 | 72 | FC | 44 | 37 | 0 | 1 | E4 | 61 | 41 |
| Octal | 121 | 162 | 374 | 104 | 67 | 0 | 1 | 344 | 141 | 101 |
| Binary | 1010001 | 1110010 | 11111100 | 1000100 | 110111 | 0 | 1 | 11100100 | 1100001 | 1000001 |
Color Harmonies of #5172FC
Complementary color
Monochromatic Colors of #5172FC
Black with #5172FC
Text Example
Text Example
White with #5172FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5172FC; }
p { color: rgb(81,114,252); }
H1.HeaderClassName
{
color: #5172FC;
}
.AnyTagClassName
{
color: #5172FC;
}
</style>
background-color css
<style>
a { background-color: #5172FC; }
a { background-color: rgb(81,114,252); }
div.DivClassName
{
background-color: #5172FC;
}
.BgClassName
{
background-color: #5172FC;
}
</style>
border-color css
<style>
span { border-color: #5172FC; }
span { border-color: rgb(81,114,252); }
td.TdClassName
{
border-color: #5172FC;
}
.TagClassName
{
border-color: #5172FC;
}
</style>