#5076EB

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

Shades of Royal Blue #5076EB

Tints of Royal Blue #5076EB

Color information

#5076EB (or 0x5076EB) is unknown color: approx Royal Blue. HEX triplet: 50, 76 and EB. RGB value is (80,118,235). Sum of RGB (Red+Green+Blue) = 80+118+235=433 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.48% from 433); Green value is 118 (46.48% from 255 or 27.25% from 433); Blue value is 235 (92.19% from 255 or 54.27% from 433); Max value from RGB is 235 - color contains mainly: blue. Hex color #5076EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5076EB is #AF8914. Grayscale: #777777. Windows color (decimal): -11503893 or 15431248. OLE color: 15431248.

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

Color convert

RGB80118235-
CMYK0.660.5000.08
HSL225.29º79.49%61.76%-
HSV(B)225.29º65.96%92.16%-
XYZ24.7820.6681.28-
YUV119.98192.9199.49-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.48%
GREEN value IS 118 (46.48% from 255) = 27.25%
BLUE value IS 235 (92.19% from 255) = 54.27%
R=18.48%
G=27.25%
B=54.27%

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
Decimal801182350.660.5000.08225.2979.4961.76
Hex5076EB423208e14f3e
Octal1201663531026201034111776
Binary1010000111011011101011100001011001001000111000011001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5076EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5076EB; }

 p { color: rgb(80,118,235); }

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

<style>
 a { background-color: #5076EB; }

 a { background-color: rgb(80,118,235); }

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

<style>
 span { border-color: #5076EB; }

 span { border-color: rgb(80,118,235); }

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