Color Hex Logo

#294fdd Color Hex

#294FDD
(41,79,221)
0 Favorites   0 Comments

Color spaces of #294fdd

RGB 4179221
HSL0.630.730.51
HSV227°81°87°
CMYK 0.810.640.00   0.13
XYZ16.761611.283869.7012
Yxy11.28380.17150.1154
Hunter Lab33.591430.2840-99.5112
CIE-Lab40.054438.7761-75.7225

#294fdd color RGB value is (41,79,221).

#294fdd hex color red value is 41, green value is 79 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #294fdd hue: 0.63 , saturation: 0.73 and the lightness value of 294fdd is 0.51.

The process color (four color CMYK) of #294fdd color hex is 0.81, 0.64, 0.00, 0.13. Web safe color of #294fdd is #3366cc. Color #294fdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01001111 11011101
Octal 51 117 335
Decimal 41 79 221
Hex 29 4F DD

RGB Percentages of Color #294fdd

%12.02
%23.17
%64.81

CMYK Percentages of Color #294fdd

%81
%64
%0
%13

Triadic Colors of #294fdd

#294fdd #dd294f #4fdd29

Analogous Colors of #294fdd

#294fdd #5d29dd #29a9dd

Monochromatic Colors of #294fdd

#294fdd

Complementary Color

#294fdd #ddb729

#294fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#294fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#294fdd Color CSS Codes

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

#294fdd Text Font Color

<p style="color:#294fdd">Text here</p>

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


#294fdd Background Color

<div style="background-color:#294fdd">
Div content here</div>

This div background color is #294fdd


#294fdd Border Color

<div style="border:3px solid #294fdd">
Div here</div>

This div border color is #294fdd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(41,79,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #294fdd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #294fdd;
  -webkit-box-shadow: 1px 1px 3px 2px #294fdd;
  box-shadow:         1px 1px 3px 2px #294fdd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(41,79,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #294fdd


Comments

No comments written yet.

Please login to write comment.