Color Hex Logo

#288bdb Color Hex

#288BDB
(40,139,219)
0 Favorites   0 Comments

Color spaces of #288bdb

RGB 40139219
HSL0.570.710.51
HSV207°82°86°
CMYK 0.820.370.00   0.14
XYZ22.893924.030870.4496
Yxy24.03080.19510.2047
Hunter Lab49.0212-2.4240-50.8923
CIE-Lab56.11860.2418-48.6403

#288bdb color RGB value is (40,139,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101000 10001011 11011011
Octal 50 213 333
Decimal 40 139 219
Hex 28 8B DB

RGB Percentages of Color #288bdb

%10.05
%34.92
%55.03

CMYK Percentages of Color #288bdb

%82
%37
%0
%14

Triadic Colors of #288bdb

#288bdb #db288b #8bdb28

Analogous Colors of #288bdb

#288bdb #2831db #28dbd2

Monochromatic Colors of #288bdb

#288bdb

Complementary Color

#288bdb #db7828

#288bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#288bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#288bdb Color CSS Codes

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

#288bdb Text Font Color

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

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


#288bdb Background Color

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

This div background color is #288bdb


#288bdb Border Color

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

This div border color is #288bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #288bdb


Comments

No comments written yet.

Please login to write comment.