#1116FA

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

Shades of Blue #1116FA

Tints of Blue #1116FA

Color information

#1116FA (or 0x1116FA) is unknown color: approx Blue. HEX triplet: 11, 16 and FA. RGB value is (17,22,250). Sum of RGB (Red+Green+Blue) = 17+22+250=289 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.88% from 289); Green value is 22 (8.98% from 255 or 7.61% from 289); Blue value is 250 (98.05% from 255 or 86.51% from 289); Max value from RGB is 250 - color contains mainly: blue. Hex color #1116FA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1116FA is #EEE905. Grayscale: #2D2D2D. Windows color (decimal): -15657222 or 16389649. OLE color: 16389649.

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

Color convert

RGB1722250-
CMYK0.930.9100.02
HSL238.71º95.88%52.35%-
HSV(B)238.71º93.2%98.04%-
XYZ17.777.690.97-
YUV46.5242.84106.96-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.88%
GREEN value IS 22 (8.98% from 255) = 7.61%
BLUE value IS 250 (98.05% from 255) = 86.51%
R=5.88%
G=7.61%
B=86.51%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal17222500.930.9100.02238.7195.8852.35
Hex1116FA5D5B02ef6034
Octal21263721351330235714064
Binary10001101101111101010111011011011010111011111100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1116FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1116FA; }

 p { color: rgb(17,22,250); }

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

<style>
 a { background-color: #1116FA; }

 a { background-color: rgb(17,22,250); }

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

<style>
 span { border-color: #1116FA; }

 span { border-color: rgb(17,22,250); }

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