#111DDD

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

Shades of Medium Blue #111DDD

Tints of Medium Blue #111DDD

Color information

#111DDD (or 0x111DDD) is unknown color: approx Medium Blue. HEX triplet: 11, 1D and DD. RGB value is (17,29,221). Sum of RGB (Red+Green+Blue) = 17+29+221=267 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.37% from 267); Green value is 29 (11.72% from 255 or 10.86% from 267); Blue value is 221 (86.72% from 255 or 82.77% from 267); Max value from RGB is 221 - color contains mainly: blue. Hex color #111DDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #111DDD is #EEE222. Grayscale: #2E2E2E. Windows color (decimal): -15655459 or 14490897. OLE color: 14490897.

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

Color convert

RGB1729221-
CMYK0.920.8700.13
HSL236.47º85.71%46.67%-
HSV(B)236.47º92.31%86.67%-
XYZ13.726.2268.88-
YUV47.3226.02106.39-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.37%
GREEN value IS 29 (11.72% from 255) = 10.86%
BLUE value IS 221 (86.72% from 255) = 82.77%
R=6.37%
G=10.86%
B=82.77%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal17292210.920.8700.13236.4785.7146.67
Hex111DDD5C570Dec562f
Octal213533513412701535412657
Binary1000111101110111011011100101011101101111011001010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111DDD; }

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

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

<style>
 a { background-color: #111DDD; }

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

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

<style>
 span { border-color: #111DDD; }

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

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