Color Hex Logo

#021edb Color Hex

#021EDB
(2,30,219)
0 Favorites   0 Comments

Color spaces of #021edb

RGB 230219
HSL0.650.980.43
HSV232°99°86°
CMYK 0.990.860.00   0.14
XYZ13.27556.055967.4870
Yxy6.05590.15290.0698
Hunter Lab24.608753.2288-145.3708
CIE-Lab29.553163.0730-91.9834

#021edb color RGB value is (2,30,219).

#021edb hex color red value is 2, green value is 30 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #021edb hue: 0.65 , saturation: 0.98 and the lightness value of 021edb is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 00000010 00011110 11011011
Octal 2 36 333
Decimal 2 30 219
Hex 2 1E DB

RGB Percentages of Color #021edb

%0.80
%11.95
%87.25

CMYK Percentages of Color #021edb

%99
%86
%0
%14

Triadic Colors of #021edb

#021edb #db021e #1edb02

Analogous Colors of #021edb

#021edb #5202db #028bdb

Monochromatic Colors of #021edb

#021edb

Complementary Color

#021edb #dbbf02

#021edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#021edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#021edb Color CSS Codes

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

#021edb Text Font Color

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

This sample text font color is #021edb
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.


#021edb Background Color

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

This div background color is #021edb


#021edb Border Color

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

This div border color is #021edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #021edb


Comments

No comments written yet.

Please login to write comment.