#5061ED

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

Shades of Royal Blue #5061ED

Tints of Royal Blue #5061ED

Color information

#5061ED (or 0x5061ED) is unknown color: approx Royal Blue. HEX triplet: 50, 61 and ED. RGB value is (80,97,237). Sum of RGB (Red+Green+Blue) = 80+97+237=414 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.32% from 414); Green value is 97 (38.28% from 255 or 23.43% from 414); Blue value is 237 (92.97% from 255 or 57.25% from 414); Max value from RGB is 237 - color contains mainly: blue. Hex color #5061ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5061ED is #AF9E12. Grayscale: #6B6B6B. Windows color (decimal): -11509267 or 15556944. OLE color: 15556944.

HSL color Cylindrical-coordinate representation of color #5061ED: hue angle of 233.5º degrees, saturation: 0.81, 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 #5061ED is Cyan = 0.66, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB8097237-
CMYK0.660.5900.07
HSL233.5º81.35%62.16%-
HSV(B)233.5º66.24%92.94%-
XYZ22.8716.3782.08-
YUV107.88200.87108.12-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.32%
GREEN value IS 97 (38.28% from 255) = 23.43%
BLUE value IS 237 (92.97% from 255) = 57.25%
R=19.32%
G=23.43%
B=57.25%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal80972370.660.5900.07233.581.3562.16
Hex5061ED423B07ea513e
Octal120141355102730735212176
Binary101000011000011110110110000101110110111111010101010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5061ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5061ED; }

 p { color: rgb(80,97,237); }

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

<style>
 a { background-color: #5061ED; }

 a { background-color: rgb(80,97,237); }

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

<style>
 span { border-color: #5061ED; }

 span { border-color: rgb(80,97,237); }

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