COLOR #0054D1

HEX: #0054D1
RGB: (0,84,209)

Color info

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

RGB color model

#0054D1 color RGB value is (0,84,209).

  • red value is 0;
  • green value is 84;
  • blue value is 209.
RGB:
(0,84,209)
(0%,33%,82%)

RGB channels and saturation

R 0 of 255 = 0%
G 84 of 255 = 33%
B 209 of 255 = 82%

0
84
209

R + G + B ~ 38%. #0054D1 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 84 + 209 = 293 (100%)
R 0 of 293 ~ 0%
G 84 of 293 ~ 28.67%
B 209 of 293 ~ 71.33%

%28.67
%71.33

CMYK color model

#0054D1 color CMYK value is (100,60,0,18).

  • cyan value is 100.00%
  • magenta value is 59.81%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(100,60,0,18)
C100M60Y0K18 
(100%,60%,0%,18%)
(1.00/0.60/0.00/0.18)	

CMYK percentages

%100
%59.81
%0
%18.04

Codes

Color #0054D1 in popluar color models

0054D1
RGB084209
HSL216°100.00%40.98%
HSB/HSV216°100.00%81.96%
CMYK100.00%59.81%0.00%
18.04%

Color #0054D1 in popluar number systems.

HEX0054D1
Decimal084209
Binary0101010011010001
Octal0124321

Shades and tints

Shades of #0054D1

#0054D1
(0,84,209)
#004DBE
(0,77,190)
#0046AB
(0,70,171)
#003F98
(0,63,152)
#003885
(0,56,133)
#003172
(0,49,114)
#002A5F
(0,42,95)
#00234C
(0,35,76)
#001C39
(0,28,57)
#001526
(0,21,38)
#000E13
(0,14,19)
#000000
(0,0,0)

Tints of #0054D1

#0054D1
(0,84,209)
#1763D5
(23,99,213)
#2E72D9
(46,114,217)
#4581DD
(69,129,221)
#5C90E1
(92,144,225)
#739FE5
(115,159,229)
#8AAEE9
(138,174,233)
#A1BDED
(161,189,237)
#B8CCF1
(184,204,241)
#CFDBF5
(207,219,245)
#E6EAF9
(230,234,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0054D1 color. Also use rgb(0,84,209) instead hex code.

Text Font Color

.myTextColor { color: #0054D1; }

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

This text font color is #0054D1.


Background Color

.myBgColor { background-color: #0054D1; }

<div style="background-color:#0054D1">Inner text</div>

This div background color is #0054D1.


Border color

.myBorderColor { border: 1px solid #0054D1; }

<div style="border:3px solid #0054D1">Div</div>

This div border color is #0054D1.


Opacity

.myOpacity80 { color: #0054D1; opacity: 0.8; }

<p style="color:#0054D1;opacity:0.8;">80%</p>

Text with #0054D1 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 #0054D1;}

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

This text has shadow with #0054D1 color.

.textShadow {text-shadow: 3px 3px 1px #0054D1, 3px 3px 1px red;}

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

This text has shadow with #0054D1 primary color and red secondary color.


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

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

This text has shadow with #0054D1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0054D1 on black background.


Color preview on white background

This text has color #0054D1 on white background.



Black color preview on #0054D1 background

This text has black color on #0054D1 background.


White color preview on #0054D1 background

This text has white color on #0054D1 background.