Color Hex Logo

#419edb Color Hex

#419EDB
(65,158,219)
0 Favorites   0 Comments

Color spaces of #419edb

RGB 65158219
HSL0.570.680.56
HSV204°70°86°
CMYK 0.700.280.00   0.14
XYZ27.193030.692071.5088
Yxy30.69200.21020.2372
Hunter Lab55.4004-9.3348-37.7492
CIE-Lab62.2468-7.8053-38.9372

#419edb color RGB value is (65,158,219).

#419edb hex color red value is 65, green value is 158 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #419edb hue: 0.57 , saturation: 0.68 and the lightness value of 419edb is 0.56.

The process color (four color CMYK) of #419edb color hex is 0.70, 0.28, 0.00, 0.14. Web safe color of #419edb is #3399cc. Color #419edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 10011110 11011011
Octal 101 236 333
Decimal 65 158 219
Hex 41 9E DB

RGB Percentages of Color #419edb

%14.71
%35.75
%49.55

CMYK Percentages of Color #419edb

%70
%28
%0
%14

Triadic Colors of #419edb

#419edb #db419e #9edb41

Analogous Colors of #419edb

#419edb #4151db #41dbcb

Monochromatic Colors of #419edb

#419edb

Complementary Color

#419edb #db7e41

#419edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#419edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#419edb Color CSS Codes

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

#419edb Text Font Color

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

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


#419edb Background Color

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

This div background color is #419edb


#419edb Border Color

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

This div border color is #419edb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(65,158,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 #419edb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #419edb


Comments

No comments written yet.

Please login to write comment.