Shades of Royal Blue #506FE7
Tints of Royal Blue #506FE7
RGB
CMYK
RGB Variations
Color information
#506FE7 (or 0x506FE7) is known color: Royal Blue. HEX triplet: 50, 6F and E7. RGB value is (80,111,231). Sum of RGB (Red+Green+Blue) = 80+111+231=422 (55% of max value = 765). Red value is 80 (31.64% from 255 or 18.96% from 422); Green value is 111 (43.75% from 255 or 26.30% from 422); Blue value is 231 (90.62% from 255 or 54.74% from 422); Max value from RGB is 231 - color contains mainly: blue. Hex color #506FE7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #506FE7 is #AF9018. Grayscale: #727272. Windows color (decimal): -11505689 or 15167312. OLE color: 15167312.
HSL color Cylindrical-coordinate representation of color #506FE7: hue angle of 227.68º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #506FE7 is Cyan = 0.65, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 80 | 111 | 231 | - |
| CMYK | 0.65 | 0.52 | 0 | 0.09 |
| HSL | 227.68º | 0.76% | 0.61% | - |
| HSV(B) | 227.68º | 0.65% | 0.91% | - |
| XYZ | 23.42 | 18.84 | 78 | - |
| YUV | 115.41 | 193.23 | 102.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 111 | 231 | 0.65 | 0.52 | 0 | 0.09 | 227.68 | 0.76 | 0.61 |
| Hex | 50 | 6F | E7 | 41 | 34 | 0 | 9 | E4 | 4C | 3D |
| Octal | 120 | 157 | 347 | 101 | 64 | 0 | 11 | 344 | 114 | 75 |
| Binary | 1010000 | 1101111 | 11100111 | 1000001 | 110100 | 0 | 1001 | 11100100 | 1001100 | 111101 |
Color Harmonies of #506FE7
Complementary color
Monochromatic Colors of #506FE7
Black with #506FE7
Text Example
Text Example
White with #506FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506FE7; }
p { color: rgb(80,111,231); }
H1.HeaderClassName
{
color: #506FE7;
}
.AnyTagClassName
{
color: #506FE7;
}
</style>
background-color css
<style>
a { background-color: #506FE7; }
a { background-color: rgb(80,111,231); }
div.DivClassName
{
background-color: #506FE7;
}
.BgClassName
{
background-color: #506FE7;
}
</style>
border-color css
<style>
span { border-color: #506FE7; }
span { border-color: rgb(80,111,231); }
td.TdClassName
{
border-color: #506FE7;
}
.TagClassName
{
border-color: #506FE7;
}
</style>