Shades of Royal Blue #5172D3
Tints of Royal Blue #5172D3
RGB
CMYK
RGB Variations
Color information
#5172D3 (or 0x5172D3) is known color: Royal Blue. HEX triplet: 51, 72 and D3. RGB value is (81,114,211). Sum of RGB (Red+Green+Blue) = 81+114+211=406 (53% of max value = 765). Red value is 81 (32.03% from 255 or 19.95% from 406); Green value is 114 (44.92% from 255 or 28.08% from 406); Blue value is 211 (82.81% from 255 or 51.97% from 406); Max value from RGB is 211 - color contains mainly: blue. Hex color #5172D3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5172D3 is #AE8D2C. Grayscale: #727272. Windows color (decimal): -11439405 or 13857361. OLE color: 13857361.
HSL color Cylindrical-coordinate representation of color #5172D3: hue angle of 224.77º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5172D3 is Cyan = 0.62, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 81 | 114 | 211 | - |
| CMYK | 0.62 | 0.46 | 0 | 0.17 |
| HSL | 224.77º | 0.6% | 0.57% | - |
| HSV(B) | 224.77º | 0.62% | 0.83% | - |
| XYZ | 21.17 | 18.49 | 64.08 | - |
| YUV | 115.19 | 182.07 | 103.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 114 | 211 | 0.62 | 0.46 | 0 | 0.17 | 224.77 | 0.6 | 0.57 |
| Hex | 51 | 72 | D3 | 3E | 2E | 0 | 11 | E1 | 3C | 39 |
| Octal | 121 | 162 | 323 | 76 | 56 | 0 | 21 | 341 | 74 | 71 |
| Binary | 1010001 | 1110010 | 11010011 | 111110 | 101110 | 0 | 10001 | 11100001 | 111100 | 111001 |
Color Harmonies of #5172D3
Complementary color
Monochromatic Colors of #5172D3
Black with #5172D3
Text Example
Text Example
White with #5172D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5172D3; }
p { color: rgb(81,114,211); }
H1.HeaderClassName
{
color: #5172D3;
}
.AnyTagClassName
{
color: #5172D3;
}
</style>
background-color css
<style>
a { background-color: #5172D3; }
a { background-color: rgb(81,114,211); }
div.DivClassName
{
background-color: #5172D3;
}
.BgClassName
{
background-color: #5172D3;
}
</style>
border-color css
<style>
span { border-color: #5172D3; }
span { border-color: rgb(81,114,211); }
td.TdClassName
{
border-color: #5172D3;
}
.TagClassName
{
border-color: #5172D3;
}
</style>