Color Hex Logo

#409fff Color Hex

#409FFF
(64,159,255)
0 Favorites   0 Comments

Color spaces of #409fff

RGB 64159255
HSL0.581.000.63
HSV210°75°100°
CMYK 0.750.380.00   0.00
XYZ32.562533.106399.2817
Yxy33.10630.19740.2007
Hunter Lab57.53810.3268-62.0280
CIE-Lab64.24693.9700-55.5828

#409fff color RGB value is (64,159,255).

#409fff hex color red value is 64, green value is 159 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #409fff hue: 0.58 , saturation: 1.00 and the lightness value of 409fff is 0.63.

The process color (four color CMYK) of #409fff color hex is 0.75, 0.38, 0.00, 0.00. Web safe color of #409fff is #3399ff. Color #409fff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 10011111 11111111
Octal 100 237 377
Decimal 64 159 255
Hex 40 9F FF

RGB Percentages of Color #409fff

%13.39
%33.26
%53.35

CMYK Percentages of Color #409fff

%75
%38
%0
%0

Triadic Colors of #409fff

#409fff #ff409f #9fff40

Analogous Colors of #409fff

#409fff #4040ff #40ffff

Monochromatic Colors of #409fff

#409fff

Complementary Color

#409fff #ffa040

#409fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#409fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#409fff Color CSS Codes

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

#409fff Text Font Color

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

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


#409fff Background Color

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

This div background color is #409fff


#409fff Border Color

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

This div border color is #409fff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(64,159,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #409fff


Comments

No comments written yet.

Please login to write comment.