COLOR #002BDB

HEX: #002BDB RGB: (0,43,219)

Color info

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

RGB color model

#002BDB color RGB value is (0,43,219).

RGB: (0,43,219) (0%, 17%, 86%)

RGB channels and saturation

R 0 of 255 = 0%
G 43 of 255 = 17%
B 219 of 255 = 86%

0
43
219

R + G + B ~ 34%. #002BDB is quite dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 43 + 219 = 262 (100%)
R 0 of 262 ~ 0%
G 43 of 262 ~ 16.41%
B 219 of 262 ~ 83.59'%

%16.41
%83.59

CMYK color model

#002BDB color CMYK value is (100,80,0,14).

  • cyan value is 100.00%
  • magenta value is 80.37%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (100,80,0,14)
C100M80Y0K14 (100%, 80%, 0%, 14%)
(1.00 / 0.80 / 0.00 / 0.14)

CMYK percentages

%100
%80.37
%0
%14.12

Codes

Color #002BDB in popluar color models

00 2B DB
RGB 0 43 219
HSL 228° 100.00% 42.94%
HSB/HSV 228° 100.00% 85.88%
CMYK 100.00% 80.37% 0.00%
14.12%

Color #002BDB in popluar number systems.

HEX 00 2B DB
Decimal 0 43 219
Binary 0 101011 11011011
Octal 0 53 333

Shades and tints

Shades of #002BDB

#002BDB
(0,43,219)
#0028C8
(0,40,200)
#0025B5
(0,37,181)
#0022A2
(0,34,162)
#001F8F
(0,31,143)
#001C7C
(0,28,124)
#001969
(0,25,105)
#001656
(0,22,86)
#001343
(0,19,67)
#001030
(0,16,48)
#000D1D
(0,13,29)
#000000
(0,0,0)

Tints of #002BDB

#002BDB
(0,43,219)
#173EDE
(23,62,222)
#2E51E1
(46,81,225)
#4564E4
(69,100,228)
#5C77E7
(92,119,231)
#738AEA
(115,138,234)
#8A9DED
(138,157,237)
#A1B0F0
(161,176,240)
#B8C3F3
(184,195,243)
#CFD6F6
(207,214,246)
#E6E9F9
(230,233,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #002BDB color. Also use rgb(0,43,219) instead hex code.

Text Font Color

.myTextColor { color: #002BDB; }

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

This text font color is #002BDB.

Background Color

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

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

This div background color is #002BDB.

Border color

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

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

This div border color is #002BDB.

Opacity

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

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

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

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

This text has shadow with #002BDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #002BDB.

Preview

Color preview on black background

This text has color #002BDB on black background.


Color preview on white background

This text has color #002BDB on white background.


Black color preview on #002BDB background

This text has black color on #002BDB background.


White color preview on #002BDB background

This text has white color on #002BDB background.


Related colors

Complementary color

Complementary color for #hex is #FFD424.


I love getcolorcode.com

Triadic colors

1 #DB002B and #2BDB00 with #002BDB are triadic colors.

2 #DB2B00 and #2B00DB with #002BDB are triadic colors.