Shades of Royal Blue #5067D1
Tints of Royal Blue #5067D1
RGB
CMYK
RGB Variations
Color information
#5067D1 (or 0x5067D1) is known color: Royal Blue. HEX triplet: 50, 67 and D1. RGB value is (80,103,209). Sum of RGB (Red+Green+Blue) = 80+103+209=392 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.41% from 392); Green value is 103 (40.62% from 255 or 26.28% from 392); Blue value is 209 (82.03% from 255 or 53.32% from 392); Max value from RGB is 209 - color contains mainly: blue. Hex color #5067D1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5067D1 is #AF982E. Grayscale: #6B6B6B. Windows color (decimal): -11507759 or 13723472. OLE color: 13723472.
HSL color Cylindrical-coordinate representation of color #5067D1: hue angle of 229.3º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5067D1 is Cyan = 0.62, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 80 | 103 | 209 | - |
| CMYK | 0.62 | 0.51 | 0 | 0.18 |
| HSL | 229.3º | 0.58% | 0.57% | - |
| HSV(B) | 229.3º | 0.62% | 0.82% | - |
| XYZ | 19.67 | 16.01 | 62.38 | - |
| YUV | 108.21 | 184.88 | 107.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 103 | 209 | 0.62 | 0.51 | 0 | 0.18 | 229.3 | 0.58 | 0.57 |
| Hex | 50 | 67 | D1 | 3E | 33 | 0 | 12 | E5 | 3A | 39 |
| Octal | 120 | 147 | 321 | 76 | 63 | 0 | 22 | 345 | 72 | 71 |
| Binary | 1010000 | 1100111 | 11010001 | 111110 | 110011 | 0 | 10010 | 11100101 | 111010 | 111001 |
Color Harmonies of #5067D1
Complementary color
Monochromatic Colors of #5067D1
Black with #5067D1
Text Example
Text Example
White with #5067D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5067D1; }
p { color: rgb(80,103,209); }
H1.HeaderClassName
{
color: #5067D1;
}
.AnyTagClassName
{
color: #5067D1;
}
</style>
background-color css
<style>
a { background-color: #5067D1; }
a { background-color: rgb(80,103,209); }
div.DivClassName
{
background-color: #5067D1;
}
.BgClassName
{
background-color: #5067D1;
}
</style>
border-color css
<style>
span { border-color: #5067D1; }
span { border-color: rgb(80,103,209); }
td.TdClassName
{
border-color: #5067D1;
}
.TagClassName
{
border-color: #5067D1;
}
</style>