Color Hex Logo

#138bfb Color Hex

#138BFB
(19,139,251)
0 Favorites   0 Comments

Color spaces of #138bfb

RGB 19139251
HSL0.580.970.53
HSV209°92°98°
CMYK 0.920.450.00   0.02
XYZ26.913825.568794.7835
Yxy25.56870.18280.1736
Hunter Lab50.56556.5181-75.7415
CIE-Lab57.625410.9830-64.0249

#138bfb color RGB value is (19,139,251).

#138bfb hex color red value is 19, green value is 139 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #138bfb hue: 0.58 , saturation: 0.97 and the lightness value of 138bfb is 0.53.

The process color (four color CMYK) of #138bfb color hex is 0.92, 0.45, 0.00, 0.02. Web safe color of #138bfb is #0099ff. Color #138bfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 10001011 11111011
Octal 23 213 373
Decimal 19 139 251
Hex 13 8B FB

RGB Percentages of Color #138bfb

%4.65
%33.99
%61.37

CMYK Percentages of Color #138bfb

%92
%45
%0
%2

Triadic Colors of #138bfb

#138bfb #fb138b #8bfb13

Analogous Colors of #138bfb

#138bfb #1317fb #13fbf7

Monochromatic Colors of #138bfb

#138bfb

Complementary Color

#138bfb #fb8313

#138bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#138bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#138bfb Color CSS Codes

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

#138bfb Text Font Color

<p style="color:#138bfb">Text here</p>

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


#138bfb Background Color

<div style="background-color:#138bfb">
Div content here</div>

This div background color is #138bfb


#138bfb Border Color

<div style="border:3px solid #138bfb">
Div here</div>

This div border color is #138bfb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,139,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 #138bfb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #138bfb


Comments

No comments written yet.

Please login to write comment.