Shades of Royal Blue #5172FD
Tints of Royal Blue #5172FD
RGB
CMYK
RGB Variations
Color information
#5172FD (or 0x5172FD) is known color: Royal Blue. HEX triplet: 51, 72 and FD. RGB value is (81,114,253). Sum of RGB (Red+Green+Blue) = 81+114+253=448 (59% of max value = 765). Red value is 81 (32.03% from 255 or 18.08% from 448); Green value is 114 (44.92% from 255 or 25.45% from 448); Blue value is 253 (99.22% from 255 or 56.47% from 448); Max value from RGB is 253 - color contains mainly: blue. Hex color #5172FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5172FD is #AE8D02. Grayscale: #777777. Windows color (decimal): -11439363 or 16609873. OLE color: 16609873.
HSL color Cylindrical-coordinate representation of color #5172FD: hue angle of 228.49º degrees, saturation: 0.98, 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 #5172FD is Cyan = 0.68, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 81 | 114 | 253 | - |
| CMYK | 0.68 | 0.55 | 0 | 0.01 |
| HSL | 228.49º | 0.98% | 0.65% | - |
| HSV(B) | 228.49º | 0.68% | 0.99% | - |
| XYZ | 27.14 | 20.88 | 95.53 | - |
| YUV | 119.98 | 203.07 | 100.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 114 | 253 | 0.68 | 0.55 | 0 | 0.01 | 228.49 | 0.98 | 0.65 |
| Hex | 51 | 72 | FD | 44 | 37 | 0 | 1 | E4 | 62 | 41 |
| Octal | 121 | 162 | 375 | 104 | 67 | 0 | 1 | 344 | 142 | 101 |
| Binary | 1010001 | 1110010 | 11111101 | 1000100 | 110111 | 0 | 1 | 11100100 | 1100010 | 1000001 |
Color Harmonies of #5172FD
Complementary color
Monochromatic Colors of #5172FD
Black with #5172FD
Text Example
Text Example
White with #5172FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5172FD; }
p { color: rgb(81,114,253); }
H1.HeaderClassName
{
color: #5172FD;
}
.AnyTagClassName
{
color: #5172FD;
}
</style>
background-color css
<style>
a { background-color: #5172FD; }
a { background-color: rgb(81,114,253); }
div.DivClassName
{
background-color: #5172FD;
}
.BgClassName
{
background-color: #5172FD;
}
</style>
border-color css
<style>
span { border-color: #5172FD; }
span { border-color: rgb(81,114,253); }
td.TdClassName
{
border-color: #5172FD;
}
.TagClassName
{
border-color: #5172FD;
}
</style>