Shades of Royal Blue #5070FD
Tints of Royal Blue #5070FD
RGB
CMYK
RGB Variations
Color information
#5070FD (or 0x5070FD) is known color: Royal Blue. HEX triplet: 50, 70 and FD. RGB value is (80,112,253). Sum of RGB (Red+Green+Blue) = 80+112+253=445 (58% of max value = 765). Red value is 80 (31.64% from 255 or 17.98% from 445); Green value is 112 (44.14% from 255 or 25.17% from 445); Blue value is 253 (99.22% from 255 or 56.85% from 445); Max value from RGB is 253 - color contains mainly: blue. Hex color #5070FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5070FD is #AF8F02. Grayscale: #757575. Windows color (decimal): -11505411 or 16609360. OLE color: 16609360.
HSL color Cylindrical-coordinate representation of color #5070FD: hue angle of 228.9º 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 #5070FD is Cyan = 0.68, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 80 | 112 | 253 | - |
| CMYK | 0.68 | 0.56 | 0 | 0.01 |
| HSL | 228.9º | 0.98% | 0.65% | - |
| HSV(B) | 228.9º | 0.68% | 0.99% | - |
| XYZ | 26.83 | 20.39 | 95.45 | - |
| YUV | 118.51 | 203.9 | 100.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 112 | 253 | 0.68 | 0.56 | 0 | 0.01 | 228.9 | 0.98 | 0.65 |
| Hex | 50 | 70 | FD | 44 | 38 | 0 | 1 | E5 | 62 | 41 |
| Octal | 120 | 160 | 375 | 104 | 70 | 0 | 1 | 345 | 142 | 101 |
| Binary | 1010000 | 1110000 | 11111101 | 1000100 | 111000 | 0 | 1 | 11100101 | 1100010 | 1000001 |
Color Harmonies of #5070FD
Complementary color
Monochromatic Colors of #5070FD
Black with #5070FD
Text Example
Text Example
White with #5070FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5070FD; }
p { color: rgb(80,112,253); }
H1.HeaderClassName
{
color: #5070FD;
}
.AnyTagClassName
{
color: #5070FD;
}
</style>
background-color css
<style>
a { background-color: #5070FD; }
a { background-color: rgb(80,112,253); }
div.DivClassName
{
background-color: #5070FD;
}
.BgClassName
{
background-color: #5070FD;
}
</style>
border-color css
<style>
span { border-color: #5070FD; }
span { border-color: rgb(80,112,253); }
td.TdClassName
{
border-color: #5070FD;
}
.TagClassName
{
border-color: #5070FD;
}
</style>