Shades of Royal Blue #506FF5
Tints of Royal Blue #506FF5
RGB
CMYK
RGB Variations
Color information
#506FF5 (or 0x506FF5) is known color: Royal Blue. HEX triplet: 50, 6F and F5. RGB value is (80,111,245). Sum of RGB (Red+Green+Blue) = 80+111+245=436 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.35% from 436); Green value is 111 (43.75% from 255 or 25.46% from 436); Blue value is 245 (96.09% from 255 or 56.19% from 436); Max value from RGB is 245 - color contains mainly: blue. Hex color #506FF5 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #506FF5 is #AF900A. Grayscale: #747474. Windows color (decimal): -11505675 or 16084816. OLE color: 16084816.
HSL color Cylindrical-coordinate representation of color #506FF5: hue angle of 228.73º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #506FF5 is Cyan = 0.67, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 80 | 111 | 245 | - |
| CMYK | 0.67 | 0.55 | 0 | 0.04 |
| HSL | 228.73º | 0.89% | 0.64% | - |
| HSV(B) | 228.73º | 0.67% | 0.96% | - |
| XYZ | 25.47 | 19.67 | 88.84 | - |
| YUV | 117.01 | 200.23 | 101.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 111 | 245 | 0.67 | 0.55 | 0 | 0.04 | 228.73 | 0.89 | 0.64 |
| Hex | 50 | 6F | F5 | 43 | 37 | 0 | 4 | E5 | 59 | 40 |
| Octal | 120 | 157 | 365 | 103 | 67 | 0 | 4 | 345 | 131 | 100 |
| Binary | 1010000 | 1101111 | 11110101 | 1000011 | 110111 | 0 | 100 | 11100101 | 1011001 | 1000000 |
Color Harmonies of #506FF5
Complementary color
Monochromatic Colors of #506FF5
Black with #506FF5
Text Example
Text Example
White with #506FF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506FF5; }
p { color: rgb(80,111,245); }
H1.HeaderClassName
{
color: #506FF5;
}
.AnyTagClassName
{
color: #506FF5;
}
</style>
background-color css
<style>
a { background-color: #506FF5; }
a { background-color: rgb(80,111,245); }
div.DivClassName
{
background-color: #506FF5;
}
.BgClassName
{
background-color: #506FF5;
}
</style>
border-color css
<style>
span { border-color: #506FF5; }
span { border-color: rgb(80,111,245); }
td.TdClassName
{
border-color: #506FF5;
}
.TagClassName
{
border-color: #506FF5;
}
</style>