Color Hex Logo

#1596ff Color Hex

#1596FF
(21,150,255)
0 Favorites   0 Comments

Color spaces of #1596ff

RGB 21150255
HSL0.571.000.54
HSV207°92°100°
CMYK 0.920.410.00   0.00
XYZ29.265629.192198.6999
Yxy29.19210.18620.1858
Hunter Lab54.02972.1339-70.4884
CIE-Lab60.95085.9471-60.8862

#1596ff color RGB value is (21,150,255).

#1596ff hex color red value is 21, green value is 150 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #1596ff hue: 0.57 , saturation: 1.00 and the lightness value of 1596ff is 0.54.

The process color (four color CMYK) of #1596ff color hex is 0.92, 0.41, 0.00, 0.00. Web safe color of #1596ff is #0099ff. Color #1596ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 10010110 11111111
Octal 25 226 377
Decimal 21 150 255
Hex 15 96 FF

RGB Percentages of Color #1596ff

%4.93
%35.21
%59.86

CMYK Percentages of Color #1596ff

%92
%41
%0
%0

Triadic Colors of #1596ff

#1596ff #ff1596 #96ff15

Analogous Colors of #1596ff

#1596ff #1521ff #15fff3

Monochromatic Colors of #1596ff

#1596ff

Complementary Color

#1596ff #ff7e15

#1596ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1596ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#1596ff Color CSS Codes

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

#1596ff Text Font Color

<p style="color:#1596ff">Text here</p>

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


#1596ff Background Color

<div style="background-color:#1596ff">
Div content here</div>

This div background color is #1596ff


#1596ff Border Color

<div style="border:3px solid #1596ff">
Div here</div>

This div border color is #1596ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(21,150,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1596ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1596ff;
  -webkit-box-shadow: 1px 1px 3px 2px #1596ff;
  box-shadow:         1px 1px 3px 2px #1596ff; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1596ff

Related Colors


Comments

No comments written yet.

Please login to write comment.