Color Hex Logo

#289fdd Color Hex

#289FDD
(40,159,221)
0 Favorites   0 Comments

Color spaces of #289fdd

RGB 40159221
HSL0.560.730.51
HSV201°82°87°
CMYK 0.820.280.00   0.13
XYZ26.324430.467872.9001
Yxy30.46780.20300.2349
Hunter Lab55.1976-11.4671-39.6666
CIE-Lab62.0558-10.5280-40.3867

#289fdd color RGB value is (40,159,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101000 10011111 11011101
Octal 50 237 335
Decimal 40 159 221
Hex 28 9F DD

RGB Percentages of Color #289fdd

%9.52
%37.86
%52.62

CMYK Percentages of Color #289fdd

%82
%28
%0
%13

Triadic Colors of #289fdd

#289fdd #dd289f #9fdd28

Analogous Colors of #289fdd

#289fdd #2844dd #28ddc1

Monochromatic Colors of #289fdd

#289fdd

Complementary Color

#289fdd #dd6628

#289fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#289fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#289fdd Color CSS Codes

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

#289fdd Text Font Color

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

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


#289fdd Background Color

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

This div background color is #289fdd


#289fdd Border Color

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

This div border color is #289fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #289fdd


Comments

No comments written yet.

Please login to write comment.