COLOR #2B0ADD

HEX: #2B0ADD
RGB: (43,10,221)

Color info

#2B0ADD contains mainly blue color. Web safe color of #2B0ADD is #3300CC (or #30C).

RGB color model

#2B0ADD color RGB value is (43,10,221).

  • red value is 43;
  • green value is 10;
  • blue value is 221.
RGB:
(43,10,221)
(17%,4%,87%)

RGB channels and saturation

R 43 of 255 = 17%
G 10 of 255 = 4%
B 221 of 255 = 87%

43
10
221

R + G + B ~ 36%. #2B0ADD is quite dark color.

Portions of RGB colors in percentages

R + G + B =
43 + 10 + 221 = 274 (100%)
R 43 of 274 ~ 15.69%
G 10 of 274 ~ 3.65%
B 221 of 274 ~ 80.66%

%15.69
%80.66

CMYK color model

#2B0ADD color CMYK value is (81,95,0,13).

  • cyan value is 80.54%
  • magenta value is 95.48%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(81,95,0,13)
C81M95Y0K13 
(81%,95%,0%,13%)
(0.81/0.95/0.00/0.13)	

CMYK percentages

%80.54
%95.48
%0
%13.33

Codes

Color #2B0ADD in popluar color models

2B0ADD
RGB4310221
HSL249°91.34%45.29%
HSB/HSV249°95.48%86.67%
CMYK80.54%95.48%0.00%
13.33%

Color #2B0ADD in popluar number systems.

HEX2B0ADD
Decimal4310221
Binary101011101011011101
Octal5312335

Shades and tints

Shades of #2B0ADD

#2B0ADD
(43,10,221)
#280AC9
(40,10,201)
#250AB5
(37,10,181)
#220AA1
(34,10,161)
#1F0A8D
(31,10,141)
#1C0A79
(28,10,121)
#190A65
(25,10,101)
#160A51
(22,10,81)
#130A3D
(19,10,61)
#100A29
(16,10,41)
#0D0A15
(13,10,21)
#000000
(0,0,0)

Tints of #2B0ADD

#2B0ADD
(43,10,221)
#3E20E0
(62,32,224)
#5136E3
(81,54,227)
#644CE6
(100,76,230)
#7762E9
(119,98,233)
#8A78EC
(138,120,236)
#9D8EEF
(157,142,239)
#B0A4F2
(176,164,242)
#C3BAF5
(195,186,245)
#D6D0F8
(214,208,248)
#E9E6FB
(233,230,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2B0ADD color. Also use rgb(43,10,221) instead hex code.

Text Font Color

.myTextColor { color: #2B0ADD; }

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

This text font color is #2B0ADD.


Background Color

.myBgColor { background-color: #2B0ADD; }

<div style="background-color:#2B0ADD">Inner text</div>

This div background color is #2B0ADD.


Border color

.myBorderColor { border: 1px solid #2B0ADD; }

<div style="border:3px solid #2B0ADD">Div</div>

This div border color is #2B0ADD.


Opacity

.myOpacity80 { color: #2B0ADD; opacity: 0.8; }

<p style="color:#2B0ADD;opacity:0.8;">80%</p>

Text with #2B0ADD 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 #2B0ADD;}

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

This text has shadow with #2B0ADD color.

.textShadow {text-shadow: 3px 3px 1px #2B0ADD, 3px 3px 1px red;}

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

This text has shadow with #2B0ADD primary color and red secondary color.


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

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

This text has shadow with #2B0ADD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2B0ADD on black background.


Color preview on white background

This text has color #2B0ADD on white background.



Black color preview on #2B0ADD background

This text has black color on #2B0ADD background.


White color preview on #2B0ADD background

This text has white color on #2B0ADD background.