#111ADC

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

Shades of Medium Blue #111ADC

Tints of Medium Blue #111ADC

Color information

#111ADC (or 0x111ADC) is unknown color: approx Medium Blue. HEX triplet: 11, 1A and DC. RGB value is (17,26,220). Sum of RGB (Red+Green+Blue) = 17+26+220=263 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.46% from 263); Green value is 26 (10.55% from 255 or 9.89% from 263); Blue value is 220 (86.33% from 255 or 83.65% from 263); Max value from RGB is 220 - color contains mainly: blue. Hex color #111ADC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #111ADC is #EEE523. Grayscale: #2C2C2C. Windows color (decimal): -15656228 or 14424593. OLE color: 14424593.

HSL color Cylindrical-coordinate representation of color #111ADC: hue angle of 237.34º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #111ADC is Cyan = 0.92, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB1726220-
CMYK0.920.8800.14
HSL237.34º85.65%46.47%-
HSV(B)237.34º92.27%86.27%-
XYZ13.526.0368.16-
YUV45.42226.52107.73-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.46%
GREEN value IS 26 (10.55% from 255) = 9.89%
BLUE value IS 220 (86.33% from 255) = 83.65%
R=6.46%
G=9.89%
B=83.65%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal17262200.920.8800.14237.3485.6546.47
Hex111ADC5C580Eed562e
Octal213233413413001635512656
Binary1000111010110111001011100101100001110111011011010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111ADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,26,220); }

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

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

 a { background-color: rgb(17,26,220); }

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

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

 span { border-color: rgb(17,26,220); }

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