Color Hex Logo

#288dbb Color Hex

#288DBB
(40,141,187)
0 Favorites   0 Comments

Color spaces of #288dbb

RGB 40141187
HSL0.550.650.45
HSV199°79°73°
CMYK 0.790.250.00   0.27
XYZ19.369623.088750.4494
Yxy23.08870.20850.2485
Hunter Lab48.0507-12.1340-28.6143
CIE-Lab55.1636-12.5025-32.0653

#288dbb color RGB value is (40,141,187).

#288dbb hex color red value is 40, green value is 141 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #288dbb hue: 0.55 , saturation: 0.65 and the lightness value of 288dbb is 0.45.

The process color (four color CMYK) of #288dbb color hex is 0.79, 0.25, 0.00, 0.27. Web safe color of #288dbb is #3399cc. Color #288dbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 10001101 10111011
Octal 50 215 273
Decimal 40 141 187
Hex 28 8D BB

RGB Percentages of Color #288dbb

%10.87
%38.32
%50.82

CMYK Percentages of Color #288dbb

%79
%25
%0
%27

Triadic Colors of #288dbb

#288dbb #bb288d #8dbb28

Analogous Colors of #288dbb

#288dbb #2844bb #28bba0

Monochromatic Colors of #288dbb

#288dbb

Complementary Color

#288dbb #bb5628

#288dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#288dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#288dbb Color CSS Codes

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

#288dbb Text Font Color

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

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


#288dbb Background Color

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

This div background color is #288dbb


#288dbb Border Color

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

This div border color is #288dbb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(40,141,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #288dbb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #288dbb


Comments

No comments written yet.

Please login to write comment.