Shades of Royal Blue #507BE6
Tints of Royal Blue #507BE6
RGB
CMYK
RGB Variations
Color information
#507BE6 (or 0x507BE6) is known color: Royal Blue. HEX triplet: 50, 7B and E6. RGB value is (80,123,230). Sum of RGB (Red+Green+Blue) = 80+123+230=433 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.48% from 433); Green value is 123 (48.44% from 255 or 28.41% from 433); Blue value is 230 (90.23% from 255 or 53.12% from 433); Max value from RGB is 230 - color contains mainly: blue. Hex color #507BE6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #507BE6 is #AF8419. Grayscale: #797979. Windows color (decimal): -11502618 or 15104848. OLE color: 15104848.
HSL color Cylindrical-coordinate representation of color #507BE6: hue angle of 222.8º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #507BE6 is Cyan = 0.65, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 80 | 123 | 230 | - |
| CMYK | 0.65 | 0.47 | 0 | 0.10 |
| HSL | 222.8º | 0.75% | 0.61% | - |
| HSV(B) | 222.8º | 0.65% | 0.9% | - |
| XYZ | 24.67 | 21.58 | 77.73 | - |
| YUV | 122.34 | 188.75 | 97.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 123 | 230 | 0.65 | 0.47 | 0 | 0.10 | 222.8 | 0.75 | 0.61 |
| Hex | 50 | 7B | E6 | 41 | 2F | 0 | A | DF | 4B | 3D |
| Octal | 120 | 173 | 346 | 101 | 57 | 0 | 12 | 337 | 113 | 75 |
| Binary | 1010000 | 1111011 | 11100110 | 1000001 | 101111 | 0 | 1010 | 11011111 | 1001011 | 111101 |
Color Harmonies of #507BE6
Complementary color
Monochromatic Colors of #507BE6
Black with #507BE6
Text Example
Text Example
White with #507BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507BE6; }
p { color: rgb(80,123,230); }
H1.HeaderClassName
{
color: #507BE6;
}
.AnyTagClassName
{
color: #507BE6;
}
</style>
background-color css
<style>
a { background-color: #507BE6; }
a { background-color: rgb(80,123,230); }
div.DivClassName
{
background-color: #507BE6;
}
.BgClassName
{
background-color: #507BE6;
}
</style>
border-color css
<style>
span { border-color: #507BE6; }
span { border-color: rgb(80,123,230); }
td.TdClassName
{
border-color: #507BE6;
}
.TagClassName
{
border-color: #507BE6;
}
</style>