Shades of Royal Blue #5075EB
Tints of Royal Blue #5075EB
RGB
CMYK
RGB Variations
Color information
#5075EB (or 0x5075EB) is known color: Royal Blue. HEX triplet: 50, 75 and EB. RGB value is (80,117,235). Sum of RGB (Red+Green+Blue) = 80+117+235=432 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.52% from 432); Green value is 117 (46.09% from 255 or 27.08% from 432); Blue value is 235 (92.19% from 255 or 54.40% from 432); Max value from RGB is 235 - color contains mainly: blue. Hex color #5075EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5075EB is #AF8A14. Grayscale: #767676. Windows color (decimal): -11504149 or 15430992. OLE color: 15430992.
HSL color Cylindrical-coordinate representation of color #5075EB: hue angle of 225.68º 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 #5075EB is Cyan = 0.66, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 80 | 117 | 235 | - |
| CMYK | 0.66 | 0.50 | 0 | 0.08 |
| HSL | 225.68º | 0.79% | 0.62% | - |
| HSV(B) | 225.68º | 0.66% | 0.92% | - |
| XYZ | 24.66 | 20.43 | 81.24 | - |
| YUV | 119.39 | 193.24 | 99.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 117 | 235 | 0.66 | 0.50 | 0 | 0.08 | 225.68 | 0.79 | 0.62 |
| Hex | 50 | 75 | EB | 42 | 32 | 0 | 8 | E2 | 4F | 3E |
| Octal | 120 | 165 | 353 | 102 | 62 | 0 | 10 | 342 | 117 | 76 |
| Binary | 1010000 | 1110101 | 11101011 | 1000010 | 110010 | 0 | 1000 | 11100010 | 1001111 | 111110 |
Color Harmonies of #5075EB
Complementary color
Monochromatic Colors of #5075EB
Black with #5075EB
Text Example
Text Example
White with #5075EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5075EB; }
p { color: rgb(80,117,235); }
H1.HeaderClassName
{
color: #5075EB;
}
.AnyTagClassName
{
color: #5075EB;
}
</style>
background-color css
<style>
a { background-color: #5075EB; }
a { background-color: rgb(80,117,235); }
div.DivClassName
{
background-color: #5075EB;
}
.BgClassName
{
background-color: #5075EB;
}
</style>
border-color css
<style>
span { border-color: #5075EB; }
span { border-color: rgb(80,117,235); }
td.TdClassName
{
border-color: #5075EB;
}
.TagClassName
{
border-color: #5075EB;
}
</style>