Color Hex Logo

#416cdb Color Hex

#416CDB
(65,108,219)
0 Favorites   0 Comments

Color spaces of #416cdb

RGB 65108219
HSL0.620.680.56
HSV223°70°86°
CMYK 0.700.510.00   0.14
XYZ20.328716.963469.2207
Yxy16.96340.19090.1593
Hunter Lab41.186616.0265-70.8156
CIE-Lab48.213922.2315-61.2574

#416cdb color RGB value is (65,108,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 01101100 11011011
Octal 101 154 333
Decimal 65 108 219
Hex 41 6C DB

RGB Percentages of Color #416cdb

%16.58
%27.55
%55.87

CMYK Percentages of Color #416cdb

%70
%51
%0
%14

Triadic Colors of #416cdb

#416cdb #db416c #6cdb41

Analogous Colors of #416cdb

#416cdb #6341db #41b9db

Monochromatic Colors of #416cdb

#416cdb

Complementary Color

#416cdb #dbb041

#416cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#416cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#416cdb Color CSS Codes

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

#416cdb Text Font Color

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

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


#416cdb Background Color

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

This div background color is #416cdb


#416cdb Border Color

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

This div border color is #416cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #416cdb


Comments

No comments written yet.

Please login to write comment.