Color Hex Logo

#409dfb Color Hex

#409DFB
(64,157,251)
0 Favorites   0 Comments

Color spaces of #409dfb

RGB 64157251
HSL0.580.960.62
HSV210°75°98°
CMYK 0.750.370.00   0.02
XYZ31.583932.169095.8114
Yxy32.16900.19790.2016
Hunter Lab56.71770.1437-60.4543
CIE-Lab63.48233.7250-54.6146

#409dfb color RGB value is (64,157,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 10011101 11111011
Octal 100 235 373
Decimal 64 157 251
Hex 40 9D FB

RGB Percentages of Color #409dfb

%13.56
%33.26
%53.18

CMYK Percentages of Color #409dfb

%75
%37
%0
%2

Triadic Colors of #409dfb

#409dfb #fb409d #9dfb40

Analogous Colors of #409dfb

#409dfb #4140fb #40fbfb

Monochromatic Colors of #409dfb

#409dfb

Complementary Color

#409dfb #fb9e40

#409dfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#409dfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#409dfb Color CSS Codes

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

#409dfb Text Font Color

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

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


#409dfb Background Color

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

This div background color is #409dfb


#409dfb Border Color

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

This div border color is #409dfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #409dfb


Comments

No comments written yet.

Please login to write comment.