#5060EE

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

Shades of Royal Blue #5060EE

Tints of Royal Blue #5060EE

Color information

#5060EE (or 0x5060EE) is unknown color: approx Royal Blue. HEX triplet: 50, 60 and EE. RGB value is (80,96,238). Sum of RGB (Red+Green+Blue) = 80+96+238=414 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.32% from 414); Green value is 96 (37.89% from 255 or 23.19% from 414); Blue value is 238 (93.36% from 255 or 57.49% from 414); Max value from RGB is 238 - color contains mainly: blue. Hex color #5060EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5060EE is #AF9F11. Grayscale: #6A6A6A. Windows color (decimal): -11509522 or 15622224. OLE color: 15622224.

HSL color Cylindrical-coordinate representation of color #5060EE: hue angle of 233.92º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5060EE is Cyan = 0.66, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB8096238-
CMYK0.660.6000.07
HSL233.92º82.29%62.35%-
HSV(B)233.92º66.39%93.33%-
XYZ22.9216.2482.82-
YUV107.4201.7108.45-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.32%
GREEN value IS 96 (37.89% from 255) = 23.19%
BLUE value IS 238 (93.36% from 255) = 57.49%
R=19.32%
G=23.19%
B=57.49%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal80962380.660.6000.07233.9282.2962.35
Hex5060EE423C07ea523e
Octal120140356102740735212276
Binary101000011000001110111010000101111000111111010101010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5060EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5060EE; }

 p { color: rgb(80,96,238); }

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

<style>
 a { background-color: #5060EE; }

 a { background-color: rgb(80,96,238); }

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

<style>
 span { border-color: #5060EE; }

 span { border-color: rgb(80,96,238); }

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