COLOR #085DB2

HEX: #085DB2
RGB: (8,93,178)

Color info

#085DB2 contains mainly blue color. Web safe color of #085DB2 is #006699 (or #069).

RGB color model

#085DB2 color RGB value is (8,93,178).

  • red value is 8;
  • green value is 93;
  • blue value is 178.
RGB:
(8,93,178)
(3%,36%,70%)

RGB channels and saturation

R 8 of 255 = 3%
G 93 of 255 = 36%
B 178 of 255 = 70%

8
93
178

R + G + B ~ 36%. #085DB2 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 93 + 178 = 279 (100%)
R 8 of 279 ~ 2.87%
G 93 of 279 ~ 33.33%
B 178 of 279 ~ 63.8%

%33.33
%63.8

CMYK color model

#085DB2 color CMYK value is (96,48,0,30).

  • cyan value is 95.51%
  • magenta value is 47.75%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(96,48,0,30)
C96M48Y0K30 
(96%,48%,0%,30%)
(0.96/0.48/0.00/0.30)	

CMYK percentages

%95.51
%47.75
%0
%30.2

Codes

Color #085DB2 in popluar color models

085DB2
RGB893178
HSL210°91.40%36.47%
HSB/HSV210°95.51%69.80%
CMYK95.51%47.75%0.00%
30.20%

Color #085DB2 in popluar number systems.

HEX085DB2
Decimal893178
Binary1000101110110110010
Octal10135262

Shades and tints

Shades of #085DB2

#085DB2
(8,93,178)
#0855A2
(8,85,162)
#084D92
(8,77,146)
#084582
(8,69,130)
#083D72
(8,61,114)
#083562
(8,53,98)
#082D52
(8,45,82)
#082542
(8,37,66)
#081D32
(8,29,50)
#081522
(8,21,34)
#080D12
(8,13,18)
#000000
(0,0,0)

Tints of #085DB2

#085DB2
(8,93,178)
#1E6BB9
(30,107,185)
#3479C0
(52,121,192)
#4A87C7
(74,135,199)
#6095CE
(96,149,206)
#76A3D5
(118,163,213)
#8CB1DC
(140,177,220)
#A2BFE3
(162,191,227)
#B8CDEA
(184,205,234)
#CEDBF1
(206,219,241)
#E4E9F8
(228,233,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #085DB2 color. Also use rgb(8,93,178) instead hex code.

Text Font Color

.myTextColor { color: #085DB2; }

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

This text font color is #085DB2.


Background Color

.myBgColor { background-color: #085DB2; }

<div style="background-color:#085DB2">Inner text</div>

This div background color is #085DB2.


Border color

.myBorderColor { border: 1px solid #085DB2; }

<div style="border:3px solid #085DB2">Div</div>

This div border color is #085DB2.


Opacity

.myOpacity80 { color: #085DB2; opacity: 0.8; }

<p style="color:#085DB2;opacity:0.8;">80%</p>

Text with #085DB2 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 #085DB2;}

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

This text has shadow with #085DB2 color.

.textShadow {text-shadow: 3px 3px 1px #085DB2, 3px 3px 1px red;}

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

This text has shadow with #085DB2 primary color and red secondary color.


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

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

This text has shadow with #085DB2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #085DB2 on black background.


Color preview on white background

This text has color #085DB2 on white background.



Black color preview on #085DB2 background

This text has black color on #085DB2 background.


White color preview on #085DB2 background

This text has white color on #085DB2 background.