Color Hex Logo

#417dbb Color Hex

#417DBB
(65,125,187)
0 Favorites   0 Comments

Color spaces of #417dbb

RGB 65125187
HSL0.580.480.49
HSV210°65°73°
CMYK 0.650.330.00   0.27
XYZ18.483219.378949.7800
Yxy19.37890.21090.2211
Hunter Lab44.0215-2.0912-36.2308
CIE-Lab51.12760.3355-38.3364

#417dbb color RGB value is (65,125,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 01111101 10111011
Octal 101 175 273
Decimal 65 125 187
Hex 41 7D BB

RGB Percentages of Color #417dbb

%17.24
%33.16
%49.60

CMYK Percentages of Color #417dbb

%65
%33
%0
%27

Triadic Colors of #417dbb

#417dbb #bb417d #7dbb41

Analogous Colors of #417dbb

#417dbb #4241bb #41babb

Monochromatic Colors of #417dbb

#417dbb

Complementary Color

#417dbb #bb7f41

#417dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#417dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#417dbb Color CSS Codes

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

#417dbb Text Font Color

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

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


#417dbb Background Color

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

This div background color is #417dbb


#417dbb Border Color

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

This div border color is #417dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #417dbb


Comments

No comments written yet.

Please login to write comment.