Color Hex Logo

#019df5 Color Hex

#019DF5
(1,157,245)
0 Favorites   0 Comments

Color spaces of #019df5

RGB 1157245
HSL0.560.990.48
HSV202°100°96°
CMYK 1.000.360.00   0.04
XYZ28.550930.713090.8096
Yxy30.71300.19020.2047
Hunter Lab55.4193-5.0242-58.3586
CIE-Lab62.2646-2.4870-53.3192

#019df5 color RGB value is (1,157,245).

#019df5 hex color red value is 1, green value is 157 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #019df5 hue: 0.56 , saturation: 0.99 and the lightness value of 019df5 is 0.48.

The process color (four color CMYK) of #019df5 color hex is 1.00, 0.36, 0.00, 0.04. Web safe color of #019df5 is #0099ff. Color #019df5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 10011101 11110101
Octal 1 235 365
Decimal 1 157 245
Hex 1 9D F5

RGB Percentages of Color #019df5

%0.25
%38.96
%60.79

CMYK Percentages of Color #019df5

%100
%36
%0
%4

Triadic Colors of #019df5

#019df5 #f5019d #9df501

Analogous Colors of #019df5

#019df5 #0123f5 #01f5d3

Monochromatic Colors of #019df5

#019df5

Complementary Color

#019df5 #f55901

#019df5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#019df5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#019df5 Color CSS Codes

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

#019df5 Text Font Color

<p style="color:#019df5">Text here</p>

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


#019df5 Background Color

<div style="background-color:#019df5">
Div content here</div>

This div background color is #019df5


#019df5 Border Color

<div style="border:3px solid #019df5">
Div here</div>

This div border color is #019df5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,157,245, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #019df5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #019df5;
  -webkit-box-shadow: 1px 1px 3px 2px #019df5;
  box-shadow:         1px 1px 3px 2px #019df5; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,157,245, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #019df5


Comments

No comments written yet.

Please login to write comment.