COLOR #5089ED

HEX: #5089ED RGB: (80,137,237)

Color info

#5089ED contains mainly blue color. Web safe color of #5089ED is #6699FF (or #69F).

RGB color model

#5089ED color RGB value is (80,137,237).

RGB: (80,137,237) (31%, 54%, 93%)

RGB channels and saturation

R 80 of 255 = 31%
G 137 of 255 = 54%
B 237 of 255 = 93%

80
137
237

R + G + B ~ 59%. #5089ED is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 80 + 137 + 237 = 454 (100%)
R 80 of 454 ~ 17.62%
G 137 of 454 ~ 30.18%
B 237 of 454 ~ 52.2'%

%17.62
%30.18
%52.2

CMYK color model

#5089ED color CMYK value is (66,42,0,7).

  • cyan value is 66.24%
  • magenta value is 42.19%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (66,42,0,7)
C66M42Y0K7 (66%, 42%, 0%, 7%)
(0.66 / 0.42 / 0.00 / 0.07)

CMYK percentages

%66.24
%42.19
%0
%7.06

Codes

Color #5089ED in popluar color models

50 89 ED
RGB 80 137 237
HSL 218° 81.35% 62.16%
HSB/HSV 218° 66.24% 92.94%
CMYK 66.24% 42.19% 0.00%
7.06%

Color #5089ED in popluar number systems.

HEX 50 89 ED
Decimal 80 137 237
Binary 1010000 10001001 11101101
Octal 120 211 355

Shades and tints

Shades of #5089ED

#5089ED
(80,137,237)
#497DD8
(73,125,216)
#4271C3
(66,113,195)
#3B65AE
(59,101,174)
#345999
(52,89,153)
#2D4D84
(45,77,132)
#26416F
(38,65,111)
#1F355A
(31,53,90)
#182945
(24,41,69)
#111D30
(17,29,48)
#0A111B
(10,17,27)
#000000
(0,0,0)

Tints of #5089ED

#5089ED
(80,137,237)
#5F93EE
(95,147,238)
#6E9DEF
(110,157,239)
#7DA7F0
(125,167,240)
#8CB1F1
(140,177,241)
#9BBBF2
(155,187,242)
#AAC5F3
(170,197,243)
#B9CFF4
(185,207,244)
#C8D9F5
(200,217,245)
#D7E3F6
(215,227,246)
#E6EDF7
(230,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5089ED color. Also use rgb(80,137,237) instead hex code.

Text Font Color

.myTextColor { color: #5089ED; }

<p style="color:#5089ED">This sample text font color is #5089ED.</p>

This text font color is #5089ED.

Background Color

.myBgColor { background-color: #5089ED; }

<div style="background-color:#5089ED">Inner text</div>

This div background color is #5089ED.

Border color

.myBorderColor { border: 1px solid #5089ED; }

<div style="border:3px solid #5089ED">Div</div>

This div border color is #5089ED.

Opacity

.myOpacity80 { color: #5089ED; opacity: 0.8; }

<p style="color:#5089ED;opacity:0.8;">80%</p>

Text with #5089ED color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #5089ED;}

<p style="text-shadow: 3px 3px 1px #5089ED">Text here.</p>

This text has shadow with #5089ED color.


.textShadow {text-shadow: 3px 3px 1px #5089ED', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #5089ED, 5px 5px 20px red">Text here.</p>

This text has shadow with #5089ED primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#5089ED, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#5089ED, Direction=45, Strength=4)">Text</p>

This text has shadow with #5089ED and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #5089ED;
-webkit-box-shadow: 1px 1px 3px 2px #5089ED;
box-shadow: 1px 1px 3px 2px #5089ED;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #5089ED; -webkit-box-shadow: 1px 1px 3px 2px #5089ED; box-shadow:1px 1px 3px 2px #5089ED;">
Div content here
</div>

This div box has shadow with color #5089ED.

Preview

Color preview on black background

This text has color #5089ED on black background.


Color preview on white background

This text has color #5089ED on white background.


Black color preview on #5089ED background

This text has black color on #5089ED background.


White color preview on #5089ED background

This text has white color on #5089ED background.


Related colors

Complementary color

Complementary color for #hex is #AF7612.


I love getcolorcode.com

Triadic colors

1 #ED5089 and #89ED50 with #5089ED are triadic colors.

2 #ED8950 and #8950ED with #5089ED are triadic colors.