#5072ef

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

Shades of Royal Blue #5072EF

Tints of Royal Blue #5072EF

Color information

#5072EF (or 0x5072EF) is unknown color: approx Royal Blue. HEX triplet: 50, 72 and EF. RGB value is (80,114,239). Sum of RGB (Red+Green+Blue) = 80+114+239=433 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.48% from 433); Green value is 114 (44.92% from 255 or 26.33% from 433); Blue value is 239 (93.75% from 255 or 55.20% from 433); Max value from RGB is 239 - color contains mainly: blue. Hex color #5072EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5072EF is #AF8D10. Grayscale: #757575. Windows color (decimal): -11504913 or 15692368. OLE color: 15692368.

HSL color Cylindrical-coordinate representation of color #5072EF: hue angle of 227.17º 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 #5072EF is Cyan = 0.67, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB80114239-
CMYK0.670.5200.06
HSL227.17º83.25%62.55%-
HSV(B)227.17º66.53%93.73%-
XYZ24.9119.9784.2-
YUV118.08196.24100.84-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.48%
GREEN value IS 114 (44.92% from 255) = 26.33%
BLUE value IS 239 (93.75% from 255) = 55.20%
R=18.48%
G=26.33%
B=55.20%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal801142390.670.5200.06227.1783.2562.55
Hex5072EF433406e3533f
Octal120162357103640634312377
Binary101000011100101110111110000111101000110111000111010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5072ef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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