Shades of Royal Blue #5075FD
Tints of Royal Blue #5075FD
RGB
CMYK
RGB Variations
Color information
#5075FD (or 0x5075FD) is known color: Royal Blue. HEX triplet: 50, 75 and FD. RGB value is (80,117,253). Sum of RGB (Red+Green+Blue) = 80+117+253=450 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.78% from 450); Green value is 117 (46.09% from 255 or 26% from 450); Blue value is 253 (99.22% from 255 or 56.22% from 450); Max value from RGB is 253 - color contains mainly: blue. Hex color #5075FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5075FD is #AF8A02. Grayscale: #787878. Windows color (decimal): -11504131 or 16610640. OLE color: 16610640.
HSL color Cylindrical-coordinate representation of color #5075FD: hue angle of 227.17º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5075FD is Cyan = 0.68, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 80 | 117 | 253 | - |
| CMYK | 0.68 | 0.54 | 0 | 0.01 |
| HSL | 227.17º | 0.98% | 0.65% | - |
| HSV(B) | 227.17º | 0.68% | 0.99% | - |
| XYZ | 27.4 | 21.52 | 95.64 | - |
| YUV | 121.44 | 202.24 | 98.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 117 | 253 | 0.68 | 0.54 | 0 | 0.01 | 227.17 | 0.98 | 0.65 |
| Hex | 50 | 75 | FD | 44 | 36 | 0 | 1 | E3 | 62 | 41 |
| Octal | 120 | 165 | 375 | 104 | 66 | 0 | 1 | 343 | 142 | 101 |
| Binary | 1010000 | 1110101 | 11111101 | 1000100 | 110110 | 0 | 1 | 11100011 | 1100010 | 1000001 |
Color Harmonies of #5075FD
Complementary color
Monochromatic Colors of #5075FD
Black with #5075FD
Text Example
Text Example
White with #5075FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5075FD; }
p { color: rgb(80,117,253); }
H1.HeaderClassName
{
color: #5075FD;
}
.AnyTagClassName
{
color: #5075FD;
}
</style>
background-color css
<style>
a { background-color: #5075FD; }
a { background-color: rgb(80,117,253); }
div.DivClassName
{
background-color: #5075FD;
}
.BgClassName
{
background-color: #5075FD;
}
</style>
border-color css
<style>
span { border-color: #5075FD; }
span { border-color: rgb(80,117,253); }
td.TdClassName
{
border-color: #5075FD;
}
.TagClassName
{
border-color: #5075FD;
}
</style>