Color Hex Logo

#1117db Color Hex

#1117DB
(17,23,219)
0 Favorites   0 Comments

Color spaces of #1117db

RGB 1723219
HSL0.660.860.46
HSV238°92°86°
CMYK 0.920.890.00   0.14
XYZ13.32375.846467.4441
Yxy5.84640.15380.0675
Hunter Lab24.179356.0462-148.4538
CIE-Lab29.021665.6774-92.8636

#1117db color RGB value is (17,23,219).

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

The process color (four color CMYK) of #1117db color hex is 0.92, 0.89, 0.00, 0.14. Web safe color of #1117db is #0000cc. Color #1117db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00010111 11011011
Octal 21 27 333
Decimal 17 23 219
Hex 11 17 DB

RGB Percentages of Color #1117db

%6.56
%8.88
%84.56

CMYK Percentages of Color #1117db

%92
%89
%0
%14

Triadic Colors of #1117db

#1117db #db1117 #17db11

Analogous Colors of #1117db

#1117db #7011db #117cdb

Monochromatic Colors of #1117db

#1117db

Complementary Color

#1117db #dbd511

#1117db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1117db Color Preview on White Background

Lorem ipsum dolor sit amet.

#1117db Color CSS Codes

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

#1117db Text Font Color

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

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


#1117db Background Color

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

This div background color is #1117db


#1117db Border Color

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

This div border color is #1117db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(17,23,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1117db


Comments

No comments written yet.

Please login to write comment.