Shades of Royal Blue #5066EE
Tints of Royal Blue #5066EE
RGB
CMYK
RGB Variations
Color information
#5066EE (or 0x5066EE) is known color: Royal Blue. HEX triplet: 50, 66 and EE. RGB value is (80,102,238). Sum of RGB (Red+Green+Blue) = 80+102+238=420 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.05% from 420); Green value is 102 (40.23% from 255 or 24.29% from 420); Blue value is 238 (93.36% from 255 or 56.67% from 420); Max value from RGB is 238 - color contains mainly: blue. Hex color #5066EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5066EE is #AF9911. Grayscale: #6E6E6E. Windows color (decimal): -11507986 or 15623760. OLE color: 15623760.
HSL color Cylindrical-coordinate representation of color #5066EE: hue angle of 231.65º 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 #5066EE is Cyan = 0.66, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 102 | 238 | - |
| CMYK | 0.66 | 0.57 | 0 | 0.07 |
| HSL | 231.65º | 0.82% | 0.62% | - |
| HSV(B) | 231.65º | 0.66% | 0.93% | - |
| XYZ | 23.49 | 17.38 | 83.01 | - |
| YUV | 110.93 | 199.71 | 105.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 102 | 238 | 0.66 | 0.57 | 0 | 0.07 | 231.65 | 0.82 | 0.62 |
| Hex | 50 | 66 | EE | 42 | 39 | 0 | 7 | E8 | 52 | 3E |
| Octal | 120 | 146 | 356 | 102 | 71 | 0 | 7 | 350 | 122 | 76 |
| Binary | 1010000 | 1100110 | 11101110 | 1000010 | 111001 | 0 | 111 | 11101000 | 1010010 | 111110 |
Color Harmonies of #5066EE
Complementary color
Monochromatic Colors of #5066EE
Black with #5066EE
Text Example
Text Example
White with #5066EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5066EE; }
p { color: rgb(80,102,238); }
H1.HeaderClassName
{
color: #5066EE;
}
.AnyTagClassName
{
color: #5066EE;
}
</style>
background-color css
<style>
a { background-color: #5066EE; }
a { background-color: rgb(80,102,238); }
div.DivClassName
{
background-color: #5066EE;
}
.BgClassName
{
background-color: #5066EE;
}
</style>
border-color css
<style>
span { border-color: #5066EE; }
span { border-color: rgb(80,102,238); }
td.TdClassName
{
border-color: #5066EE;
}
.TagClassName
{
border-color: #5066EE;
}
</style>