Shades of Royal Blue #517FEA
Tints of Royal Blue #517FEA
RGB
CMYK
RGB Variations
Color information
#517FEA (or 0x517FEA) is known color: Royal Blue. HEX triplet: 51, 7F and EA. RGB value is (81,127,234). Sum of RGB (Red+Green+Blue) = 81+127+234=442 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.33% from 442); Green value is 127 (50% from 255 or 28.73% from 442); Blue value is 234 (91.80% from 255 or 52.94% from 442); Max value from RGB is 234 - color contains mainly: blue. Hex color #517FEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #517FEA is #AE8015. Grayscale: #7C7C7C. Windows color (decimal): -11436054 or 15368017. OLE color: 15368017.
HSL color Cylindrical-coordinate representation of color #517FEA: hue angle of 221.96º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #517FEA is Cyan = 0.65, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 81 | 127 | 234 | - |
| CMYK | 0.65 | 0.46 | 0 | 0.08 |
| HSL | 221.96º | 0.78% | 0.62% | - |
| HSV(B) | 221.96º | 0.65% | 0.92% | - |
| XYZ | 25.83 | 22.87 | 80.89 | - |
| YUV | 125.44 | 189.26 | 96.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 127 | 234 | 0.65 | 0.46 | 0 | 0.08 | 221.96 | 0.78 | 0.62 |
| Hex | 51 | 7F | EA | 41 | 2E | 0 | 8 | DE | 4E | 3E |
| Octal | 121 | 177 | 352 | 101 | 56 | 0 | 10 | 336 | 116 | 76 |
| Binary | 1010001 | 1111111 | 11101010 | 1000001 | 101110 | 0 | 1000 | 11011110 | 1001110 | 111110 |
Color Harmonies of #517FEA
Complementary color
Monochromatic Colors of #517FEA
Black with #517FEA
Text Example
Text Example
White with #517FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517FEA; }
p { color: rgb(81,127,234); }
H1.HeaderClassName
{
color: #517FEA;
}
.AnyTagClassName
{
color: #517FEA;
}
</style>
background-color css
<style>
a { background-color: #517FEA; }
a { background-color: rgb(81,127,234); }
div.DivClassName
{
background-color: #517FEA;
}
.BgClassName
{
background-color: #517FEA;
}
</style>
border-color css
<style>
span { border-color: #517FEA; }
span { border-color: rgb(81,127,234); }
td.TdClassName
{
border-color: #517FEA;
}
.TagClassName
{
border-color: #517FEA;
}
</style>