Color Hex Logo

#117fdb Color Hex

#117FDB
(17,127,219)
0 Favorites   0 Comments

Color spaces of #117fdb

RGB 17127219
HSL0.580.860.46
HSV207°92°86°
CMYK 0.920.420.00   0.14
XYZ20.606720.412469.8717
Yxy20.41240.18580.1841
Hunter Lab45.18012.3490-60.0668
CIE-Lab52.30035.9745-54.7493

#117fdb color RGB value is (17,127,219).

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

The process color (four color CMYK) of #117fdb color hex is 0.92, 0.42, 0.00, 0.14. Web safe color of #117fdb is #0066cc. Color #117fdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01111111 11011011
Octal 21 177 333
Decimal 17 127 219
Hex 11 7F DB

RGB Percentages of Color #117fdb

%4.68
%34.99
%60.33

CMYK Percentages of Color #117fdb

%92
%42
%0
%14

Triadic Colors of #117fdb

#117fdb #db117f #7fdb11

Analogous Colors of #117fdb

#117fdb #111adb #11dbd2

Monochromatic Colors of #117fdb

#117fdb

Complementary Color

#117fdb #db6d11

#117fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#117fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#117fdb Color CSS Codes

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

#117fdb Text Font Color

<p style="color:#117fdb">Text here</p>

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


#117fdb Background Color

<div style="background-color:#117fdb">
Div content here</div>

This div background color is #117fdb


#117fdb Border Color

<div style="border:3px solid #117fdb">
Div here</div>

This div border color is #117fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #117fdb


Comments

No comments written yet.

Please login to write comment.