Shades of Royal Blue #5078FA
Tints of Royal Blue #5078FA
RGB
CMYK
RGB Variations
Color information
#5078FA (or 0x5078FA) is known color: Royal Blue. HEX triplet: 50, 78 and FA. RGB value is (80,120,250). Sum of RGB (Red+Green+Blue) = 80+120+250=450 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.78% from 450); Green value is 120 (47.27% from 255 or 26.67% from 450); Blue value is 250 (98.05% from 255 or 55.56% from 450); Max value from RGB is 250 - color contains mainly: blue. Hex color #5078FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5078FA is #AF8705. Grayscale: #7A7A7A. Windows color (decimal): -11503366 or 16414800. OLE color: 16414800.
HSL color Cylindrical-coordinate representation of color #5078FA: hue angle of 225.88º 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 #5078FA is Cyan = 0.68, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 80 | 120 | 250 | - |
| CMYK | 0.68 | 0.52 | 0 | 0.02 |
| HSL | 225.88º | 0.94% | 0.65% | - |
| HSV(B) | 225.88º | 0.68% | 0.98% | - |
| XYZ | 27.28 | 22.04 | 93.26 | - |
| YUV | 122.86 | 199.75 | 97.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 120 | 250 | 0.68 | 0.52 | 0 | 0.02 | 225.88 | 0.94 | 0.65 |
| Hex | 50 | 78 | FA | 44 | 34 | 0 | 2 | E2 | 5E | 41 |
| Octal | 120 | 170 | 372 | 104 | 64 | 0 | 2 | 342 | 136 | 101 |
| Binary | 1010000 | 1111000 | 11111010 | 1000100 | 110100 | 0 | 10 | 11100010 | 1011110 | 1000001 |
Color Harmonies of #5078FA
Complementary color
Monochromatic Colors of #5078FA
Black with #5078FA
Text Example
Text Example
White with #5078FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5078FA; }
p { color: rgb(80,120,250); }
H1.HeaderClassName
{
color: #5078FA;
}
.AnyTagClassName
{
color: #5078FA;
}
</style>
background-color css
<style>
a { background-color: #5078FA; }
a { background-color: rgb(80,120,250); }
div.DivClassName
{
background-color: #5078FA;
}
.BgClassName
{
background-color: #5078FA;
}
</style>
border-color css
<style>
span { border-color: #5078FA; }
span { border-color: rgb(80,120,250); }
td.TdClassName
{
border-color: #5078FA;
}
.TagClassName
{
border-color: #5078FA;
}
</style>