Color Hex Logo

#409fdb Color Hex

#409FDB
(64,159,219)
0 Favorites   0 Comments

Color spaces of #409fdb

RGB 64159219
HSL0.560.680.55
HSV203°71°86°
CMYK 0.710.270.00   0.14
XYZ27.298731.000771.5628
Yxy31.00070.21020.2387
Hunter Lab55.6783-9.9196-37.2301
CIE-Lab62.5082-8.5060-38.5301

#409fdb color RGB value is (64,159,219).

#409fdb hex color red value is 64, green value is 159 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #409fdb hue: 0.56 , saturation: 0.68 and the lightness value of 409fdb is 0.55.

The process color (four color CMYK) of #409fdb color hex is 0.71, 0.27, 0.00, 0.14. Web safe color of #409fdb is #3399cc. Color #409fdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 10011111 11011011
Octal 100 237 333
Decimal 64 159 219
Hex 40 9F DB

RGB Percentages of Color #409fdb

%14.48
%35.97
%49.55

CMYK Percentages of Color #409fdb

%71
%27
%0
%14

Triadic Colors of #409fdb

#409fdb #db409f #9fdb40

Analogous Colors of #409fdb

#409fdb #4052db #40dbca

Monochromatic Colors of #409fdb

#409fdb

Complementary Color

#409fdb #db7c40

#409fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#409fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#409fdb Color CSS Codes

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

#409fdb Text Font Color

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

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


#409fdb Background Color

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

This div background color is #409fdb


#409fdb Border Color

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

This div border color is #409fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #409fdb


Comments

No comments written yet.

Please login to write comment.