Color Hex Logo

#139bfe Color Hex

#139BFE
(19,155,254)
0 Favorites   0 Comments

Color spaces of #139bfe

RGB 19155254
HSL0.570.990.54
HSV205°93°100°
CMYK 0.930.390.00   0.00
XYZ29.879330.736998.1239
Yxy30.73690.18820.1936
Hunter Lab55.4409-0.8207-66.1278
CIE-Lab62.28492.5404-58.2087

#139bfe color RGB value is (19,155,254).

#139bfe hex color red value is 19, green value is 155 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #139bfe hue: 0.57 , saturation: 0.99 and the lightness value of 139bfe is 0.54.

The process color (four color CMYK) of #139bfe color hex is 0.93, 0.39, 0.00, 0.00. Web safe color of #139bfe is #0099ff. Color #139bfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 10011011 11111110
Octal 23 233 376
Decimal 19 155 254
Hex 13 9B FE

RGB Percentages of Color #139bfe

%4.44
%36.21
%59.35

CMYK Percentages of Color #139bfe

%93
%39
%0
%0

Triadic Colors of #139bfe

#139bfe #fe139b #9bfe13

Analogous Colors of #139bfe

#139bfe #1325fe #13feec

Monochromatic Colors of #139bfe

#139bfe

Complementary Color

#139bfe #fe7613

#139bfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#139bfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#139bfe Color CSS Codes

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

#139bfe Text Font Color

<p style="color:#139bfe">Text here</p>

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


#139bfe Background Color

<div style="background-color:#139bfe">
Div content here</div>

This div background color is #139bfe


#139bfe Border Color

<div style="border:3px solid #139bfe">
Div here</div>

This div border color is #139bfe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,155,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #139bfe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #139bfe;
  -webkit-box-shadow: 1px 1px 3px 2px #139bfe;
  box-shadow:         1px 1px 3px 2px #139bfe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,155,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #139bfe

Related Colors

#139bfe Color Palettes


Comments

No comments written yet.

Please login to write comment.