Color Hex Logo

#2688db Color Hex

#2688DB
(38,136,219)
0 Favorites   0 Comments

Color spaces of #2688db

RGB 38136219
HSL0.580.720.50
HSV208°83°86°
CMYK 0.830.380.00   0.14
XYZ22.389723.134970.3032
Yxy23.13490.19330.1997
Hunter Lab48.0988-1.0821-52.9917
CIE-Lab55.21101.8531-50.0852

#2688db color RGB value is (38,136,219).

#2688db hex color red value is 38, green value is 136 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #2688db hue: 0.58 , saturation: 0.72 and the lightness value of 2688db is 0.50.

The process color (four color CMYK) of #2688db color hex is 0.83, 0.38, 0.00, 0.14. Web safe color of #2688db is #3399cc. Color #2688db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100110 10001000 11011011
Octal 46 210 333
Decimal 38 136 219
Hex 26 88 DB

RGB Percentages of Color #2688db

%9.67
%34.61
%55.73

CMYK Percentages of Color #2688db

%83
%38
%0
%14

Triadic Colors of #2688db

#2688db #db2688 #88db26

Analogous Colors of #2688db

#2688db #262edb #26dbd4

Monochromatic Colors of #2688db

#2688db

Complementary Color

#2688db #db7926

#2688db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2688db Color Preview on White Background

Lorem ipsum dolor sit amet.

#2688db Color CSS Codes

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

#2688db Text Font Color

<p style="color:#2688db">Text here</p>

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


#2688db Background Color

<div style="background-color:#2688db">
Div content here</div>

This div background color is #2688db


#2688db Border Color

<div style="border:3px solid #2688db">
Div here</div>

This div border color is #2688db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(38,136,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2688db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2688db;
  -webkit-box-shadow: 1px 1px 3px 2px #2688db;
  box-shadow:         1px 1px 3px 2px #2688db; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(38,136,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 #2688db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2688db


Comments

No comments written yet.

Please login to write comment.