Shades of Royal Blue #5065D5
Tints of Royal Blue #5065D5
RGB
CMYK
RGB Variations
Color information
#5065D5 (or 0x5065D5) is known color: Royal Blue. HEX triplet: 50, 65 and D5. RGB value is (80,101,213). Sum of RGB (Red+Green+Blue) = 80+101+213=394 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.30% from 394); Green value is 101 (39.84% from 255 or 25.63% from 394); Blue value is 213 (83.59% from 255 or 54.06% from 394); Max value from RGB is 213 - color contains mainly: blue. Hex color #5065D5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5065D5 is #AF9A2A. Grayscale: #6B6B6B. Windows color (decimal): -11508267 or 13985104. OLE color: 13985104.
HSL color Cylindrical-coordinate representation of color #5065D5: hue angle of 230.53º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5065D5 is Cyan = 0.62, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 80 | 101 | 213 | - |
| CMYK | 0.62 | 0.53 | 0 | 0.16 |
| HSL | 230.53º | 0.61% | 0.57% | - |
| HSV(B) | 230.53º | 0.62% | 0.84% | - |
| XYZ | 19.97 | 15.82 | 64.95 | - |
| YUV | 107.49 | 187.54 | 108.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 101 | 213 | 0.62 | 0.53 | 0 | 0.16 | 230.53 | 0.61 | 0.57 |
| Hex | 50 | 65 | D5 | 3E | 35 | 0 | 10 | E7 | 3D | 39 |
| Octal | 120 | 145 | 325 | 76 | 65 | 0 | 20 | 347 | 75 | 71 |
| Binary | 1010000 | 1100101 | 11010101 | 111110 | 110101 | 0 | 10000 | 11100111 | 111101 | 111001 |
Color Harmonies of #5065D5
Complementary color
Monochromatic Colors of #5065D5
Black with #5065D5
Text Example
Text Example
White with #5065D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5065D5; }
p { color: rgb(80,101,213); }
H1.HeaderClassName
{
color: #5065D5;
}
.AnyTagClassName
{
color: #5065D5;
}
</style>
background-color css
<style>
a { background-color: #5065D5; }
a { background-color: rgb(80,101,213); }
div.DivClassName
{
background-color: #5065D5;
}
.BgClassName
{
background-color: #5065D5;
}
</style>
border-color css
<style>
span { border-color: #5065D5; }
span { border-color: rgb(80,101,213); }
td.TdClassName
{
border-color: #5065D5;
}
.TagClassName
{
border-color: #5065D5;
}
</style>