Shades of Royal Blue #506EEE
Tints of Royal Blue #506EEE
RGB
CMYK
RGB Variations
Color information
#506EEE (or 0x506EEE) is known color: Royal Blue. HEX triplet: 50, 6E and EE. RGB value is (80,110,238). Sum of RGB (Red+Green+Blue) = 80+110+238=428 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.69% from 428); Green value is 110 (43.36% from 255 or 25.70% from 428); Blue value is 238 (93.36% from 255 or 55.61% from 428); Max value from RGB is 238 - color contains mainly: blue. Hex color #506EEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #506EEE is #AF9111. Grayscale: #737373. Windows color (decimal): -11505938 or 15625808. OLE color: 15625808.
HSL color Cylindrical-coordinate representation of color #506EEE: hue angle of 228.61º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #506EEE is Cyan = 0.66, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 110 | 238 | - |
| CMYK | 0.66 | 0.54 | 0 | 0.07 |
| HSL | 228.61º | 0.82% | 0.62% | - |
| HSV(B) | 228.61º | 0.66% | 0.93% | - |
| XYZ | 24.32 | 19.03 | 83.28 | - |
| YUV | 115.62 | 197.06 | 102.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 110 | 238 | 0.66 | 0.54 | 0 | 0.07 | 228.61 | 0.82 | 0.62 |
| Hex | 50 | 6E | EE | 42 | 36 | 0 | 7 | E5 | 52 | 3E |
| Octal | 120 | 156 | 356 | 102 | 66 | 0 | 7 | 345 | 122 | 76 |
| Binary | 1010000 | 1101110 | 11101110 | 1000010 | 110110 | 0 | 111 | 11100101 | 1010010 | 111110 |
Color Harmonies of #506EEE
Complementary color
Monochromatic Colors of #506EEE
Black with #506EEE
Text Example
Text Example
White with #506EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506EEE; }
p { color: rgb(80,110,238); }
H1.HeaderClassName
{
color: #506EEE;
}
.AnyTagClassName
{
color: #506EEE;
}
</style>
background-color css
<style>
a { background-color: #506EEE; }
a { background-color: rgb(80,110,238); }
div.DivClassName
{
background-color: #506EEE;
}
.BgClassName
{
background-color: #506EEE;
}
</style>
border-color css
<style>
span { border-color: #506EEE; }
span { border-color: rgb(80,110,238); }
td.TdClassName
{
border-color: #506EEE;
}
.TagClassName
{
border-color: #506EEE;
}
</style>