COLOR #0854B4

HEX: #0854B4
RGB: (8,84,180)

Color info

#0854B4 contains mainly blue color. Web safe color of #0854B4 is #0066CC (or #06C).

RGB color model

#0854B4 color RGB value is (8,84,180).

  • red value is 8;
  • green value is 84;
  • blue value is 180.
RGB:
(8,84,180)
(3%,33%,71%)

RGB channels and saturation

R 8 of 255 = 3%
G 84 of 255 = 33%
B 180 of 255 = 71%

8
84
180

R + G + B ~ 36%. #0854B4 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 84 + 180 = 272 (100%)
R 8 of 272 ~ 2.94%
G 84 of 272 ~ 30.88%
B 180 of 272 ~ 66.18%

%30.88
%66.18

CMYK color model

#0854B4 color CMYK value is (96,53,0,29).

  • cyan value is 95.56%
  • magenta value is 53.33%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(96,53,0,29)
C96M53Y0K29 
(96%,53%,0%,29%)
(0.96/0.53/0.00/0.29)	

CMYK percentages

%95.56
%53.33
%0
%29.41

Codes

Color #0854B4 in popluar color models

0854B4
RGB884180
HSL213°91.49%36.86%
HSB/HSV213°95.56%70.59%
CMYK95.56%53.33%0.00%
29.41%

Color #0854B4 in popluar number systems.

HEX0854B4
Decimal884180
Binary1000101010010110100
Octal10124264

Shades and tints

Shades of #0854B4

#0854B4
(8,84,180)
#084DA4
(8,77,164)
#084694
(8,70,148)
#083F84
(8,63,132)
#083874
(8,56,116)
#083164
(8,49,100)
#082A54
(8,42,84)
#082344
(8,35,68)
#081C34
(8,28,52)
#081524
(8,21,36)
#080E14
(8,14,20)
#000000
(0,0,0)

Tints of #0854B4

#0854B4
(8,84,180)
#1E63BA
(30,99,186)
#3472C0
(52,114,192)
#4A81C6
(74,129,198)
#6090CC
(96,144,204)
#769FD2
(118,159,210)
#8CAED8
(140,174,216)
#A2BDDE
(162,189,222)
#B8CCE4
(184,204,228)
#CEDBEA
(206,219,234)
#E4EAF0
(228,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0854B4 color. Also use rgb(8,84,180) instead hex code.

Text Font Color

.myTextColor { color: #0854B4; }

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

This text font color is #0854B4.


Background Color

.myBgColor { background-color: #0854B4; }

<div style="background-color:#0854B4">Inner text</div>

This div background color is #0854B4.


Border color

.myBorderColor { border: 1px solid #0854B4; }

<div style="border:3px solid #0854B4">Div</div>

This div border color is #0854B4.


Opacity

.myOpacity80 { color: #0854B4; opacity: 0.8; }

<p style="color:#0854B4;opacity:0.8;">80%</p>

Text with #0854B4 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 #0854B4;}

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

This text has shadow with #0854B4 color.

.textShadow {text-shadow: 3px 3px 1px #0854B4, 3px 3px 1px red;}

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

This text has shadow with #0854B4 primary color and red secondary color.


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

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

This text has shadow with #0854B4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0854B4 on black background.


Color preview on white background

This text has color #0854B4 on white background.



Black color preview on #0854B4 background

This text has black color on #0854B4 background.


White color preview on #0854B4 background

This text has white color on #0854B4 background.