#5080EA

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

Shades of Royal Blue #5080EA

Tints of Royal Blue #5080EA

Color information

#5080EA (or 0x5080EA) is unknown color: approx Royal Blue. HEX triplet: 50, 80 and EA. RGB value is (80,128,234). Sum of RGB (Red+Green+Blue) = 80+128+234=442 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.10% from 442); Green value is 128 (50.39% from 255 or 28.96% from 442); Blue value is 234 (91.80% from 255 or 52.94% from 442); Max value from RGB is 234 - color contains mainly: blue. Hex color #5080EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5080EA is #AF7F15. Grayscale: #7D7D7D. Windows color (decimal): -11501334 or 15368272. OLE color: 15368272.

HSL color Cylindrical-coordinate representation of color #5080EA: hue angle of 221.3º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5080EA is Cyan = 0.66, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB80128234-
CMYK0.660.4500.08
HSL221.3º78.57%61.57%-
HSV(B)221.3º65.81%91.76%-
XYZ25.8823.0880.93-
YUV125.73189.195.38-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.10%
GREEN value IS 128 (50.39% from 255) = 28.96%
BLUE value IS 234 (91.80% from 255) = 52.94%
R=18.10%
G=28.96%
B=52.94%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal801282340.660.4500.08221.378.5761.57
Hex5080EA422D08dd4f3e
Octal1202003521025501033511776
Binary10100001000000011101010100001010110101000110111011001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5080EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5080EA; }

 p { color: rgb(80,128,234); }

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

<style>
 a { background-color: #5080EA; }

 a { background-color: rgb(80,128,234); }

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

<style>
 span { border-color: #5080EA; }

 span { border-color: rgb(80,128,234); }

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