#1116de

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

Shades of Medium Blue #1116DE

Tints of Medium Blue #1116DE

Color information

#1116DE (or 0x1116DE) is unknown color: approx Medium Blue. HEX triplet: 11, 16 and DE. RGB value is (17,22,222). Sum of RGB (Red+Green+Blue) = 17+22+222=261 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.51% from 261); Green value is 22 (8.98% from 255 or 8.43% from 261); Blue value is 222 (87.11% from 255 or 85.06% from 261); Max value from RGB is 222 - color contains mainly: blue. Hex color #1116DE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1116DE is #EEE921. Grayscale: #2A2A2A. Windows color (decimal): -15657250 or 14554641. OLE color: 14554641.

HSL color Cylindrical-coordinate representation of color #1116DE: hue angle of 238.54º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1116DE is Cyan = 0.92, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB1722222-
CMYK0.920.9000.13
HSL238.54º85.77%46.86%-
HSV(B)238.54º92.34%87.06%-
XYZ13.75.9769.54-
YUV43.3228.84109.24-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.51%
GREEN value IS 22 (8.98% from 255) = 8.43%
BLUE value IS 222 (87.11% from 255) = 85.06%
R=6.51%
G=8.43%
B=85.06%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal17222220.920.9000.13238.5485.7746.86
Hex1116DE5C5A0Def562f
Octal212633613413201535712657
Binary1000110110110111101011100101101001101111011111010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1116de

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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