#5074EA

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

Shades of Royal Blue #5074EA

Tints of Royal Blue #5074EA

Color information

#5074EA (or 0x5074EA) is unknown color: approx Royal Blue. HEX triplet: 50, 74 and EA. RGB value is (80,116,234). Sum of RGB (Red+Green+Blue) = 80+116+234=430 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.60% from 430); Green value is 116 (45.70% from 255 or 26.98% from 430); Blue value is 234 (91.80% from 255 or 54.42% from 430); Max value from RGB is 234 - color contains mainly: blue. Hex color #5074EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5074EA is #AF8B15. Grayscale: #767676. Windows color (decimal): -11504406 or 15365200. OLE color: 15365200.

HSL color Cylindrical-coordinate representation of color #5074EA: hue angle of 225.97º 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 #5074EA is Cyan = 0.66, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB80116234-
CMYK0.660.5000.08
HSL225.97º78.57%61.57%-
HSV(B)225.97º65.81%91.76%-
XYZ24.420.1480.44-
YUV118.69193.07100.41-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.60%
GREEN value IS 116 (45.70% from 255) = 26.98%
BLUE value IS 234 (91.80% from 255) = 54.42%
R=18.60%
G=26.98%
B=54.42%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal801162340.660.5000.08225.9778.5761.57
Hex5074EA423208e24f3e
Octal1201643521026201034211776
Binary1010000111010011101010100001011001001000111000101001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5074EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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