Color Hex Logo

#289bdb Color Hex

#289BDB
(40,155,219)
0 Favorites   0 Comments

Color spaces of #289bdb

RGB 40155219
HSL0.560.710.51
HSV201°82°86°
CMYK 0.820.290.00   0.14
XYZ25.382629.008371.2792
Yxy29.00830.20200.2308
Hunter Lab53.8594-10.1312-40.7647
CIE-Lab60.7890-9.0017-41.2644

#289bdb color RGB value is (40,155,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101000 10011011 11011011
Octal 50 233 333
Decimal 40 155 219
Hex 28 9B DB

RGB Percentages of Color #289bdb

%9.66
%37.44
%52.90

CMYK Percentages of Color #289bdb

%82
%29
%0
%14

Triadic Colors of #289bdb

#289bdb #db289b #9bdb28

Analogous Colors of #289bdb

#289bdb #2841db #28dbc2

Monochromatic Colors of #289bdb

#289bdb

Complementary Color

#289bdb #db6828

#289bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#289bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#289bdb Color CSS Codes

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

#289bdb Text Font Color

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

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


#289bdb Background Color

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

This div background color is #289bdb


#289bdb Border Color

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

This div border color is #289bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #289bdb


Comments

No comments written yet.

Please login to write comment.