color codes Logo

#1387fb color codes

#1387FB
(19,135,251)
0 Favorites   0 Comments

Color spaces of #1387fb

RGB 19135251
HSL0.580.970.53
HSV210°92°98°
CMYK 0.920.460.00   0.02
XYZ26.345124.431494.5940
Yxy24.43140.18120.1681
Hunter Lab49.42818.6409-78.8676
CIE-Lab56.517213.4307-65.8083

#1387fb color RGB value is (19,135,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 10000111 11111011
Octal 23 207 373
Decimal 19 135 251
Hex 13 87 FB

RGB Percentages of Color #1387fb

%4.69
%33.33
%61.98

CMYK Percentages of Color #1387fb

%92
%46
%0
%2

Triadic Colors of #1387fb

#1387fb #fb1387 #87fb13

Analogous Colors of #1387fb

#1387fb #1313fb #13fbfb

Monochromatic Colors of #1387fb

#1387fb

Complementary Color

#1387fb #fb8713

#1387fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1387fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1387fb Color CSS Codes

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

#1387fb Text Font Color

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

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


#1387fb Background Color

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

This div background color is #1387fb


#1387fb Border Color

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

This div border color is #1387fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1387fb


Comments

No comments written yet.

Please login to write comment.