Shades of Royal Blue #5075DA
Tints of Royal Blue #5075DA
RGB
CMYK
RGB Variations
Color information
#5075DA (or 0x5075DA) is known color: Royal Blue. HEX triplet: 50, 75 and DA. RGB value is (80,117,218). Sum of RGB (Red+Green+Blue) = 80+117+218=415 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.28% from 415); Green value is 117 (46.09% from 255 or 28.19% from 415); Blue value is 218 (85.55% from 255 or 52.53% from 415); Max value from RGB is 218 - color contains mainly: blue. Hex color #5075DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5075DA is #AF8A25. Grayscale: #757575. Windows color (decimal): -11504166 or 14316880. OLE color: 14316880.
HSL color Cylindrical-coordinate representation of color #5075DA: hue angle of 223.91º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5075DA is Cyan = 0.63, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 80 | 117 | 218 | - |
| CMYK | 0.63 | 0.46 | 0 | 0.15 |
| HSL | 223.91º | 0.65% | 0.58% | - |
| HSV(B) | 223.91º | 0.63% | 0.85% | - |
| XYZ | 22.32 | 19.49 | 68.91 | - |
| YUV | 117.45 | 184.74 | 101.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 117 | 218 | 0.63 | 0.46 | 0 | 0.15 | 223.91 | 0.65 | 0.58 |
| Hex | 50 | 75 | DA | 3F | 2E | 0 | F | E0 | 41 | 3A |
| Octal | 120 | 165 | 332 | 77 | 56 | 0 | 17 | 340 | 101 | 72 |
| Binary | 1010000 | 1110101 | 11011010 | 111111 | 101110 | 0 | 1111 | 11100000 | 1000001 | 111010 |
Color Harmonies of #5075DA
Complementary color
Monochromatic Colors of #5075DA
Black with #5075DA
Text Example
Text Example
White with #5075DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5075DA; }
p { color: rgb(80,117,218); }
H1.HeaderClassName
{
color: #5075DA;
}
.AnyTagClassName
{
color: #5075DA;
}
</style>
background-color css
<style>
a { background-color: #5075DA; }
a { background-color: rgb(80,117,218); }
div.DivClassName
{
background-color: #5075DA;
}
.BgClassName
{
background-color: #5075DA;
}
</style>
border-color css
<style>
span { border-color: #5075DA; }
span { border-color: rgb(80,117,218); }
td.TdClassName
{
border-color: #5075DA;
}
.TagClassName
{
border-color: #5075DA;
}
</style>