Shades of Royal Blue #507AD6
Tints of Royal Blue #507AD6
RGB
CMYK
RGB Variations
Color information
#507AD6 (or 0x507AD6) is known color: Royal Blue. HEX triplet: 50, 7A and D6. RGB value is (80,122,214). Sum of RGB (Red+Green+Blue) = 80+122+214=416 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.23% from 416); Green value is 122 (48.05% from 255 or 29.33% from 416); Blue value is 214 (83.98% from 255 or 51.44% from 416); Max value from RGB is 214 - color contains mainly: blue. Hex color #507AD6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #507AD6 is #AF8529. Grayscale: #777777. Windows color (decimal): -11502890 or 14056016. OLE color: 14056016.
HSL color Cylindrical-coordinate representation of color #507AD6: hue angle of 221.19º 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 #507AD6 is Cyan = 0.63, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 80 | 122 | 214 | - |
| CMYK | 0.63 | 0.43 | 0 | 0.16 |
| HSL | 221.19º | 0.62% | 0.58% | - |
| HSV(B) | 221.19º | 0.63% | 0.84% | - |
| XYZ | 22.41 | 20.48 | 66.39 | - |
| YUV | 119.93 | 181.09 | 99.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 122 | 214 | 0.63 | 0.43 | 0 | 0.16 | 221.19 | 0.62 | 0.58 |
| Hex | 50 | 7A | D6 | 3F | 2B | 0 | 10 | DD | 3E | 3A |
| Octal | 120 | 172 | 326 | 77 | 53 | 0 | 20 | 335 | 76 | 72 |
| Binary | 1010000 | 1111010 | 11010110 | 111111 | 101011 | 0 | 10000 | 11011101 | 111110 | 111010 |
Color Harmonies of #507AD6
Complementary color
Monochromatic Colors of #507AD6
Black with #507AD6
Text Example
Text Example
White with #507AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507AD6; }
p { color: rgb(80,122,214); }
H1.HeaderClassName
{
color: #507AD6;
}
.AnyTagClassName
{
color: #507AD6;
}
</style>
background-color css
<style>
a { background-color: #507AD6; }
a { background-color: rgb(80,122,214); }
div.DivClassName
{
background-color: #507AD6;
}
.BgClassName
{
background-color: #507AD6;
}
</style>
border-color css
<style>
span { border-color: #507AD6; }
span { border-color: rgb(80,122,214); }
td.TdClassName
{
border-color: #507AD6;
}
.TagClassName
{
border-color: #507AD6;
}
</style>