Color Hex Logo

#19a2ff Color Hex

#19A2FF
(25,162,255)
0 Favorites   0 Comments

Color spaces of #19a2ff

RGB 25162255
HSL0.571.000.55
HSV204°90°100°
CMYK 0.900.360.00   0.00
XYZ31.371233.267399.3755
Yxy33.26730.19130.2028
Hunter Lab57.6778-3.8493-61.7787
CIE-Lab64.3768-0.9095-55.4200

#19a2ff color RGB value is (25,162,255).

#19a2ff hex color red value is 25, green value is 162 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #19a2ff hue: 0.57 , saturation: 1.00 and the lightness value of 19a2ff is 0.55.

The process color (four color CMYK) of #19a2ff color hex is 0.90, 0.36, 0.00, 0.00. Web safe color of #19a2ff is #0099ff. Color #19a2ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 10100010 11111111
Octal 31 242 377
Decimal 25 162 255
Hex 19 A2 FF

RGB Percentages of Color #19a2ff

%5.66
%36.65
%57.69

CMYK Percentages of Color #19a2ff

%90
%36
%0
%0

Triadic Colors of #19a2ff

#19a2ff #ff19a2 #a2ff19

Analogous Colors of #19a2ff

#19a2ff #192fff #19ffe9

Monochromatic Colors of #19a2ff

#19a2ff

Complementary Color

#19a2ff #ff7619

#19a2ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#19a2ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#19a2ff Color CSS Codes

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

#19a2ff Text Font Color

<p style="color:#19a2ff">Text here</p>

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


#19a2ff Background Color

<div style="background-color:#19a2ff">
Div content here</div>

This div background color is #19a2ff


#19a2ff Border Color

<div style="border:3px solid #19a2ff">
Div here</div>

This div border color is #19a2ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(25,162,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #19a2ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #19a2ff;
  -webkit-box-shadow: 1px 1px 3px 2px #19a2ff;
  box-shadow:         1px 1px 3px 2px #19a2ff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(25,162,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 #19a2ff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #19a2ff


Comments

No comments written yet.

Please login to write comment.