Color Hex Logo

#1117ff Color Hex

#1117FF
(17,23,255)
0 Favorites   0 Comments

Color spaces of #1117ff

RGB 1723255
HSL0.661.000.53
HSV238°93°100°
CMYK 0.930.910.00   0.00
XYZ18.58767.952095.1630
Yxy7.95200.15270.0653
Hunter Lab28.199368.3098-180.3440
CIE-Lab33.882775.2112-105.2150

#1117ff color RGB value is (17,23,255).

#1117ff hex color red value is 17, green value is 23 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #1117ff hue: 0.66 , saturation: 1.00 and the lightness value of 1117ff is 0.53.

The process color (four color CMYK) of #1117ff color hex is 0.93, 0.91, 0.00, 0.00. Web safe color of #1117ff is #0000ff. Color #1117ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00010111 11111111
Octal 21 27 377
Decimal 17 23 255
Hex 11 17 FF

RGB Percentages of Color #1117ff

%5.76
%7.80
%86.44

CMYK Percentages of Color #1117ff

%93
%91
%0
%0

Triadic Colors of #1117ff

#1117ff #ff1117 #17ff11

Analogous Colors of #1117ff

#1117ff #8211ff #118eff

Monochromatic Colors of #1117ff

#1117ff

Complementary Color

#1117ff #fff911

#1117ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1117ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#1117ff Color CSS Codes

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

#1117ff Text Font Color

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

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


#1117ff Background Color

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

This div background color is #1117ff


#1117ff Border Color

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

This div border color is #1117ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(17,23,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 #1117ff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1117ff

Related Colors


Comments

No comments written yet.

Please login to write comment.