Shades of Royal Blue #5066EB
Tints of Royal Blue #5066EB
RGB
CMYK
RGB Variations
Color information
#5066EB (or 0x5066EB) is known color: Royal Blue. HEX triplet: 50, 66 and EB. RGB value is (80,102,235). Sum of RGB (Red+Green+Blue) = 80+102+235=417 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.18% from 417); Green value is 102 (40.23% from 255 or 24.46% from 417); Blue value is 235 (92.19% from 255 or 56.35% from 417); Max value from RGB is 235 - color contains mainly: blue. Hex color #5066EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5066EB is #AF9914. Grayscale: #6E6E6E. Windows color (decimal): -11507989 or 15427152. OLE color: 15427152.
HSL color Cylindrical-coordinate representation of color #5066EB: hue angle of 231.48º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5066EB is Cyan = 0.66, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 80 | 102 | 235 | - |
| CMYK | 0.66 | 0.57 | 0 | 0.08 |
| HSL | 231.48º | 0.79% | 0.62% | - |
| HSV(B) | 231.48º | 0.66% | 0.92% | - |
| XYZ | 23.06 | 17.21 | 80.7 | - |
| YUV | 110.58 | 198.21 | 106.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 102 | 235 | 0.66 | 0.57 | 0 | 0.08 | 231.48 | 0.79 | 0.62 |
| Hex | 50 | 66 | EB | 42 | 39 | 0 | 8 | E7 | 4F | 3E |
| Octal | 120 | 146 | 353 | 102 | 71 | 0 | 10 | 347 | 117 | 76 |
| Binary | 1010000 | 1100110 | 11101011 | 1000010 | 111001 | 0 | 1000 | 11100111 | 1001111 | 111110 |
Color Harmonies of #5066EB
Complementary color
Monochromatic Colors of #5066EB
Black with #5066EB
Text Example
Text Example
White with #5066EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5066EB; }
p { color: rgb(80,102,235); }
H1.HeaderClassName
{
color: #5066EB;
}
.AnyTagClassName
{
color: #5066EB;
}
</style>
background-color css
<style>
a { background-color: #5066EB; }
a { background-color: rgb(80,102,235); }
div.DivClassName
{
background-color: #5066EB;
}
.BgClassName
{
background-color: #5066EB;
}
</style>
border-color css
<style>
span { border-color: #5066EB; }
span { border-color: rgb(80,102,235); }
td.TdClassName
{
border-color: #5066EB;
}
.TagClassName
{
border-color: #5066EB;
}
</style>