Color Hex Logo

#2685db Color Hex

#2685DB
(38,133,219)
0 Favorites   0 Comments

Color spaces of #2685db

RGB 38133219
HSL0.580.720.50
HSV209°83°86°
CMYK 0.830.390.00   0.14
XYZ21.973022.301670.1644
Yxy22.30160.19200.1949
Hunter Lab47.22460.4108-55.0335
CIE-Lab54.34563.6558-51.4636

#2685db color RGB value is (38,133,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100110 10000101 11011011
Octal 46 205 333
Decimal 38 133 219
Hex 26 85 DB

RGB Percentages of Color #2685db

%9.74
%34.10
%56.15

CMYK Percentages of Color #2685db

%83
%39
%0
%14

Triadic Colors of #2685db

#2685db #db2685 #85db26

Analogous Colors of #2685db

#2685db #262adb #26dbd7

Monochromatic Colors of #2685db

#2685db

Complementary Color

#2685db #db7c26

#2685db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2685db Color Preview on White Background

Lorem ipsum dolor sit amet.

#2685db Color CSS Codes

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

#2685db Text Font Color

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

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


#2685db Background Color

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

This div background color is #2685db


#2685db Border Color

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

This div border color is #2685db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2685db


Comments

No comments written yet.

Please login to write comment.