Color Hex Logo

#1590eb Color Hex

#1590EB
(21,144,235)
0 Favorites   0 Comments

Color spaces of #1590eb

RGB 21144235
HSL0.570.840.50
HSV206°91°92°
CMYK 0.910.390.00   0.08
XYZ25.277926.104182.3036
Yxy26.10410.18910.1953
Hunter Lab51.0922-1.0983-59.7448
CIE-Lab58.13571.9913-54.3663

#1590eb color RGB value is (21,144,235).

#1590eb hex color red value is 21, green value is 144 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #1590eb hue: 0.57 , saturation: 0.84 and the lightness value of 1590eb is 0.50.

The process color (four color CMYK) of #1590eb color hex is 0.91, 0.39, 0.00, 0.08. Web safe color of #1590eb is #0099ff. Color #1590eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 10010000 11101011
Octal 25 220 353
Decimal 21 144 235
Hex 15 90 EB

RGB Percentages of Color #1590eb

%5.25
%36.00
%58.75

CMYK Percentages of Color #1590eb

%91
%39
%0
%8

Triadic Colors of #1590eb

#1590eb #eb1590 #90eb15

Analogous Colors of #1590eb

#1590eb #1525eb #15ebdb

Monochromatic Colors of #1590eb

#1590eb

Complementary Color

#1590eb #eb7015

#1590eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1590eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1590eb Color CSS Codes

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

#1590eb Text Font Color

<p style="color:#1590eb">Text here</p>

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


#1590eb Background Color

<div style="background-color:#1590eb">
Div content here</div>

This div background color is #1590eb


#1590eb Border Color

<div style="border:3px solid #1590eb">
Div here</div>

This div border color is #1590eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(21,144,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1590eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1590eb;
  -webkit-box-shadow: 1px 1px 3px 2px #1590eb;
  box-shadow:         1px 1px 3px 2px #1590eb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(21,144,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1590eb


Comments

No comments written yet.

Please login to write comment.