Color Hex Logo

#1486fb Color Hex

#1486FB
(20,134,251)
0 Favorites   0 Comments

Color spaces of #1486fb

RGB 20134251
HSL0.580.970.53
HSV210°92°98°
CMYK 0.920.470.00   0.02
XYZ26.226224.164094.5486
Yxy24.16400.18090.1667
Hunter Lab49.15699.2088-79.6288
CIE-Lab56.251614.0841-66.2355

#1486fb color RGB value is (20,134,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 10000110 11111011
Octal 24 206 373
Decimal 20 134 251
Hex 14 86 FB

RGB Percentages of Color #1486fb

%4.94
%33.09
%61.98

CMYK Percentages of Color #1486fb

%92
%47
%0
%2

Triadic Colors of #1486fb

#1486fb #fb1486 #86fb14

Analogous Colors of #1486fb

#1486fb #1614fb #14fafb

Monochromatic Colors of #1486fb

#1486fb

Complementary Color

#1486fb #fb8914

#1486fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1486fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1486fb Color CSS Codes

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

#1486fb Text Font Color

<p style="color:#1486fb">Text here</p>

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


#1486fb Background Color

<div style="background-color:#1486fb">
Div content here</div>

This div background color is #1486fb


#1486fb Border Color

<div style="border:3px solid #1486fb">
Div here</div>

This div border color is #1486fb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,134,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1486fb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1486fb;
  -webkit-box-shadow: 1px 1px 3px 2px #1486fb;
  box-shadow:         1px 1px 3px 2px #1486fb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(20,134,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 #1486fb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1486fb


Comments

No comments written yet.

Please login to write comment.