#5072e9

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

Shades of Royal Blue #5072E9

Tints of Royal Blue #5072E9

Color information

#5072E9 (or 0x5072E9) is unknown color: approx Royal Blue. HEX triplet: 50, 72 and E9. RGB value is (80,114,233). Sum of RGB (Red+Green+Blue) = 80+114+233=427 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.74% from 427); Green value is 114 (44.92% from 255 or 26.70% from 427); Blue value is 233 (91.41% from 255 or 54.57% from 427); Max value from RGB is 233 - color contains mainly: blue. Hex color #5072E9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5072E9 is #AF8D16. Grayscale: #747474. Windows color (decimal): -11504919 or 15299152. OLE color: 15299152.

HSL color Cylindrical-coordinate representation of color #5072E9: hue angle of 226.67º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5072E9 is Cyan = 0.66, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB80114233-
CMYK0.660.5100.09
HSL226.67º77.66%61.37%-
HSV(B)226.67º65.67%91.37%-
XYZ24.0319.6279.61-
YUV117.4193.24101.32-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.74%
GREEN value IS 114 (44.92% from 255) = 26.70%
BLUE value IS 233 (91.41% from 255) = 54.57%
R=18.74%
G=26.70%
B=54.57%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal801142330.660.5100.09226.6777.6661.37
Hex5072E9423309e34e3d
Octal1201623511026301134311675
Binary1010000111001011101001100001011001101001111000111001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5072e9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5072e9; }

 p { color: rgb(80,114,233); }

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

<style>
 a { background-color: #5072e9; }

 a { background-color: rgb(80,114,233); }

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

<style>
 span { border-color: #5072e9; }

 span { border-color: rgb(80,114,233); }

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