#5060E7

Color #5060E7 Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #5060E7

Tints of Royal Blue #5060E7

Color information

#5060E7 (or 0x5060E7) is unknown color: approx Royal Blue. HEX triplet: 50, 60 and E7. RGB value is (80,96,231). Sum of RGB (Red+Green+Blue) = 80+96+231=407 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.66% from 407); Green value is 96 (37.89% from 255 or 23.59% from 407); Blue value is 231 (90.62% from 255 or 56.76% from 407); Max value from RGB is 231 - color contains mainly: blue. Hex color #5060E7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5060E7 is #AF9F18. Grayscale: #6A6A6A. Windows color (decimal): -11509529 or 15163472. OLE color: 15163472.

HSL color Cylindrical-coordinate representation of color #5060E7: hue angle of 233.64º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5060E7 is Cyan = 0.65, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB8096231-
CMYK0.650.5800.09
HSL233.64º75.88%60.98%-
HSV(B)233.64º65.37%90.59%-
XYZ21.9115.8477.5-
YUV106.61198.2109.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 80 (31.64% from 255) = 19.66%
GREEN value IS 96 (37.89% from 255) = 23.59%
BLUE value IS 231 (90.62% from 255) = 56.76%
R=19.66%
G=23.59%
B=56.76%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal80962310.650.5800.09233.6475.8860.98
Hex5060E7413A09ea4c3d
Octal1201403471017201135211475
Binary1010000110000011100111100000111101001001111010101001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5060E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5060E7; }

 p { color: rgb(80,96,231); }

 H1.HeaderClassName
 {
   color: #5060E7;
 }
 .AnyTagClassName
 {
   color: #5060E7;
 }
</style>
background-color css

<style>
 a { background-color: #5060E7; }

 a { background-color: rgb(80,96,231); }

 div.DivClassName
 {
   background-color: #5060E7;
 }
 .BgClassName
 {
   background-color: #5060E7;
 }
</style>
border-color css

<style>
 span { border-color: #5060E7; }

 span { border-color: rgb(80,96,231); }

 td.TdClassName
 {
   border-color: #5060E7;
 }
 .TagClassName
 {
   border-color: #5060E7;
 }
</style>