#111ACC

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

Shades of Medium Blue #111ACC

Tints of Medium Blue #111ACC

Color information

#111ACC (or 0x111ACC) is unknown color: approx Medium Blue. HEX triplet: 11, 1A and CC. RGB value is (17,26,204). Sum of RGB (Red+Green+Blue) = 17+26+204=247 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.88% from 247); Green value is 26 (10.55% from 255 or 10.53% from 247); Blue value is 204 (80.08% from 255 or 82.59% from 247); Max value from RGB is 204 - color contains mainly: blue. Hex color #111ACC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #111ACC is #EEE533. Grayscale: #2A2A2A. Windows color (decimal): -15656244 or 13376017. OLE color: 13376017.

HSL color Cylindrical-coordinate representation of color #111ACC: hue angle of 237.11º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #111ACC is Cyan = 0.92, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB1726204-
CMYK0.920.8700.2
HSL237.11º84.62%43.33%-
HSV(B)237.11º91.67%80%-
XYZ11.55.2257.53-
YUV43.6218.52109.03-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.88%
GREEN value IS 26 (10.55% from 255) = 10.53%
BLUE value IS 204 (80.08% from 255) = 82.59%
R=6.88%
G=10.53%
B=82.59%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal17262040.920.8700.2237.1184.6243.33
Hex111ACC5C57014ed552b
Octal213231413412702435512553
Binary10001110101100110010111001010111010100111011011010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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