Color Hex Logo

#409efd Color Hex

#409EFD
(64,158,253)
0 Favorites   0 Comments

Color spaces of #409efd

RGB 64158253
HSL0.580.980.62
HSV210°75°99°
CMYK 0.750.380.00   0.01
XYZ32.070832.635697.5375
Yxy32.63560.19770.2012
Hunter Lab57.12760.2347-61.2402
CIE-Lab63.86483.8471-55.0992

#409efd color RGB value is (64,158,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 10011110 11111101
Octal 100 236 375
Decimal 64 158 253
Hex 40 9E FD

RGB Percentages of Color #409efd

%13.47
%33.26
%53.26

CMYK Percentages of Color #409efd

%75
%38
%0
%1

Triadic Colors of #409efd

#409efd #fd409e #9efd40

Analogous Colors of #409efd

#409efd #4140fd #40fdfd

Monochromatic Colors of #409efd

#409efd

Complementary Color

#409efd #fd9f40

#409efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#409efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#409efd Color CSS Codes

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

#409efd Text Font Color

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

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


#409efd Background Color

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

This div background color is #409efd


#409efd Border Color

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

This div border color is #409efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #409efd

Related Colors


Comments

No comments written yet.

Please login to write comment.