Shades of Royal Blue #506AF6
Tints of Royal Blue #506AF6
RGB
CMYK
RGB Variations
Color information
#506AF6 (or 0x506AF6) is known color: Royal Blue. HEX triplet: 50, 6A and F6. RGB value is (80,106,246). Sum of RGB (Red+Green+Blue) = 80+106+246=432 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.52% from 432); Green value is 106 (41.80% from 255 or 24.54% from 432); Blue value is 246 (96.48% from 255 or 56.94% from 432); Max value from RGB is 246 - color contains mainly: blue. Hex color #506AF6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #506AF6 is #AF9509. Grayscale: #717171. Windows color (decimal): -11506954 or 16149072. OLE color: 16149072.
HSL color Cylindrical-coordinate representation of color #506AF6: hue angle of 230.6º 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 #506AF6 is Cyan = 0.67, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 80 | 106 | 246 | - |
| CMYK | 0.67 | 0.57 | 0 | 0.04 |
| HSL | 230.6º | 0.9% | 0.64% | - |
| HSV(B) | 230.6º | 0.67% | 0.96% | - |
| XYZ | 25.1 | 18.67 | 89.47 | - |
| YUV | 114.19 | 202.39 | 103.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 106 | 246 | 0.67 | 0.57 | 0 | 0.04 | 230.6 | 0.9 | 0.64 |
| Hex | 50 | 6A | F6 | 43 | 39 | 0 | 4 | E7 | 5A | 40 |
| Octal | 120 | 152 | 366 | 103 | 71 | 0 | 4 | 347 | 132 | 100 |
| Binary | 1010000 | 1101010 | 11110110 | 1000011 | 111001 | 0 | 100 | 11100111 | 1011010 | 1000000 |
Color Harmonies of #506AF6
Complementary color
Monochromatic Colors of #506AF6
Black with #506AF6
Text Example
Text Example
White with #506AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506AF6; }
p { color: rgb(80,106,246); }
H1.HeaderClassName
{
color: #506AF6;
}
.AnyTagClassName
{
color: #506AF6;
}
</style>
background-color css
<style>
a { background-color: #506AF6; }
a { background-color: rgb(80,106,246); }
div.DivClassName
{
background-color: #506AF6;
}
.BgClassName
{
background-color: #506AF6;
}
</style>
border-color css
<style>
span { border-color: #506AF6; }
span { border-color: rgb(80,106,246); }
td.TdClassName
{
border-color: #506AF6;
}
.TagClassName
{
border-color: #506AF6;
}
</style>