Color Hex Logo

#416bdb Color Hex

#416BDB
(65,107,219)
0 Favorites   0 Comments

Color spaces of #416bdb

RGB 65107219
HSL0.620.680.56
HSV224°70°86°
CMYK 0.700.510.00   0.14
XYZ20.223916.753769.1857
Yxy16.75370.19050.1578
Hunter Lab40.931316.5660-71.5653
CIE-Lab47.948222.8621-61.6865

#416bdb color RGB value is (65,107,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 01101011 11011011
Octal 101 153 333
Decimal 65 107 219
Hex 41 6B DB

RGB Percentages of Color #416bdb

%16.62
%27.37
%56.01

CMYK Percentages of Color #416bdb

%70
%51
%0
%14

Triadic Colors of #416bdb

#416bdb #db416b #6bdb41

Analogous Colors of #416bdb

#416bdb #6441db #41b8db

Monochromatic Colors of #416bdb

#416bdb

Complementary Color

#416bdb #dbb141

#416bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#416bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#416bdb Color CSS Codes

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

#416bdb Text Font Color

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

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


#416bdb Background Color

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

This div background color is #416bdb


#416bdb Border Color

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

This div border color is #416bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #416bdb


Comments

No comments written yet.

Please login to write comment.