Shades of Royal Blue #506BE7
Tints of Royal Blue #506BE7
RGB
CMYK
RGB Variations
Color information
#506BE7 (or 0x506BE7) is known color: Royal Blue. HEX triplet: 50, 6B and E7. RGB value is (80,107,231). Sum of RGB (Red+Green+Blue) = 80+107+231=418 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.14% from 418); Green value is 107 (42.19% from 255 or 25.60% from 418); Blue value is 231 (90.62% from 255 or 55.26% from 418); Max value from RGB is 231 - color contains mainly: blue. Hex color #506BE7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #506BE7 is #AF9418. Grayscale: #707070. Windows color (decimal): -11506713 or 15166288. OLE color: 15166288.
HSL color Cylindrical-coordinate representation of color #506BE7: hue angle of 229.27º 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 #506BE7 is Cyan = 0.65, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 80 | 107 | 231 | - |
| CMYK | 0.65 | 0.54 | 0 | 0.09 |
| HSL | 229.27º | 0.76% | 0.61% | - |
| HSV(B) | 229.27º | 0.65% | 0.91% | - |
| XYZ | 22.99 | 17.99 | 77.86 | - |
| YUV | 113.06 | 194.55 | 104.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 107 | 231 | 0.65 | 0.54 | 0 | 0.09 | 229.27 | 0.76 | 0.61 |
| Hex | 50 | 6B | E7 | 41 | 36 | 0 | 9 | E5 | 4C | 3D |
| Octal | 120 | 153 | 347 | 101 | 66 | 0 | 11 | 345 | 114 | 75 |
| Binary | 1010000 | 1101011 | 11100111 | 1000001 | 110110 | 0 | 1001 | 11100101 | 1001100 | 111101 |
Color Harmonies of #506BE7
Complementary color
Monochromatic Colors of #506BE7
Black with #506BE7
Text Example
Text Example
White with #506BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506BE7; }
p { color: rgb(80,107,231); }
H1.HeaderClassName
{
color: #506BE7;
}
.AnyTagClassName
{
color: #506BE7;
}
</style>
background-color css
<style>
a { background-color: #506BE7; }
a { background-color: rgb(80,107,231); }
div.DivClassName
{
background-color: #506BE7;
}
.BgClassName
{
background-color: #506BE7;
}
</style>
border-color css
<style>
span { border-color: #506BE7; }
span { border-color: rgb(80,107,231); }
td.TdClassName
{
border-color: #506BE7;
}
.TagClassName
{
border-color: #506BE7;
}
</style>