#1121dd

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

Shades of Medium Blue #1121DD

Tints of Medium Blue #1121DD

Color information

#1121DD (or 0x1121DD) is unknown color: approx Medium Blue. HEX triplet: 11, 21 and DD. RGB value is (17,33,221). Sum of RGB (Red+Green+Blue) = 17+33+221=271 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.27% from 271); Green value is 33 (13.28% from 255 or 12.18% from 271); Blue value is 221 (86.72% from 255 or 81.55% from 271); Max value from RGB is 221 - color contains mainly: blue. Hex color #1121DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1121DD is #EEDE22. Grayscale: #303030. Windows color (decimal): -15654435 or 14491921. OLE color: 14491921.

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

Color convert

RGB1733221-
CMYK0.920.8500.13
HSL235.29º85.71%46.67%-
HSV(B)235.29º92.31%86.67%-
XYZ13.836.4368.92-
YUV49.65224.7104.71-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.27%
GREEN value IS 33 (13.28% from 255) = 12.18%
BLUE value IS 221 (86.72% from 255) = 81.55%
R=6.27%
G=12.18%
B=81.55%

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
Decimal17332210.920.8500.13235.2985.7146.67
Hex1121DD5C550Deb562f
Octal214133513412501535312657
Binary10001100001110111011011100101010101101111010111010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1121dd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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