Color Hex Logo

#409ffd Color Hex

#409FFD
(64,159,253)
0 Favorites   0 Comments

Color spaces of #409ffd

RGB 64159253
HSL0.580.980.62
HSV210°75°99°
CMYK 0.750.370.00   0.01
XYZ32.242132.978197.5946
Yxy32.97810.19800.2025
Hunter Lab57.4266-0.2778-60.5629
CIE-Lab64.14323.2657-54.6568

#409ffd color RGB value is (64,159,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 10011111 11111101
Octal 100 237 375
Decimal 64 159 253
Hex 40 9F FD

RGB Percentages of Color #409ffd

%13.45
%33.40
%53.15

CMYK Percentages of Color #409ffd

%75
%37
%0
%1

Triadic Colors of #409ffd

#409ffd #fd409f #9ffd40

Analogous Colors of #409ffd

#409ffd #4041fd #40fdfd

Monochromatic Colors of #409ffd

#409ffd

Complementary Color

#409ffd #fd9e40

#409ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#409ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#409ffd Color CSS Codes

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

#409ffd Text Font Color

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

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


#409ffd Background Color

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

This div background color is #409ffd


#409ffd Border Color

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

This div border color is #409ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #409ffd

Related Colors


Comments

No comments written yet.

Please login to write comment.