Shades of Royal Blue #5067D7
Tints of Royal Blue #5067D7
RGB
CMYK
RGB Variations
Color information
#5067D7 (or 0x5067D7) is known color: Royal Blue. HEX triplet: 50, 67 and D7. RGB value is (80,103,215). Sum of RGB (Red+Green+Blue) = 80+103+215=398 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.10% from 398); Green value is 103 (40.62% from 255 or 25.88% from 398); Blue value is 215 (84.38% from 255 or 54.02% from 398); Max value from RGB is 215 - color contains mainly: blue. Hex color #5067D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5067D7 is #AF9828. Grayscale: #6C6C6C. Windows color (decimal): -11507753 or 14116688. OLE color: 14116688.
HSL color Cylindrical-coordinate representation of color #5067D7: hue angle of 229.78º degrees, saturation: 0.63, 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 #5067D7 is Cyan = 0.63, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 80 | 103 | 215 | - |
| CMYK | 0.63 | 0.52 | 0 | 0.16 |
| HSL | 229.78º | 0.63% | 0.58% | - |
| HSV(B) | 229.78º | 0.63% | 0.84% | - |
| XYZ | 20.42 | 16.31 | 66.36 | - |
| YUV | 108.89 | 187.88 | 107.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 103 | 215 | 0.63 | 0.52 | 0 | 0.16 | 229.78 | 0.63 | 0.58 |
| Hex | 50 | 67 | D7 | 3F | 34 | 0 | 10 | E6 | 3F | 3A |
| Octal | 120 | 147 | 327 | 77 | 64 | 0 | 20 | 346 | 77 | 72 |
| Binary | 1010000 | 1100111 | 11010111 | 111111 | 110100 | 0 | 10000 | 11100110 | 111111 | 111010 |
Color Harmonies of #5067D7
Complementary color
Monochromatic Colors of #5067D7
Black with #5067D7
Text Example
Text Example
White with #5067D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5067D7; }
p { color: rgb(80,103,215); }
H1.HeaderClassName
{
color: #5067D7;
}
.AnyTagClassName
{
color: #5067D7;
}
</style>
background-color css
<style>
a { background-color: #5067D7; }
a { background-color: rgb(80,103,215); }
div.DivClassName
{
background-color: #5067D7;
}
.BgClassName
{
background-color: #5067D7;
}
</style>
border-color css
<style>
span { border-color: #5067D7; }
span { border-color: rgb(80,103,215); }
td.TdClassName
{
border-color: #5067D7;
}
.TagClassName
{
border-color: #5067D7;
}
</style>