#1116DD

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

Shades of Medium Blue #1116DD

Tints of Medium Blue #1116DD

Color information

#1116DD (or 0x1116DD) is unknown color: approx Medium Blue. HEX triplet: 11, 16 and DD. RGB value is (17,22,221). Sum of RGB (Red+Green+Blue) = 17+22+221=260 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.54% from 260); Green value is 22 (8.98% from 255 or 8.46% from 260); Blue value is 221 (86.72% from 255 or 85% from 260); Max value from RGB is 221 - color contains mainly: blue. Hex color #1116DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1116DD is #EEE922. Grayscale: #2A2A2A. Windows color (decimal): -15657251 or 14489105. OLE color: 14489105.

HSL color Cylindrical-coordinate representation of color #1116DD: hue angle of 238.53º 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 #1116DD is Cyan = 0.92, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB1722221-
CMYK0.920.9000.13
HSL238.53º85.71%46.67%-
HSV(B)238.53º92.31%86.67%-
XYZ13.575.9168.83-
YUV43.19228.34109.32-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.54%
GREEN value IS 22 (8.98% from 255) = 8.46%
BLUE value IS 221 (86.72% from 255) = 85%
R=6.54%
G=8.46%
B=85%

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
Decimal17222210.920.9000.13238.5385.7146.67
Hex1116DD5C5A0Def562f
Octal212633513413201535712657
Binary1000110110110111011011100101101001101111011111010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1116DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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