#1109F9

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

Shades of Blue #1109F9

Tints of Blue #1109F9

Color information

#1109F9 (or 0x1109F9) is unknown color: approx Blue. HEX triplet: 11, 09 and F9. RGB value is (17,9,249). Sum of RGB (Red+Green+Blue) = 17+9+249=275 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.18% from 275); Green value is 9 (3.91% from 255 or 3.27% from 275); Blue value is 249 (97.66% from 255 or 90.55% from 275); Max value from RGB is 249 - color contains mainly: blue. Hex color #1109F9 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1109F9 is #EEF606. Grayscale: #252525. Windows color (decimal): -15660551 or 16320785. OLE color: 16320785.

HSL color Cylindrical-coordinate representation of color #1109F9: hue angle of 242º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1109F9 is Cyan = 0.93, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB179249-
CMYK0.930.9600.02
HSL242º95.24%50.59%-
HSV(B)242º96.39%97.65%-
XYZ17.437.1590.08-
YUV38.75246.65112.49-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.18%
GREEN value IS 9 (3.91% from 255) = 3.27%
BLUE value IS 249 (97.66% from 255) = 90.55%
R=6.18%
G=3.27%
B=90.55%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1792490.930.9600.0224295.2450.59
Hex119F95D6002f25f33
Octal21113711351400236213763
Binary1000110011111100110111011100000010111100101011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1109F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1109F9; }

 p { color: rgb(17,9,249); }

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

<style>
 a { background-color: #1109F9; }

 a { background-color: rgb(17,9,249); }

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

<style>
 span { border-color: #1109F9; }

 span { border-color: rgb(17,9,249); }

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