Shades of Royal Blue #515FEA
Tints of Royal Blue #515FEA
RGB
CMYK
RGB Variations
Color information
#515FEA (or 0x515FEA) is known color: Royal Blue. HEX triplet: 51, 5F and EA. RGB value is (81,95,234). Sum of RGB (Red+Green+Blue) = 81+95+234=410 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.76% from 410); Green value is 95 (37.5% from 255 or 23.17% from 410); Blue value is 234 (91.80% from 255 or 57.07% from 410); Max value from RGB is 234 - color contains mainly: blue. Hex color #515FEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #515FEA is #AEA015. Grayscale: #6A6A6A. Windows color (decimal): -11444246 or 15359825. OLE color: 15359825.
HSL color Cylindrical-coordinate representation of color #515FEA: hue angle of 234.51º 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 #515FEA is Cyan = 0.65, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 81 | 95 | 234 | - |
| CMYK | 0.65 | 0.59 | 0 | 0.08 |
| HSL | 234.51º | 0.78% | 0.62% | - |
| HSV(B) | 234.51º | 0.65% | 0.92% | - |
| XYZ | 22.34 | 15.87 | 79.73 | - |
| YUV | 106.66 | 199.86 | 109.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 95 | 234 | 0.65 | 0.59 | 0 | 0.08 | 234.51 | 0.78 | 0.62 |
| Hex | 51 | 5F | EA | 41 | 3B | 0 | 8 | EB | 4E | 3E |
| Octal | 121 | 137 | 352 | 101 | 73 | 0 | 10 | 353 | 116 | 76 |
| Binary | 1010001 | 1011111 | 11101010 | 1000001 | 111011 | 0 | 1000 | 11101011 | 1001110 | 111110 |
Color Harmonies of #515FEA
Complementary color
Monochromatic Colors of #515FEA
Black with #515FEA
Text Example
Text Example
White with #515FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515FEA; }
p { color: rgb(81,95,234); }
H1.HeaderClassName
{
color: #515FEA;
}
.AnyTagClassName
{
color: #515FEA;
}
</style>
background-color css
<style>
a { background-color: #515FEA; }
a { background-color: rgb(81,95,234); }
div.DivClassName
{
background-color: #515FEA;
}
.BgClassName
{
background-color: #515FEA;
}
</style>
border-color css
<style>
span { border-color: #515FEA; }
span { border-color: rgb(81,95,234); }
td.TdClassName
{
border-color: #515FEA;
}
.TagClassName
{
border-color: #515FEA;
}
</style>