Color Hex Logo

#417bbf Color Hex

#417BBF
(65,123,191)
0 Favorites   0 Comments

Color spaces of #417bbf

RGB 65123191
HSL0.590.500.50
HSV212°66°75°
CMYK 0.660.360.00   0.25
XYZ18.666919.051351.9836
Yxy19.05130.20810.2124
Hunter Lab43.6478-0.0444-40.0597
CIE-Lab50.74722.9317-41.2330

#417bbf color RGB value is (65,123,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 01111011 10111111
Octal 101 173 277
Decimal 65 123 191
Hex 41 7B BF

RGB Percentages of Color #417bbf

%17.15
%32.45
%50.40

CMYK Percentages of Color #417bbf

%66
%36
%0
%25

Triadic Colors of #417bbf

#417bbf #bf417b #7bbf41

Analogous Colors of #417bbf

#417bbf #4641bf #41babf

Monochromatic Colors of #417bbf

#417bbf

Complementary Color

#417bbf #bf8541

#417bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#417bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#417bbf Color CSS Codes

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

#417bbf Text Font Color

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

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


#417bbf Background Color

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

This div background color is #417bbf


#417bbf Border Color

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

This div border color is #417bbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #417bbf


Comments

No comments written yet.

Please login to write comment.