COLOR #020BB0

HEX: #020BB0
RGB: (2,11,176)

Color info

#020BB0 contains mainly blue color. Web safe color of #020BB0 is #000099 (or #009).

RGB color model

#020BB0 color RGB value is (2,11,176).

  • red value is 2;
  • green value is 11;
  • blue value is 176.
RGB:
(2,11,176)
(1%,4%,69%)

RGB channels and saturation

R 2 of 255 = 1%
G 11 of 255 = 4%
B 176 of 255 = 69%

2
11
176

R + G + B ~ 25%. #020BB0 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
2 + 11 + 176 = 189 (100%)
R 2 of 189 ~ 1.06%
G 11 of 189 ~ 5.82%
B 176 of 189 ~ 93.12%

%93.12

CMYK color model

#020BB0 color CMYK value is (99,94,0,31).

  • cyan value is 98.86%
  • magenta value is 93.75%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(99,94,0,31)
C99M94Y0K31 
(99%,94%,0%,31%)
(0.99/0.94/0.00/0.31)	

CMYK percentages

%98.86
%93.75
%0
%30.98

Codes

Color #020BB0 in popluar color models

020BB0
RGB211176
HSL237°97.75%34.90%
HSB/HSV237°98.86%69.02%
CMYK98.86%93.75%0.00%
30.98%

Color #020BB0 in popluar number systems.

HEX020BB0
Decimal211176
Binary10101110110000
Octal213260

Shades and tints

Shades of #020BB0

#020BB0
(2,11,176)
#020AA0
(2,10,160)
#020990
(2,9,144)
#020880
(2,8,128)
#020770
(2,7,112)
#020660
(2,6,96)
#020550
(2,5,80)
#020440
(2,4,64)
#020330
(2,3,48)
#020220
(2,2,32)
#020110
(2,1,16)
#000000
(0,0,0)

Tints of #020BB0

#020BB0
(2,11,176)
#1921B7
(25,33,183)
#3037BE
(48,55,190)
#474DC5
(71,77,197)
#5E63CC
(94,99,204)
#7579D3
(117,121,211)
#8C8FDA
(140,143,218)
#A3A5E1
(163,165,225)
#BABBE8
(186,187,232)
#D1D1EF
(209,209,239)
#E8E7F6
(232,231,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #020BB0 color. Also use rgb(2,11,176) instead hex code.

Text Font Color

.myTextColor { color: #020BB0; }

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

This text font color is #020BB0.


Background Color

.myBgColor { background-color: #020BB0; }

<div style="background-color:#020BB0">Inner text</div>

This div background color is #020BB0.


Border color

.myBorderColor { border: 1px solid #020BB0; }

<div style="border:3px solid #020BB0">Div</div>

This div border color is #020BB0.


Opacity

.myOpacity80 { color: #020BB0; opacity: 0.8; }

<p style="color:#020BB0;opacity:0.8;">80%</p>

Text with #020BB0 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 #020BB0;}

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

This text has shadow with #020BB0 color.

.textShadow {text-shadow: 3px 3px 1px #020BB0, 3px 3px 1px red;}

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

This text has shadow with #020BB0 primary color and red secondary color.


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

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

This text has shadow with #020BB0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #020BB0 on black background.


Color preview on white background

This text has color #020BB0 on white background.



Black color preview on #020BB0 background

This text has black color on #020BB0 background.


White color preview on #020BB0 background

This text has white color on #020BB0 background.