Color Hex Logo

#409bdb Color Hex

#409BDB
(64,155,219)
0 Favorites   0 Comments

Color spaces of #409bdb

RGB 64155219
HSL0.570.680.55
HSV205°71°86°
CMYK 0.710.290.00   0.14
XYZ26.621929.647271.3372
Yxy29.64720.20860.2323
Hunter Lab54.4492-8.0121-39.5649
CIE-Lab61.3486-6.2568-40.3465

#409bdb color RGB value is (64,155,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 10011011 11011011
Octal 100 233 333
Decimal 64 155 219
Hex 40 9B DB

RGB Percentages of Color #409bdb

%14.61
%35.39
%50.00

CMYK Percentages of Color #409bdb

%71
%29
%0
%14

Triadic Colors of #409bdb

#409bdb #db409b #9bdb40

Analogous Colors of #409bdb

#409bdb #404edb #40dbce

Monochromatic Colors of #409bdb

#409bdb

Complementary Color

#409bdb #db8040

#409bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#409bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#409bdb Color CSS Codes

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

#409bdb Text Font Color

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

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


#409bdb Background Color

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

This div background color is #409bdb


#409bdb Border Color

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

This div border color is #409bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #409bdb


Comments

No comments written yet.

Please login to write comment.