Color Hex Logo

#288bdd Color Hex

#288BDD
(40,139,221)
0 Favorites   0 Comments

Color spaces of #288bdd

RGB 40139221
HSL0.580.730.51
HSV207°82°87°
CMYK 0.820.370.00   0.13
XYZ23.158824.136871.8449
Yxy24.13680.19440.2026
Hunter Lab49.1292-1.8338-52.3132
CIE-Lab56.22450.9807-49.5923

#288bdd color RGB value is (40,139,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101000 10001011 11011101
Octal 50 213 335
Decimal 40 139 221
Hex 28 8B DD

RGB Percentages of Color #288bdd

%10.00
%34.75
%55.25

CMYK Percentages of Color #288bdd

%82
%37
%0
%13

Triadic Colors of #288bdd

#288bdd #dd288b #8bdd28

Analogous Colors of #288bdd

#288bdd #2831dd #28ddd5

Monochromatic Colors of #288bdd

#288bdd

Complementary Color

#288bdd #dd7a28

#288bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#288bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#288bdd Color CSS Codes

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

#288bdd Text Font Color

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

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


#288bdd Background Color

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

This div background color is #288bdd


#288bdd Border Color

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

This div border color is #288bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #288bdd


Comments

No comments written yet.

Please login to write comment.