Color Hex Logo

#417dba Color Hex

#417DBA
(65,125,186)
0 Favorites   0 Comments

Color spaces of #417dba

RGB 65125186
HSL0.580.480.49
HSV210°65°73°
CMYK 0.650.330.00   0.27
XYZ18.376519.336249.2181
Yxy19.33620.21140.2224
Hunter Lab43.9729-2.3567-35.5811
CIE-Lab51.0782-0.0104-37.8396

#417dba color RGB value is (65,125,186).

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

The process color (four color CMYK) of #417dba color hex is 0.65, 0.33, 0.00, 0.27. Web safe color of #417dba is #3366cc. Color #417dba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01111101 10111010
Octal 101 175 272
Decimal 65 125 186
Hex 41 7D BA

RGB Percentages of Color #417dba

%17.29
%33.24
%49.47

CMYK Percentages of Color #417dba

%65
%33
%0
%27

Triadic Colors of #417dba

#417dba #ba417d #7dba41

Analogous Colors of #417dba

#417dba #4241ba #41baba

Monochromatic Colors of #417dba

#417dba

Complementary Color

#417dba #ba7e41

#417dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#417dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#417dba Color CSS Codes

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

#417dba Text Font Color

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

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


#417dba Background Color

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

This div background color is #417dba


#417dba Border Color

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

This div border color is #417dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #417dba


Comments

No comments written yet.

Please login to write comment.