color codes Logo

#1271fb color codes

#1271FB
(18,113,251)
0 Favorites   0 Comments

Color spaces of #1271fb

RGB 18113251
HSL0.600.970.53
HSV216°93°98°
CMYK 0.930.550.00   0.02
XYZ23.567218.903993.6735
Yxy18.90390.17310.1389
Hunter Lab43.478620.6668-97.3037
CIE-Lab50.574627.1589-75.4330

#1271fb color RGB value is (18,113,251).

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

The process color (four color CMYK) of #1271fb color code is 0.93, 0.55, 0.00, 0.02. Web safe color of #1271fb is #0066ff. Color #1271fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01110001 11111011
Octal 22 161 373
Decimal 18 113 251
Hex 12 71 FB

RGB Percentages of Color #1271fb

%4.71
%29.58
%65.71

CMYK Percentages of Color #1271fb

%93
%55
%0
%2

Triadic Colors of #1271fb

#1271fb #fb1271 #71fb12

Analogous Colors of #1271fb

#1271fb #2712fb #12e6fb

Monochromatic Colors of #1271fb

#1271fb

Complementary Color

#1271fb #fb9c12

#1271fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1271fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1271fb Color CSS Codes

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

#1271fb Text Font Color

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

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


#1271fb Background Color

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

This div background color is #1271fb


#1271fb Border Color

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

This div border color is #1271fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1271fb

Related Colors


Comments

No comments written yet.

Please login to write comment.