Color Hex Logo

#288fdd Color Hex

#288FDD
(40,143,221)
0 Favorites   0 Comments

Color spaces of #288fdd

RGB 40143221
HSL0.570.730.51
HSV206°82°87°
CMYK 0.820.350.00   0.13
XYZ23.748725.316572.0415
Yxy25.31650.19610.2090
Hunter Lab50.3155-3.8009-49.6703
CIE-Lab57.3825-1.3813-47.7544

#288fdd color RGB value is (40,143,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101000 10001111 11011101
Octal 50 217 335
Decimal 40 143 221
Hex 28 8F DD

RGB Percentages of Color #288fdd

%9.90
%35.40
%54.70

CMYK Percentages of Color #288fdd

%82
%35
%0
%13

Triadic Colors of #288fdd

#288fdd #dd288f #8fdd28

Analogous Colors of #288fdd

#288fdd #2835dd #28ddd1

Monochromatic Colors of #288fdd

#288fdd

Complementary Color

#288fdd #dd7628

#288fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#288fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#288fdd Color CSS Codes

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

#288fdd Text Font Color

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

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


#288fdd Background Color

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

This div background color is #288fdd


#288fdd Border Color

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

This div border color is #288fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #288fdd


Comments

No comments written yet.

Please login to write comment.