Color Hex Logo

#289fdb Color Hex

#289FDB
(40,159,219)
0 Favorites   0 Comments

Color spaces of #289fdb

RGB 40159219
HSL0.560.710.51
HSV200°82°86°
CMYK 0.820.270.00   0.14
XYZ26.059430.361971.5048
Yxy30.36190.20370.2373
Hunter Lab55.1016-12.0093-38.3689
CIE-Lab61.9652-11.2351-39.4193

#289fdb color RGB value is (40,159,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101000 10011111 11011011
Octal 50 237 333
Decimal 40 159 219
Hex 28 9F DB

RGB Percentages of Color #289fdb

%9.57
%38.04
%52.39

CMYK Percentages of Color #289fdb

%82
%27
%0
%14

Triadic Colors of #289fdb

#289fdb #db289f #9fdb28

Analogous Colors of #289fdb

#289fdb #2846db #28dbbe

Monochromatic Colors of #289fdb

#289fdb

Complementary Color

#289fdb #db6428

#289fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#289fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#289fdb Color CSS Codes

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

#289fdb Text Font Color

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

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


#289fdb Background Color

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

This div background color is #289fdb


#289fdb Border Color

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

This div border color is #289fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #289fdb


Comments

No comments written yet.

Please login to write comment.