Shades of Royal Blue #5065EF
Tints of Royal Blue #5065EF
RGB
CMYK
RGB Variations
Color information
#5065EF (or 0x5065EF) is known color: Royal Blue. HEX triplet: 50, 65 and EF. RGB value is (80,101,239). Sum of RGB (Red+Green+Blue) = 80+101+239=420 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.05% from 420); Green value is 101 (39.84% from 255 or 24.05% from 420); Blue value is 239 (93.75% from 255 or 56.90% from 420); Max value from RGB is 239 - color contains mainly: blue. Hex color #5065EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5065EF is #AF9A10. Grayscale: #6D6D6D. Windows color (decimal): -11508241 or 15689040. OLE color: 15689040.
HSL color Cylindrical-coordinate representation of color #5065EF: hue angle of 232.08º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5065EF is Cyan = 0.67, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 80 | 101 | 239 | - |
| CMYK | 0.67 | 0.58 | 0 | 0.06 |
| HSL | 232.08º | 0.83% | 0.63% | - |
| HSV(B) | 232.08º | 0.67% | 0.94% | - |
| XYZ | 23.54 | 17.24 | 83.75 | - |
| YUV | 110.45 | 200.54 | 106.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 101 | 239 | 0.67 | 0.58 | 0 | 0.06 | 232.08 | 0.83 | 0.63 |
| Hex | 50 | 65 | EF | 43 | 3A | 0 | 6 | E8 | 53 | 3F |
| Octal | 120 | 145 | 357 | 103 | 72 | 0 | 6 | 350 | 123 | 77 |
| Binary | 1010000 | 1100101 | 11101111 | 1000011 | 111010 | 0 | 110 | 11101000 | 1010011 | 111111 |
Color Harmonies of #5065EF
Complementary color
Monochromatic Colors of #5065EF
Black with #5065EF
Text Example
Text Example
White with #5065EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5065EF; }
p { color: rgb(80,101,239); }
H1.HeaderClassName
{
color: #5065EF;
}
.AnyTagClassName
{
color: #5065EF;
}
</style>
background-color css
<style>
a { background-color: #5065EF; }
a { background-color: rgb(80,101,239); }
div.DivClassName
{
background-color: #5065EF;
}
.BgClassName
{
background-color: #5065EF;
}
</style>
border-color css
<style>
span { border-color: #5065EF; }
span { border-color: rgb(80,101,239); }
td.TdClassName
{
border-color: #5065EF;
}
.TagClassName
{
border-color: #5065EF;
}
</style>