Color Hex Logo

#417fbf Color Hex

#417FBF
(65,127,191)
0 Favorites   0 Comments

Color spaces of #417fbf

RGB 65127191
HSL0.580.500.50
HSV210°66°75°
CMYK 0.660.340.00   0.25
XYZ19.173320.064152.1524
Yxy20.06410.20980.2195
Hunter Lab44.7930-1.9821-37.6762
CIE-Lab51.90960.5259-39.3978

#417fbf color RGB value is (65,127,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 01111111 10111111
Octal 101 177 277
Decimal 65 127 191
Hex 41 7F BF

RGB Percentages of Color #417fbf

%16.97
%33.16
%49.87

CMYK Percentages of Color #417fbf

%66
%34
%0
%25

Triadic Colors of #417fbf

#417fbf #bf417f #7fbf41

Analogous Colors of #417fbf

#417fbf #4241bf #41bebf

Monochromatic Colors of #417fbf

#417fbf

Complementary Color

#417fbf #bf8141

#417fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#417fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#417fbf Color CSS Codes

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

#417fbf Text Font Color

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

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


#417fbf Background Color

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

This div background color is #417fbf


#417fbf Border Color

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

This div border color is #417fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #417fbf


Comments

No comments written yet.

Please login to write comment.