Shades of Royal Blue #507EEF
Tints of Royal Blue #507EEF
RGB
CMYK
RGB Variations
Color information
#507EEF (or 0x507EEF) is known color: Royal Blue. HEX triplet: 50, 7E and EF. RGB value is (80,126,239). Sum of RGB (Red+Green+Blue) = 80+126+239=445 (58% of max value = 765). Red value is 80 (31.64% from 255 or 17.98% from 445); Green value is 126 (49.61% from 255 or 28.31% from 445); Blue value is 239 (93.75% from 255 or 53.71% from 445); Max value from RGB is 239 - color contains mainly: blue. Hex color #507EEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #507EEF is #AF8110. Grayscale: #7C7C7C. Windows color (decimal): -11501841 or 15695440. OLE color: 15695440.
HSL color Cylindrical-coordinate representation of color #507EEF: hue angle of 222.64º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #507EEF is Cyan = 0.67, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 80 | 126 | 239 | - |
| CMYK | 0.67 | 0.47 | 0 | 0.06 |
| HSL | 222.64º | 0.83% | 0.63% | - |
| HSV(B) | 222.64º | 0.67% | 0.94% | - |
| XYZ | 26.35 | 22.86 | 84.68 | - |
| YUV | 125.13 | 192.26 | 95.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 126 | 239 | 0.67 | 0.47 | 0 | 0.06 | 222.64 | 0.83 | 0.63 |
| Hex | 50 | 7E | EF | 43 | 2F | 0 | 6 | DF | 53 | 3F |
| Octal | 120 | 176 | 357 | 103 | 57 | 0 | 6 | 337 | 123 | 77 |
| Binary | 1010000 | 1111110 | 11101111 | 1000011 | 101111 | 0 | 110 | 11011111 | 1010011 | 111111 |
Color Harmonies of #507EEF
Complementary color
Monochromatic Colors of #507EEF
Black with #507EEF
Text Example
Text Example
White with #507EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507EEF; }
p { color: rgb(80,126,239); }
H1.HeaderClassName
{
color: #507EEF;
}
.AnyTagClassName
{
color: #507EEF;
}
</style>
background-color css
<style>
a { background-color: #507EEF; }
a { background-color: rgb(80,126,239); }
div.DivClassName
{
background-color: #507EEF;
}
.BgClassName
{
background-color: #507EEF;
}
</style>
border-color css
<style>
span { border-color: #507EEF; }
span { border-color: rgb(80,126,239); }
td.TdClassName
{
border-color: #507EEF;
}
.TagClassName
{
border-color: #507EEF;
}
</style>