Color Hex Logo

#409fbb Color Hex

#409FBB
(64,159,187)
0 Favorites   0 Comments

Color spaces of #409fbb

RGB 64159187
HSL0.540.490.49
HSV194°66°73°
CMYK 0.660.150.00   0.27
XYZ23.482129.474151.4651
Yxy29.47410.22490.2823
Hunter Lab54.2901-17.8009-18.2018
CIE-Lab61.1978-19.0093-22.6932

#409fbb color RGB value is (64,159,187).

#409fbb hex color red value is 64, green value is 159 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #409fbb hue: 0.54 , saturation: 0.49 and the lightness value of 409fbb is 0.49.

The process color (four color CMYK) of #409fbb color hex is 0.66, 0.15, 0.00, 0.27. Web safe color of #409fbb is #3399cc. Color #409fbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 10011111 10111011
Octal 100 237 273
Decimal 64 159 187
Hex 40 9F BB

RGB Percentages of Color #409fbb

%15.61
%38.78
%45.61

CMYK Percentages of Color #409fbb

%66
%15
%0
%27

Triadic Colors of #409fbb

#409fbb #bb409f #9fbb40

Analogous Colors of #409fbb

#409fbb #4062bb #40bb9a

Monochromatic Colors of #409fbb

#409fbb

Complementary Color

#409fbb #bb5c40

#409fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#409fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#409fbb Color CSS Codes

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

#409fbb Text Font Color

<p style="color:#409fbb">Text here</p>

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


#409fbb Background Color

<div style="background-color:#409fbb">
Div content here</div>

This div background color is #409fbb


#409fbb Border Color

<div style="border:3px solid #409fbb">
Div here</div>

This div border color is #409fbb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,159,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #409fbb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #409fbb;
  -webkit-box-shadow: 1px 1px 3px 2px #409fbb;
  box-shadow:         1px 1px 3px 2px #409fbb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(64,159,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 #409fbb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #409fbb


Comments

No comments written yet.

Please login to write comment.