#1117FF

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

Shades of Blue #1117FF

Tints of Blue #1117FF

Color information

#1117FF (or 0x1117FF) is unknown color: approx Blue. HEX triplet: 11, 17 and FF. RGB value is (17,23,255). Sum of RGB (Red+Green+Blue) = 17+23+255=295 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.76% from 295); Green value is 23 (9.38% from 255 or 7.80% from 295); Blue value is 255 (100% from 255 or 86.44% from 295); Max value from RGB is 255 - color contains mainly: blue. Hex color #1117FF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1117FF is #EEE800. Grayscale: #2E2E2E. Windows color (decimal): -15656961 or 16717585. OLE color: 16717585.

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

Color convert

RGB1723255-
CMYK0.930.9100
HSL238.49º100%53.33%-
HSV(B)238.49º93.33%100%-
XYZ18.597.9595.16-
YUV47.65245.01106.14-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.76%
GREEN value IS 23 (9.38% from 255) = 7.80%
BLUE value IS 255 (100% from 255) = 86.44%
R=5.76%
G=7.80%
B=86.44%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal17232550.930.9100238.4910053.33
Hex1117FF5D5B00ee6435
Octal21273771351330035614465
Binary1000110111111111111011101101101100111011101100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1117FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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