COLOR #002DB8

HEX: #002DB8
RGB: (0,45,184)

Color info

#002DB8 contains mainly blue color. Web safe color of #002DB8 is #0033CC (or #03C).

RGB color model

#002DB8 color RGB value is (0,45,184).

  • red value is 0;
  • green value is 45;
  • blue value is 184.
RGB:
(0,45,184)
(0%,18%,72%)

RGB channels and saturation

R 0 of 255 = 0%
G 45 of 255 = 18%
B 184 of 255 = 72%

0
45
184

R + G + B ~ 30%. #002DB8 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 45 + 184 = 229 (100%)
R 0 of 229 ~ 0%
G 45 of 229 ~ 19.65%
B 184 of 229 ~ 80.35%

%19.65
%80.35

CMYK color model

#002DB8 color CMYK value is (100,76,0,28).

  • cyan value is 100.00%
  • magenta value is 75.54%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(100,76,0,28)
C100M76Y0K28 
(100%,76%,0%,28%)
(1.00/0.76/0.00/0.28)	

CMYK percentages

%100
%75.54
%0
%27.84

Codes

Color #002DB8 in popluar color models

002DB8
RGB045184
HSL225°100.00%36.08%
HSB/HSV225°100.00%72.16%
CMYK100.00%75.54%0.00%
27.84%

Color #002DB8 in popluar number systems.

HEX002DB8
Decimal045184
Binary010110110111000
Octal055270

Shades and tints

Shades of #002DB8

#002DB8
(0,45,184)
#0029A8
(0,41,168)
#002598
(0,37,152)
#002188
(0,33,136)
#001D78
(0,29,120)
#001968
(0,25,104)
#001558
(0,21,88)
#001148
(0,17,72)
#000D38
(0,13,56)
#000928
(0,9,40)
#000518
(0,5,24)
#000000
(0,0,0)

Tints of #002DB8

#002DB8
(0,45,184)
#1740BE
(23,64,190)
#2E53C4
(46,83,196)
#4566CA
(69,102,202)
#5C79D0
(92,121,208)
#738CD6
(115,140,214)
#8A9FDC
(138,159,220)
#A1B2E2
(161,178,226)
#B8C5E8
(184,197,232)
#CFD8EE
(207,216,238)
#E6EBF4
(230,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #002DB8 color. Also use rgb(0,45,184) instead hex code.

Text Font Color

.myTextColor { color: #002DB8; }

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

This text font color is #002DB8.


Background Color

.myBgColor { background-color: #002DB8; }

<div style="background-color:#002DB8">Inner text</div>

This div background color is #002DB8.


Border color

.myBorderColor { border: 1px solid #002DB8; }

<div style="border:3px solid #002DB8">Div</div>

This div border color is #002DB8.


Opacity

.myOpacity80 { color: #002DB8; opacity: 0.8; }

<p style="color:#002DB8;opacity:0.8;">80%</p>

Text with #002DB8 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 #002DB8;}

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

This text has shadow with #002DB8 color.

.textShadow {text-shadow: 3px 3px 1px #002DB8, 3px 3px 1px red;}

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

This text has shadow with #002DB8 primary color and red secondary color.


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

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

This text has shadow with #002DB8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #002DB8 on black background.


Color preview on white background

This text has color #002DB8 on white background.



Black color preview on #002DB8 background

This text has black color on #002DB8 background.


White color preview on #002DB8 background

This text has white color on #002DB8 background.