#111BDD

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

Shades of Medium Blue #111BDD

Tints of Medium Blue #111BDD

Color information

#111BDD (or 0x111BDD) is unknown color: approx Medium Blue. HEX triplet: 11, 1B and DD. RGB value is (17,27,221). Sum of RGB (Red+Green+Blue) = 17+27+221=265 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.42% from 265); Green value is 27 (10.94% from 255 or 10.19% from 265); Blue value is 221 (86.72% from 255 or 83.40% from 265); Max value from RGB is 221 - color contains mainly: blue. Hex color #111BDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #111BDD is #EEE422. Grayscale: #2D2D2D. Windows color (decimal): -15655971 or 14490385. OLE color: 14490385.

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

Color convert

RGB1727221-
CMYK0.920.8800.13
HSL237.06º85.71%46.67%-
HSV(B)237.06º92.31%86.67%-
XYZ13.676.1268.87-
YUV46.13226.69107.23-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.42%
GREEN value IS 27 (10.94% from 255) = 10.19%
BLUE value IS 221 (86.72% from 255) = 83.40%
R=6.42%
G=10.19%
B=83.40%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal17272210.920.8800.13237.0685.7146.67
Hex111BDD5C580Ded562f
Octal213333513413001535512657
Binary1000111011110111011011100101100001101111011011010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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