Color Hex Logo

#1a9ffb Color Hex

#1A9FFB
(26,159,251)
0 Favorites   0 Comments

Color spaces of #1a9ffb

RGB 26159251
HSL0.570.970.54
HSV205°90°98°
CMYK 0.900.370.00   0.02
XYZ30.236731.980995.8461
Yxy31.98090.19130.2023
Hunter Lab56.5517-3.5261-60.9010
CIE-Lab63.3271-0.6017-54.9053

#1a9ffb color RGB value is (26,159,251).

#1a9ffb hex color red value is 26, green value is 159 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #1a9ffb hue: 0.57 , saturation: 0.97 and the lightness value of 1a9ffb is 0.54.

The process color (four color CMYK) of #1a9ffb color hex is 0.90, 0.37, 0.00, 0.02. Web safe color of #1a9ffb is #3399ff. Color #1a9ffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011010 10011111 11111011
Octal 32 237 373
Decimal 26 159 251
Hex 1A 9F FB

RGB Percentages of Color #1a9ffb

%5.96
%36.47
%57.57

CMYK Percentages of Color #1a9ffb

%90
%37
%0
%2

Triadic Colors of #1a9ffb

#1a9ffb #fb1a9f #9ffb1a

Analogous Colors of #1a9ffb

#1a9ffb #1a2ffb #1afbe7

Monochromatic Colors of #1a9ffb

#1a9ffb

Complementary Color

#1a9ffb #fb761a

#1a9ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1a9ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1a9ffb Color CSS Codes

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

#1a9ffb Text Font Color

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

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


#1a9ffb Background Color

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

This div background color is #1a9ffb


#1a9ffb Border Color

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

This div border color is #1a9ffb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(26,159,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1a9ffb


Comments

No comments written yet.

Please login to write comment.