Color Hex Logo

#021dbb Color Hex

#021DBB
(2,29,187)
0 Favorites   0 Comments

Color spaces of #021dbb

RGB 229187
HSL0.640.980.37
HSV231°99°73°
CMYK 0.990.840.00   0.27
XYZ9.43404.479547.3811
Yxy4.47950.15390.0731
Hunter Lab21.164842.5260-117.9155
CIE-Lab25.197253.9284-80.5281

#021dbb color RGB value is (2,29,187).

#021dbb hex color red value is 2, green value is 29 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #021dbb hue: 0.64 , saturation: 0.98 and the lightness value of 021dbb is 0.37.

The process color (four color CMYK) of #021dbb color hex is 0.99, 0.84, 0.00, 0.27. Web safe color of #021dbb is #0033cc. Color #021dbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 00011101 10111011
Octal 2 35 273
Decimal 2 29 187
Hex 2 1D BB

RGB Percentages of Color #021dbb

%0.92
%13.30
%85.78

CMYK Percentages of Color #021dbb

%99
%84
%0
%27

Triadic Colors of #021dbb

#021dbb #bb021d #1dbb02

Analogous Colors of #021dbb

#021dbb #4302bb #027abb

Monochromatic Colors of #021dbb

#021dbb

Complementary Color

#021dbb #bba002

#021dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#021dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#021dbb Color CSS Codes

.mybgcolor {background-color:#021dbb; } 
.myforecolor {color:#021dbb; }
.mybordercolor {border:3px solid #021dbb; }

#021dbb Text Font Color

<p style="color:#021dbb">Text here</p>

This sample text font color is #021dbb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#021dbb Background Color

<div style="background-color:#021dbb">
Div content here</div>

This div background color is #021dbb


#021dbb Border Color

<div style="border:3px solid #021dbb">
Div here</div>

This div border color is #021dbb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(2,29,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #021dbb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #021dbb;
  -webkit-box-shadow: 1px 1px 3px 2px #021dbb;
  box-shadow:         1px 1px 3px 2px #021dbb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(2,29,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #021dbb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #021dbb;
  -webkit-box-shadow: 1px 1px 3px 2px #021dbb;
  box-shadow:         1px 1px 3px 2px #021dbb;">
Div content here</div>

This div box has shadow with color #021dbb


Comments

No comments written yet.

Please login to write comment.