#1117FD

Color #1117FD Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue #1117FD

Tints of Blue #1117FD

Color information

#1117FD (or 0x1117FD) is unknown color: approx Blue. HEX triplet: 11, 17 and FD. RGB value is (17,23,253). Sum of RGB (Red+Green+Blue) = 17+23+253=293 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.80% from 293); Green value is 23 (9.38% from 255 or 7.85% from 293); Blue value is 253 (99.22% from 255 or 86.35% from 293); Max value from RGB is 253 - color contains mainly: blue. Hex color #1117FD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1117FD is #EEE802. Grayscale: #2E2E2E. Windows color (decimal): -15656963 or 16586513. OLE color: 16586513.

HSL color Cylindrical-coordinate representation of color #1117FD: hue angle of 238.47º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1117FD is Cyan = 0.93, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB1723253-
CMYK0.930.9100.01
HSL238.47º98.33%52.94%-
HSV(B)238.47º93.28%99.22%-
XYZ18.277.8293.48-
YUV47.43244.01106.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 17 (7.03% from 255) = 5.80%
GREEN value IS 23 (9.38% from 255) = 7.85%
BLUE value IS 253 (99.22% from 255) = 86.35%
R=5.80%
G=7.85%
B=86.35%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal17232530.930.9100.01238.4798.3352.94
Hex1117FD5D5B01ee6235
Octal21273751351330135614265
Binary1000110111111111011011101101101101111011101100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1117FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1117FD; }

 p { color: rgb(17,23,253); }

 H1.HeaderClassName
 {
   color: #1117FD;
 }
 .AnyTagClassName
 {
   color: #1117FD;
 }
</style>
background-color css

<style>
 a { background-color: #1117FD; }

 a { background-color: rgb(17,23,253); }

 div.DivClassName
 {
   background-color: #1117FD;
 }
 .BgClassName
 {
   background-color: #1117FD;
 }
</style>
border-color css

<style>
 span { border-color: #1117FD; }

 span { border-color: rgb(17,23,253); }

 td.TdClassName
 {
   border-color: #1117FD;
 }
 .TagClassName
 {
   border-color: #1117FD;
 }
</style>