Color Hex Logo

#1261ff Color Hex

#1261FF
(18,97,255)
0 Favorites   0 Comments

Color spaces of #1261ff

RGB 1897255
HSL0.611.000.54
HSV220°93°100°
CMYK 0.930.620.00   0.00
XYZ22.574115.898096.4866
Yxy15.89800.16730.1178
Hunter Lab39.872331.2830-115.5647
CIE-Lab46.840438.7789-83.7567

#1261ff color RGB value is (18,97,255).

#1261ff hex color red value is 18, green value is 97 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #1261ff hue: 0.61 , saturation: 1.00 and the lightness value of 1261ff is 0.54.

The process color (four color CMYK) of #1261ff color hex is 0.93, 0.62, 0.00, 0.00. Web safe color of #1261ff is #0066ff. Color #1261ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01100001 11111111
Octal 22 141 377
Decimal 18 97 255
Hex 12 61 FF

RGB Percentages of Color #1261ff

%4.86
%26.22
%68.92

CMYK Percentages of Color #1261ff

%93
%62
%0
%0

Triadic Colors of #1261ff

#1261ff #ff1261 #61ff12

Analogous Colors of #1261ff

#1261ff #3912ff #12d8ff

Monochromatic Colors of #1261ff

#1261ff

Complementary Color

#1261ff #ffb012

#1261ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1261ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#1261ff Color CSS Codes

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

#1261ff Text Font Color

<p style="color:#1261ff">Text here</p>

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


#1261ff Background Color

<div style="background-color:#1261ff">
Div content here</div>

This div background color is #1261ff


#1261ff Border Color

<div style="border:3px solid #1261ff">
Div here</div>

This div border color is #1261ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,97,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1261ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1261ff;
  -webkit-box-shadow: 1px 1px 3px 2px #1261ff;
  box-shadow:         1px 1px 3px 2px #1261ff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(18,97,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1261ff

Related Colors


Comments

No comments written yet.

Please login to write comment.