COLOR #5085E9

HEX: #5085E9
RGB: (80,133,233)

Color info

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

RGB color model

#5085E9 color RGB value is (80,133,233).

  • red value is 80;
  • green value is 133;
  • blue value is 233.
RGB:
(80,133,233)
(31%,52%,91%)

RGB channels and saturation

R 80 of 255 = 31%
G 133 of 255 = 52%
B 233 of 255 = 91%

80
133
233

R + G + B ~ 58%. #5085E9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
80 + 133 + 233 = 446 (100%)
R 80 of 446 ~ 17.94%
G 133 of 446 ~ 29.82%
B 233 of 446 ~ 52.24%

%17.94
%29.82
%52.24

CMYK color model

#5085E9 color CMYK value is (66,43,0,9).

  • cyan value is 65.67%
  • magenta value is 42.92%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(66,43,0,9)
C66M43Y0K9 
(66%,43%,0%,9%)
(0.66/0.43/0.00/0.09)	

CMYK percentages

%65.67
%42.92
%0
%8.63

Codes

Color #5085E9 in popluar color models

5085E9
RGB80133233
HSL219°77.66%61.37%
HSB/HSV219°65.67%91.37%
CMYK65.67%42.92%0.00%
8.63%

Color #5085E9 in popluar number systems.

HEX5085E9
Decimal80133233
Binary10100001000010111101001
Octal120205351

Shades and tints

Shades of #5085E9

#5085E9
(80,133,233)
#4979D4
(73,121,212)
#426DBF
(66,109,191)
#3B61AA
(59,97,170)
#345595
(52,85,149)
#2D4980
(45,73,128)
#263D6B
(38,61,107)
#1F3156
(31,49,86)
#182541
(24,37,65)
#11192C
(17,25,44)
#0A0D17
(10,13,23)
#000000
(0,0,0)

Tints of #5085E9

#5085E9
(80,133,233)
#5F90EB
(95,144,235)
#6E9BED
(110,155,237)
#7DA6EF
(125,166,239)
#8CB1F1
(140,177,241)
#9BBCF3
(155,188,243)
#AAC7F5
(170,199,245)
#B9D2F7
(185,210,247)
#C8DDF9
(200,221,249)
#D7E8FB
(215,232,251)
#E6F3FD
(230,243,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5085E9 color. Also use rgb(80,133,233) instead hex code.

Text Font Color

.myTextColor { color: #5085E9; }

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

This text font color is #5085E9.


Background Color

.myBgColor { background-color: #5085E9; }

<div style="background-color:#5085E9">Inner text</div>

This div background color is #5085E9.


Border color

.myBorderColor { border: 1px solid #5085E9; }

<div style="border:3px solid #5085E9">Div</div>

This div border color is #5085E9.


Opacity

.myOpacity80 { color: #5085E9; opacity: 0.8; }

<p style="color:#5085E9;opacity:0.8;">80%</p>

Text with #5085E9 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 #5085E9;}

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

This text has shadow with #5085E9 color.

.textShadow {text-shadow: 3px 3px 1px #5085E9, 3px 3px 1px red;}

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

This text has shadow with #5085E9 primary color and red secondary color.


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

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

This text has shadow with #5085E9 and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #5085E9;
-webkit-box-shadow: 1px 1px 3px 2px #5085E9;
box-shadow:1px 1px 3px 2px #5085E9;">
Div content here</div>
This div box has shadow with color #5085E9.

Preview

Color preview on black background

This text has color #5085E9 on black background.


Color preview on white background

This text has color #5085E9 on white background.



Black color preview on #5085E9 background

This text has black color on #5085E9 background.


White color preview on #5085E9 background

This text has white color on #5085E9 background.