Color Hex Logo

#417dbe Color Hex

#417DBE
(65,125,190)
0 Favorites   0 Comments

Color spaces of #417dbe

RGB 65125190
HSL0.590.490.50
HSV211°66°75°
CMYK 0.660.340.00   0.25
XYZ18.807919.508851.4895
Yxy19.50880.20940.2172
Hunter Lab44.1688-1.2867-38.1989
CIE-Lab51.27721.3768-39.8222

#417dbe color RGB value is (65,125,190).

#417dbe hex color red value is 65, green value is 125 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #417dbe hue: 0.59 , saturation: 0.49 and the lightness value of 417dbe is 0.50.

The process color (four color CMYK) of #417dbe color hex is 0.66, 0.34, 0.00, 0.25. Web safe color of #417dbe is #3366cc. Color #417dbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01111101 10111110
Octal 101 175 276
Decimal 65 125 190
Hex 41 7D BE

RGB Percentages of Color #417dbe

%17.11
%32.89
%50.00

CMYK Percentages of Color #417dbe

%66
%34
%0
%25

Triadic Colors of #417dbe

#417dbe #be417d #7dbe41

Analogous Colors of #417dbe

#417dbe #4441be #41bcbe

Monochromatic Colors of #417dbe

#417dbe

Complementary Color

#417dbe #be8241

#417dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#417dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#417dbe Color CSS Codes

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

#417dbe Text Font Color

<p style="color:#417dbe">Text here</p>

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


#417dbe Background Color

<div style="background-color:#417dbe">
Div content here</div>

This div background color is #417dbe


#417dbe Border Color

<div style="border:3px solid #417dbe">
Div here</div>

This div border color is #417dbe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,125,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #417dbe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #417dbe;
  -webkit-box-shadow: 1px 1px 3px 2px #417dbe;
  box-shadow:         1px 1px 3px 2px #417dbe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(65,125,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #417dbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #417dbe


Comments

No comments written yet.

Please login to write comment.