#111ECC

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

Shades of Medium Blue #111ECC

Tints of Medium Blue #111ECC

Color information

#111ECC (or 0x111ECC) is unknown color: approx Medium Blue. HEX triplet: 11, 1E and CC. RGB value is (17,30,204). Sum of RGB (Red+Green+Blue) = 17+30+204=251 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.77% from 251); Green value is 30 (12.11% from 255 or 11.95% from 251); Blue value is 204 (80.08% from 255 or 81.27% from 251); Max value from RGB is 204 - color contains mainly: blue. Hex color #111ECC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #111ECC is #EEE133. Grayscale: #2D2D2D. Windows color (decimal): -15655220 or 13377041. OLE color: 13377041.

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

Color convert

RGB1730204-
CMYK0.920.8500.2
HSL235.83º84.62%43.33%-
HSV(B)235.83º91.67%80%-
XYZ11.595.4157.56-
YUV45.95217.19107.35-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.77%
GREEN value IS 30 (12.11% from 255) = 11.95%
BLUE value IS 204 (80.08% from 255) = 81.27%
R=6.77%
G=11.95%
B=81.27%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal17302040.920.8500.2235.8384.6243.33
Hex111ECC5C55014ec552b
Octal213631413412502435412553
Binary10001111101100110010111001010101010100111011001010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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