Color Hex Logo

#279fdd Color Hex

#279FDD
(39,159,221)
0 Favorites   0 Comments

Color spaces of #279fdd

RGB 39159221
HSL0.560.730.51
HSV200°82°87°
CMYK 0.820.280.00   0.13
XYZ26.286030.448172.8983
Yxy30.44810.20280.2349
Hunter Lab55.1798-11.5326-39.7025
CIE-Lab62.0389-10.6141-40.4143

#279fdd color RGB value is (39,159,221).

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

The process color (four color CMYK) of #279fdd color hex is 0.82, 0.28, 0.00, 0.13. Web safe color of #279fdd is #3399cc. Color #279fdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 10011111 11011101
Octal 47 237 335
Decimal 39 159 221
Hex 27 9F DD

RGB Percentages of Color #279fdd

%9.31
%37.95
%52.74

CMYK Percentages of Color #279fdd

%82
%28
%0
%13

Triadic Colors of #279fdd

#279fdd #dd279f #9fdd27

Analogous Colors of #279fdd

#279fdd #2744dd #27ddc0

Monochromatic Colors of #279fdd

#279fdd

Complementary Color

#279fdd #dd6527

#279fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#279fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#279fdd Color CSS Codes

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

#279fdd Text Font Color

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

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


#279fdd Background Color

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

This div background color is #279fdd


#279fdd Border Color

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

This div border color is #279fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #279fdd


Comments

No comments written yet.

Please login to write comment.