Shades of Royal Blue #506EF6
Tints of Royal Blue #506EF6
RGB
CMYK
RGB Variations
Color information
#506EF6 (or 0x506EF6) is known color: Royal Blue. HEX triplet: 50, 6E and F6. RGB value is (80,110,246). Sum of RGB (Red+Green+Blue) = 80+110+246=436 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.35% from 436); Green value is 110 (43.36% from 255 or 25.23% from 436); Blue value is 246 (96.48% from 255 or 56.42% from 436); Max value from RGB is 246 - color contains mainly: blue. Hex color #506EF6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #506EF6 is #AF9109. Grayscale: #737373. Windows color (decimal): -11505930 or 16150096. OLE color: 16150096.
HSL color Cylindrical-coordinate representation of color #506EF6: hue angle of 229.16º degrees, saturation: 0.9, 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 #506EF6 is Cyan = 0.67, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 80 | 110 | 246 | - |
| CMYK | 0.67 | 0.55 | 0 | 0.04 |
| HSL | 229.16º | 0.9% | 0.64% | - |
| HSV(B) | 229.16º | 0.67% | 0.96% | - |
| XYZ | 25.52 | 19.51 | 89.61 | - |
| YUV | 116.53 | 201.06 | 101.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 110 | 246 | 0.67 | 0.55 | 0 | 0.04 | 229.16 | 0.9 | 0.64 |
| Hex | 50 | 6E | F6 | 43 | 37 | 0 | 4 | E5 | 5A | 40 |
| Octal | 120 | 156 | 366 | 103 | 67 | 0 | 4 | 345 | 132 | 100 |
| Binary | 1010000 | 1101110 | 11110110 | 1000011 | 110111 | 0 | 100 | 11100101 | 1011010 | 1000000 |
Color Harmonies of #506EF6
Complementary color
Monochromatic Colors of #506EF6
Black with #506EF6
Text Example
Text Example
White with #506EF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506EF6; }
p { color: rgb(80,110,246); }
H1.HeaderClassName
{
color: #506EF6;
}
.AnyTagClassName
{
color: #506EF6;
}
</style>
background-color css
<style>
a { background-color: #506EF6; }
a { background-color: rgb(80,110,246); }
div.DivClassName
{
background-color: #506EF6;
}
.BgClassName
{
background-color: #506EF6;
}
</style>
border-color css
<style>
span { border-color: #506EF6; }
span { border-color: rgb(80,110,246); }
td.TdClassName
{
border-color: #506EF6;
}
.TagClassName
{
border-color: #506EF6;
}
</style>