Color Hex Logo

#417fbe Color Hex

#417FBE
(65,127,190)
0 Favorites   0 Comments

Color spaces of #417fbe

RGB 65127190
HSL0.580.490.50
HSV210°66°75°
CMYK 0.660.330.00   0.25
XYZ19.063620.020351.5747
Yxy20.02030.21030.2208
Hunter Lab44.7440-2.2506-37.0204
CIE-Lab51.86020.1787-38.9031

#417fbe color RGB value is (65,127,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 01111111 10111110
Octal 101 177 276
Decimal 65 127 190
Hex 41 7F BE

RGB Percentages of Color #417fbe

%17.02
%33.25
%49.74

CMYK Percentages of Color #417fbe

%66
%33
%0
%25

Triadic Colors of #417fbe

#417fbe #be417f #7fbe41

Analogous Colors of #417fbe

#417fbe #4141be #41bebe

Monochromatic Colors of #417fbe

#417fbe

Complementary Color

#417fbe #be8041

#417fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#417fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#417fbe Color CSS Codes

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

#417fbe Text Font Color

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

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


#417fbe Background Color

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

This div background color is #417fbe


#417fbe Border Color

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

This div border color is #417fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #417fbe


Comments

No comments written yet.

Please login to write comment.