#1122dd

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

Shades of Medium Blue #1122DD

Tints of Medium Blue #1122DD

Color information

#1122DD (or 0x1122DD) is unknown color: approx Medium Blue. HEX triplet: 11, 22 and DD. RGB value is (17,34,221). Sum of RGB (Red+Green+Blue) = 17+34+221=272 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.25% from 272); Green value is 34 (13.67% from 255 or 12.5% from 272); Blue value is 221 (86.72% from 255 or 81.25% from 272); Max value from RGB is 221 - color contains mainly: blue. Hex color #1122DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1122DD is #EEDD22. Grayscale: #313131. Windows color (decimal): -15654179 or 14492177. OLE color: 14492177.

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

Color convert

RGB1734221-
CMYK0.920.8500.13
HSL235º85.71%46.67%-
HSV(B)235º92.31%86.67%-
XYZ13.856.4868.93-
YUV50.24224.37104.29-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.25%
GREEN value IS 34 (13.67% from 255) = 12.5%
BLUE value IS 221 (86.72% from 255) = 81.25%
R=6.25%
G=12.5%
B=81.25%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal17342210.920.8500.1323585.7146.67
Hex1122DD5C550Deb562f
Octal214233513412501535312657
Binary10001100010110111011011100101010101101111010111010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1122dd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1122dd; }

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

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

<style>
 a { background-color: #1122dd; }

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

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

<style>
 span { border-color: #1122dd; }

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

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