Color Hex Logo

#409afb Color Hex

#409AFB
(64,154,251)
0 Favorites   0 Comments

Color spaces of #409afb

RGB 64154251
HSL0.590.960.62
HSV211°75°98°
CMYK 0.750.390.00   0.02
XYZ31.082531.166295.6442
Yxy31.16620.19690.1974
Hunter Lab55.82671.6863-62.4990
CIE-Lab62.64775.4802-55.9420

#409afb color RGB value is (64,154,251).

#409afb hex color red value is 64, green value is 154 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #409afb hue: 0.59 , saturation: 0.96 and the lightness value of 409afb is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 10011010 11111011
Octal 100 232 373
Decimal 64 154 251
Hex 40 9A FB

RGB Percentages of Color #409afb

%13.65
%32.84
%53.52

CMYK Percentages of Color #409afb

%75
%39
%0
%2

Triadic Colors of #409afb

#409afb #fb409a #9afb40

Analogous Colors of #409afb

#409afb #4340fb #40f8fb

Monochromatic Colors of #409afb

#409afb

Complementary Color

#409afb #fba140

#409afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#409afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#409afb Color CSS Codes

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

#409afb Text Font Color

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

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


#409afb Background Color

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

This div background color is #409afb


#409afb Border Color

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

This div border color is #409afb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #409afb


Comments

No comments written yet.

Please login to write comment.