Shades of Royal Blue #5067EB
Tints of Royal Blue #5067EB
RGB
CMYK
RGB Variations
Color information
#5067EB (or 0x5067EB) is known color: Royal Blue. HEX triplet: 50, 67 and EB. RGB value is (80,103,235). Sum of RGB (Red+Green+Blue) = 80+103+235=418 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.14% from 418); Green value is 103 (40.62% from 255 or 24.64% from 418); Blue value is 235 (92.19% from 255 or 56.22% from 418); Max value from RGB is 235 - color contains mainly: blue. Hex color #5067EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5067EB is #AF9814. Grayscale: #6E6E6E. Windows color (decimal): -11507733 or 15427408. OLE color: 15427408.
HSL color Cylindrical-coordinate representation of color #5067EB: hue angle of 231.1º 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 #5067EB is Cyan = 0.66, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 80 | 103 | 235 | - |
| CMYK | 0.66 | 0.56 | 0 | 0.08 |
| HSL | 231.1º | 0.79% | 0.62% | - |
| HSV(B) | 231.1º | 0.66% | 0.92% | - |
| XYZ | 23.15 | 17.4 | 80.74 | - |
| YUV | 111.17 | 197.88 | 105.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 103 | 235 | 0.66 | 0.56 | 0 | 0.08 | 231.1 | 0.79 | 0.62 |
| Hex | 50 | 67 | EB | 42 | 38 | 0 | 8 | E7 | 4F | 3E |
| Octal | 120 | 147 | 353 | 102 | 70 | 0 | 10 | 347 | 117 | 76 |
| Binary | 1010000 | 1100111 | 11101011 | 1000010 | 111000 | 0 | 1000 | 11100111 | 1001111 | 111110 |
Color Harmonies of #5067EB
Complementary color
Monochromatic Colors of #5067EB
Black with #5067EB
Text Example
Text Example
White with #5067EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5067EB; }
p { color: rgb(80,103,235); }
H1.HeaderClassName
{
color: #5067EB;
}
.AnyTagClassName
{
color: #5067EB;
}
</style>
background-color css
<style>
a { background-color: #5067EB; }
a { background-color: rgb(80,103,235); }
div.DivClassName
{
background-color: #5067EB;
}
.BgClassName
{
background-color: #5067EB;
}
</style>
border-color css
<style>
span { border-color: #5067EB; }
span { border-color: rgb(80,103,235); }
td.TdClassName
{
border-color: #5067EB;
}
.TagClassName
{
border-color: #5067EB;
}
</style>