Color Hex Logo

#2659db Color Hex

#2659DB
(38,89,219)
0 Favorites   0 Comments

Color spaces of #2659db

RGB 3889219
HSL0.620.720.50
HSV223°83°86°
CMYK 0.830.590.00   0.14
XYZ17.157912.671368.5593
Yxy12.67130.17440.1288
Hunter Lab35.596823.7439-89.2747
CIE-Lab42.263731.4457-70.9668

#2659db color RGB value is (38,89,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100110 01011001 11011011
Octal 46 131 333
Decimal 38 89 219
Hex 26 59 DB

RGB Percentages of Color #2659db

%10.98
%25.72
%63.29

CMYK Percentages of Color #2659db

%83
%59
%0
%14

Triadic Colors of #2659db

#2659db #db2659 #59db26

Analogous Colors of #2659db

#2659db #4e26db #26b4db

Monochromatic Colors of #2659db

#2659db

Complementary Color

#2659db #dba826

#2659db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2659db Color Preview on White Background

Lorem ipsum dolor sit amet.

#2659db Color CSS Codes

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

#2659db Text Font Color

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

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


#2659db Background Color

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

This div background color is #2659db


#2659db Border Color

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

This div border color is #2659db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2659db


Comments

No comments written yet.

Please login to write comment.