Shades of Royal Blue #5066ED
Tints of Royal Blue #5066ED
RGB
CMYK
RGB Variations
Color information
#5066ED (or 0x5066ED) is known color: Royal Blue. HEX triplet: 50, 66 and ED. RGB value is (80,102,237). Sum of RGB (Red+Green+Blue) = 80+102+237=419 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.09% from 419); Green value is 102 (40.23% from 255 or 24.34% from 419); Blue value is 237 (92.97% from 255 or 56.56% from 419); Max value from RGB is 237 - color contains mainly: blue. Hex color #5066ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5066ED is #AF9912. Grayscale: #6E6E6E. Windows color (decimal): -11507987 or 15558224. OLE color: 15558224.
HSL color Cylindrical-coordinate representation of color #5066ED: hue angle of 231.59º degrees, saturation: 0.81, 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 #5066ED is Cyan = 0.66, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 102 | 237 | - |
| CMYK | 0.66 | 0.57 | 0 | 0.07 |
| HSL | 231.59º | 0.81% | 0.62% | - |
| HSV(B) | 231.59º | 0.66% | 0.93% | - |
| XYZ | 23.35 | 17.32 | 82.23 | - |
| YUV | 110.81 | 199.21 | 106.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 102 | 237 | 0.66 | 0.57 | 0 | 0.07 | 231.59 | 0.81 | 0.62 |
| Hex | 50 | 66 | ED | 42 | 39 | 0 | 7 | E8 | 51 | 3E |
| Octal | 120 | 146 | 355 | 102 | 71 | 0 | 7 | 350 | 121 | 76 |
| Binary | 1010000 | 1100110 | 11101101 | 1000010 | 111001 | 0 | 111 | 11101000 | 1010001 | 111110 |
Color Harmonies of #5066ED
Complementary color
Monochromatic Colors of #5066ED
Black with #5066ED
Text Example
Text Example
White with #5066ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5066ED; }
p { color: rgb(80,102,237); }
H1.HeaderClassName
{
color: #5066ED;
}
.AnyTagClassName
{
color: #5066ED;
}
</style>
background-color css
<style>
a { background-color: #5066ED; }
a { background-color: rgb(80,102,237); }
div.DivClassName
{
background-color: #5066ED;
}
.BgClassName
{
background-color: #5066ED;
}
</style>
border-color css
<style>
span { border-color: #5066ED; }
span { border-color: rgb(80,102,237); }
td.TdClassName
{
border-color: #5066ED;
}
.TagClassName
{
border-color: #5066ED;
}
</style>