Color Hex Logo

#416edb Color Hex

#416EDB
(65,110,219)
0 Favorites   0 Comments

Color spaces of #416edb

RGB 65110219
HSL0.620.680.56
HSV222°70°86°
CMYK 0.700.500.00   0.14
XYZ20.542117.390269.2918
Yxy17.39020.19160.1622
Hunter Lab41.701614.9510-69.3259
CIE-Lab48.748020.9721-60.3955

#416edb color RGB value is (65,110,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 01101110 11011011
Octal 101 156 333
Decimal 65 110 219
Hex 41 6E DB

RGB Percentages of Color #416edb

%16.50
%27.92
%55.58

CMYK Percentages of Color #416edb

%70
%50
%0
%14

Triadic Colors of #416edb

#416edb #db416e #6edb41

Analogous Colors of #416edb

#416edb #6141db #41bbdb

Monochromatic Colors of #416edb

#416edb

Complementary Color

#416edb #dbae41

#416edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#416edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#416edb Color CSS Codes

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

#416edb Text Font Color

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

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


#416edb Background Color

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

This div background color is #416edb


#416edb Border Color

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

This div border color is #416edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #416edb


Comments

No comments written yet.

Please login to write comment.