Color Hex Logo

#416ddb Color Hex

#416DDB
(65,109,219)
0 Favorites   0 Comments

Color spaces of #416ddb

RGB 65109219
HSL0.620.680.56
HSV223°70°86°
CMYK 0.700.500.00   0.14
XYZ20.434817.175669.2560
Yxy17.17560.19120.1607
Hunter Lab41.443515.4881-70.0689
CIE-Lab48.480521.6015-60.8269

#416ddb color RGB value is (65,109,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 01101101 11011011
Octal 101 155 333
Decimal 65 109 219
Hex 41 6D DB

RGB Percentages of Color #416ddb

%16.54
%27.74
%55.73

CMYK Percentages of Color #416ddb

%70
%50
%0
%14

Triadic Colors of #416ddb

#416ddb #db416d #6ddb41

Analogous Colors of #416ddb

#416ddb #6241db #41badb

Monochromatic Colors of #416ddb

#416ddb

Complementary Color

#416ddb #dbaf41

#416ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#416ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#416ddb Color CSS Codes

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

#416ddb Text Font Color

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

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


#416ddb Background Color

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

This div background color is #416ddb


#416ddb Border Color

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

This div border color is #416ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #416ddb


Comments

No comments written yet.

Please login to write comment.