Color Hex Logo

#1a7afd Color Hex

#1A7AFD
(26,122,253)
0 Favorites   0 Comments

Color spaces of #1a7afd

RGB 26122253
HSL0.600.980.55
HSV215°90°99°
CMYK 0.900.520.00   0.01
XYZ25.115221.230595.7027
Yxy21.23050.17680.1495
Hunter Lab46.076616.6620-90.8939
CIE-Lab53.200822.5710-72.2687

#1a7afd color RGB value is (26,122,253).

#1a7afd hex color red value is 26, green value is 122 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #1a7afd hue: 0.60 , saturation: 0.98 and the lightness value of 1a7afd is 0.55.

The process color (four color CMYK) of #1a7afd color hex is 0.90, 0.52, 0.00, 0.01. Web safe color of #1a7afd is #3366ff. Color #1a7afd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011010 01111010 11111101
Octal 32 172 375
Decimal 26 122 253
Hex 1A 7A FD

RGB Percentages of Color #1a7afd

%6.48
%30.42
%63.09

CMYK Percentages of Color #1a7afd

%90
%52
%0
%1

Triadic Colors of #1a7afd

#1a7afd #fd1a7a #7afd1a

Analogous Colors of #1a7afd

#1a7afd #2c1afd #1aecfd

Monochromatic Colors of #1a7afd

#1a7afd

Complementary Color

#1a7afd #fd9d1a

#1a7afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1a7afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1a7afd Color CSS Codes

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

#1a7afd Text Font Color

<p style="color:#1a7afd">Text here</p>

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


#1a7afd Background Color

<div style="background-color:#1a7afd">
Div content here</div>

This div background color is #1a7afd


#1a7afd Border Color

<div style="border:3px solid #1a7afd">
Div here</div>

This div border color is #1a7afd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(26,122,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 #1a7afd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1a7afd


Comments

No comments written yet.

Please login to write comment.