Color Hex Logo

#019afd Color Hex

#019AFD
(1,154,253)
0 Favorites   0 Comments

Color spaces of #019afd

RGB 1154253
HSL0.570.990.50
HSV204°100°99°
CMYK 1.000.390.00   0.01
XYZ29.297730.209597.2154
Yxy30.20950.18690.1928
Hunter Lab54.9632-1.0375-66.3942
CIE-Lab61.83462.2611-58.3871

#019afd color RGB value is (1,154,253).

#019afd hex color red value is 1, green value is 154 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #019afd hue: 0.57 , saturation: 0.99 and the lightness value of 019afd is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 10011010 11111101
Octal 1 232 375
Decimal 1 154 253
Hex 1 9A FD

RGB Percentages of Color #019afd

%0.25
%37.75
%62.01

CMYK Percentages of Color #019afd

%100
%39
%0
%1

Triadic Colors of #019afd

#019afd #fd019a #9afd01

Analogous Colors of #019afd

#019afd #011cfd #01fde2

Monochromatic Colors of #019afd

#019afd

Complementary Color

#019afd #fd6401

#019afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#019afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#019afd Color CSS Codes

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

#019afd Text Font Color

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

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


#019afd Background Color

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

This div background color is #019afd


#019afd Border Color

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

This div border color is #019afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #019afd


Comments

No comments written yet.

Please login to write comment.