Shades of Royal Blue #5075D6
Tints of Royal Blue #5075D6
RGB
CMYK
RGB Variations
Color information
#5075D6 (or 0x5075D6) is known color: Royal Blue. HEX triplet: 50, 75 and D6. RGB value is (80,117,214). Sum of RGB (Red+Green+Blue) = 80+117+214=411 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.46% from 411); Green value is 117 (46.09% from 255 or 28.47% from 411); Blue value is 214 (83.98% from 255 or 52.07% from 411); Max value from RGB is 214 - color contains mainly: blue. Hex color #5075D6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5075D6 is #AF8A29. Grayscale: #747474. Windows color (decimal): -11504170 or 14054736. OLE color: 14054736.
HSL color Cylindrical-coordinate representation of color #5075D6: hue angle of 223.43º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5075D6 is Cyan = 0.63, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 80 | 117 | 214 | - |
| CMYK | 0.63 | 0.45 | 0 | 0.16 |
| HSL | 223.43º | 0.62% | 0.58% | - |
| HSV(B) | 223.43º | 0.63% | 0.84% | - |
| XYZ | 21.81 | 19.28 | 66.19 | - |
| YUV | 117 | 182.74 | 101.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 117 | 214 | 0.63 | 0.45 | 0 | 0.16 | 223.43 | 0.62 | 0.58 |
| Hex | 50 | 75 | D6 | 3F | 2D | 0 | 10 | DF | 3E | 3A |
| Octal | 120 | 165 | 326 | 77 | 55 | 0 | 20 | 337 | 76 | 72 |
| Binary | 1010000 | 1110101 | 11010110 | 111111 | 101101 | 0 | 10000 | 11011111 | 111110 | 111010 |
Color Harmonies of #5075D6
Complementary color
Monochromatic Colors of #5075D6
Black with #5075D6
Text Example
Text Example
White with #5075D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5075D6; }
p { color: rgb(80,117,214); }
H1.HeaderClassName
{
color: #5075D6;
}
.AnyTagClassName
{
color: #5075D6;
}
</style>
background-color css
<style>
a { background-color: #5075D6; }
a { background-color: rgb(80,117,214); }
div.DivClassName
{
background-color: #5075D6;
}
.BgClassName
{
background-color: #5075D6;
}
</style>
border-color css
<style>
span { border-color: #5075D6; }
span { border-color: rgb(80,117,214); }
td.TdClassName
{
border-color: #5075D6;
}
.TagClassName
{
border-color: #5075D6;
}
</style>