COLOR #087DE8

HEX: #087DE8
RGB: (8,125,232)

Color info

#087DE8 contains mainly blue color. Web safe color of #087DE8 is #0066FF (or #06F).

RGB color model

#087DE8 color RGB value is (8,125,232).

  • red value is 8;
  • green value is 125;
  • blue value is 232.
RGB:
(8,125,232)
(3%,49%,91%)

RGB channels and saturation

R 8 of 255 = 3%
G 125 of 255 = 49%
B 232 of 255 = 91%

8
125
232

R + G + B ~ 48%. #087DE8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
8 + 125 + 232 = 365 (100%)
R 8 of 365 ~ 2.19%
G 125 of 365 ~ 34.25%
B 232 of 365 ~ 63.56%

%34.25
%63.56

CMYK color model

#087DE8 color CMYK value is (97,46,0,9).

  • cyan value is 96.55%
  • magenta value is 46.12%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(97,46,0,9)
C97M46Y0K9 
(97%,46%,0%,9%)
(0.97/0.46/0.00/0.09)	

CMYK percentages

%96.55
%46.12
%0
%9.02

Codes

Color #087DE8 in popluar color models

087DE8
RGB8125232
HSL209°93.33%47.06%
HSB/HSV209°96.55%90.98%
CMYK96.55%46.12%0.00%
9.02%

Color #087DE8 in popluar number systems.

HEX087DE8
Decimal8125232
Binary1000111110111101000
Octal10175350

Shades and tints

Shades of #087DE8

#087DE8
(8,125,232)
#0872D3
(8,114,211)
#0867BE
(8,103,190)
#085CA9
(8,92,169)
#085194
(8,81,148)
#08467F
(8,70,127)
#083B6A
(8,59,106)
#083055
(8,48,85)
#082540
(8,37,64)
#081A2B
(8,26,43)
#080F16
(8,15,22)
#000000
(0,0,0)

Tints of #087DE8

#087DE8
(8,125,232)
#1E88EA
(30,136,234)
#3493EC
(52,147,236)
#4A9EEE
(74,158,238)
#60A9F0
(96,169,240)
#76B4F2
(118,180,242)
#8CBFF4
(140,191,244)
#A2CAF6
(162,202,246)
#B8D5F8
(184,213,248)
#CEE0FA
(206,224,250)
#E4EBFC
(228,235,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #087DE8 color. Also use rgb(8,125,232) instead hex code.

Text Font Color

.myTextColor { color: #087DE8; }

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

This text font color is #087DE8.


Background Color

.myBgColor { background-color: #087DE8; }

<div style="background-color:#087DE8">Inner text</div>

This div background color is #087DE8.


Border color

.myBorderColor { border: 1px solid #087DE8; }

<div style="border:3px solid #087DE8">Div</div>

This div border color is #087DE8.


Opacity

.myOpacity80 { color: #087DE8; opacity: 0.8; }

<p style="color:#087DE8;opacity:0.8;">80%</p>

Text with #087DE8 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 #087DE8;}

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

This text has shadow with #087DE8 color.

.textShadow {text-shadow: 3px 3px 1px #087DE8, 3px 3px 1px red;}

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

This text has shadow with #087DE8 primary color and red secondary color.


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

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

This text has shadow with #087DE8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #087DE8 on black background.


Color preview on white background

This text has color #087DE8 on white background.



Black color preview on #087DE8 background

This text has black color on #087DE8 background.


White color preview on #087DE8 background

This text has white color on #087DE8 background.