#1100F9

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

Shades of Blue #1100F9

Tints of Blue #1100F9

Color information

#1100F9 (or 0x1100F9) is unknown color: approx Blue. HEX triplet: 11, 00 and F9. RGB value is (17,0,249). Sum of RGB (Red+Green+Blue) = 17+0+249=266 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.39% from 266); Green value is 0 (0.39% from 255 or 0% from 266); Blue value is 249 (97.66% from 255 or 93.61% from 266); Max value from RGB is 249 - color contains mainly: blue. Hex color #1100F9 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1100F9 is #EEFF06. Grayscale: #202020. Windows color (decimal): -15662855 or 16318481. OLE color: 16318481.

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

Color convert

RGB170249-
CMYK0.93100.02
HSL244.1º100%48.82%-
HSV(B)244.1º100%97.65%-
XYZ17.336.9690.05-
YUV33.47249.63116.25-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.39%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 249 (97.66% from 255) = 93.61%
R=6.39%
G=0%
B=93.61%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1702490.93100.02244.110048.82
Hex110F95D6402f46431
Octal2103711351440236414461
Binary1000101111100110111011100100010111101001100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1100F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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