Color Hex Logo

#409bfa Color Hex

#409BFA
(64,155,250)
0 Favorites   0 Comments

Color spaces of #409bfa

RGB 64155250
HSL0.590.950.62
HSV211°74°98°
CMYK 0.740.380.00   0.02
XYZ31.091031.434894.8713
Yxy31.43480.19750.1997
Hunter Lab56.06670.8678-61.0787
CIE-Lab62.87304.5405-55.0363

#409bfa color RGB value is (64,155,250).

#409bfa hex color red value is 64, green value is 155 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #409bfa hue: 0.59 , saturation: 0.95 and the lightness value of 409bfa is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 10011011 11111010
Octal 100 233 372
Decimal 64 155 250
Hex 40 9B FA

RGB Percentages of Color #409bfa

%13.65
%33.05
%53.30

CMYK Percentages of Color #409bfa

%74
%38
%0
%2

Triadic Colors of #409bfa

#409bfa #fa409b #9bfa40

Analogous Colors of #409bfa

#409bfa #4240fa #40f8fa

Monochromatic Colors of #409bfa

#409bfa

Complementary Color

#409bfa #fa9f40

#409bfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#409bfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#409bfa Color CSS Codes

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

#409bfa Text Font Color

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

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


#409bfa Background Color

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

This div background color is #409bfa


#409bfa Border Color

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

This div border color is #409bfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #409bfa


Comments

No comments written yet.

Please login to write comment.