Shades of Royal Blue #5075FA
Tints of Royal Blue #5075FA
RGB
CMYK
RGB Variations
Color information
#5075FA (or 0x5075FA) is known color: Royal Blue. HEX triplet: 50, 75 and FA. RGB value is (80,117,250). Sum of RGB (Red+Green+Blue) = 80+117+250=447 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.90% from 447); Green value is 117 (46.09% from 255 or 26.17% from 447); Blue value is 250 (98.05% from 255 or 55.93% from 447); Max value from RGB is 250 - color contains mainly: blue. Hex color #5075FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5075FA is #AF8A05. Grayscale: #787878. Windows color (decimal): -11504134 or 16414032. OLE color: 16414032.
HSL color Cylindrical-coordinate representation of color #5075FA: hue angle of 226.94º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5075FA is Cyan = 0.68, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 80 | 117 | 250 | - |
| CMYK | 0.68 | 0.53 | 0 | 0.02 |
| HSL | 226.94º | 0.94% | 0.65% | - |
| HSV(B) | 226.94º | 0.68% | 0.98% | - |
| XYZ | 26.92 | 21.33 | 93.14 | - |
| YUV | 121.1 | 200.74 | 98.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 117 | 250 | 0.68 | 0.53 | 0 | 0.02 | 226.94 | 0.94 | 0.65 |
| Hex | 50 | 75 | FA | 44 | 35 | 0 | 2 | E3 | 5E | 41 |
| Octal | 120 | 165 | 372 | 104 | 65 | 0 | 2 | 343 | 136 | 101 |
| Binary | 1010000 | 1110101 | 11111010 | 1000100 | 110101 | 0 | 10 | 11100011 | 1011110 | 1000001 |
Color Harmonies of #5075FA
Complementary color
Monochromatic Colors of #5075FA
Black with #5075FA
Text Example
Text Example
White with #5075FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5075FA; }
p { color: rgb(80,117,250); }
H1.HeaderClassName
{
color: #5075FA;
}
.AnyTagClassName
{
color: #5075FA;
}
</style>
background-color css
<style>
a { background-color: #5075FA; }
a { background-color: rgb(80,117,250); }
div.DivClassName
{
background-color: #5075FA;
}
.BgClassName
{
background-color: #5075FA;
}
</style>
border-color css
<style>
span { border-color: #5075FA; }
span { border-color: rgb(80,117,250); }
td.TdClassName
{
border-color: #5075FA;
}
.TagClassName
{
border-color: #5075FA;
}
</style>