Shades of Royal Blue #517CF3
Tints of Royal Blue #517CF3
RGB
CMYK
RGB Variations
Color information
#517CF3 (or 0x517CF3) is known color: Royal Blue. HEX triplet: 51, 7C and F3. RGB value is (81,124,243). Sum of RGB (Red+Green+Blue) = 81+124+243=448 (59% of max value = 765). Red value is 81 (32.03% from 255 or 18.08% from 448); Green value is 124 (48.83% from 255 or 27.68% from 448); Blue value is 243 (95.31% from 255 or 54.24% from 448); Max value from RGB is 243 - color contains mainly: blue. Hex color #517CF3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #517CF3 is #AE830C. Grayscale: #7C7C7C. Windows color (decimal): -11436813 or 15957073. OLE color: 15957073.
HSL color Cylindrical-coordinate representation of color #517CF3: hue angle of 224.07º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #517CF3 is Cyan = 0.67, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 81 | 124 | 243 | - |
| CMYK | 0.67 | 0.49 | 0 | 0.05 |
| HSL | 224.07º | 0.87% | 0.64% | - |
| HSV(B) | 224.07º | 0.67% | 0.95% | - |
| XYZ | 26.78 | 22.64 | 87.75 | - |
| YUV | 124.71 | 194.75 | 96.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 124 | 243 | 0.67 | 0.49 | 0 | 0.05 | 224.07 | 0.87 | 0.64 |
| Hex | 51 | 7C | F3 | 43 | 31 | 0 | 5 | E0 | 57 | 40 |
| Octal | 121 | 174 | 363 | 103 | 61 | 0 | 5 | 340 | 127 | 100 |
| Binary | 1010001 | 1111100 | 11110011 | 1000011 | 110001 | 0 | 101 | 11100000 | 1010111 | 1000000 |
Color Harmonies of #517CF3
Complementary color
Monochromatic Colors of #517CF3
Black with #517CF3
Text Example
Text Example
White with #517CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517CF3; }
p { color: rgb(81,124,243); }
H1.HeaderClassName
{
color: #517CF3;
}
.AnyTagClassName
{
color: #517CF3;
}
</style>
background-color css
<style>
a { background-color: #517CF3; }
a { background-color: rgb(81,124,243); }
div.DivClassName
{
background-color: #517CF3;
}
.BgClassName
{
background-color: #517CF3;
}
</style>
border-color css
<style>
span { border-color: #517CF3; }
span { border-color: rgb(81,124,243); }
td.TdClassName
{
border-color: #517CF3;
}
.TagClassName
{
border-color: #517CF3;
}
</style>