#1101F7

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

Shades of Blue #1101F7

Tints of Blue #1101F7

Color information

#1101F7 (or 0x1101F7) is unknown color: approx Blue. HEX triplet: 11, 01 and F7. RGB value is (17,1,247). Sum of RGB (Red+Green+Blue) = 17+1+247=265 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.42% from 265); Green value is 1 (0.78% from 255 or 0.38% from 265); Blue value is 247 (96.88% from 255 or 93.21% from 265); Max value from RGB is 247 - color contains mainly: blue. Hex color #1101F7 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1101F7 is #EEFE08. Grayscale: #202020. Windows color (decimal): -15662601 or 16187665. OLE color: 16187665.

HSL color Cylindrical-coordinate representation of color #1101F7: hue angle of 243.9º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1101F7 is Cyan = 0.93, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB171247-
CMYK0.931.0000.03
HSL243.9º99.19%48.63%-
HSV(B)243.9º99.6%96.86%-
XYZ17.036.8688.42-
YUV33.83248.3116-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.42%
GREEN value IS 1 (0.78% from 255) = 0.38%
BLUE value IS 247 (96.88% from 255) = 93.21%
R=6.42%
G=0.38%
B=93.21%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 1.00
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1712470.931.0000.03243.999.1948.63
Hex111F75D6403f46331
Octal2113671351440336414361
Binary1000111111011110111011100100011111101001100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1101F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1101F7; }

 p { color: rgb(17,1,247); }

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

<style>
 a { background-color: #1101F7; }

 a { background-color: rgb(17,1,247); }

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

<style>
 span { border-color: #1101F7; }

 span { border-color: rgb(17,1,247); }

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