#111DCC

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

Shades of Medium Blue #111DCC

Tints of Medium Blue #111DCC

Color information

#111DCC (or 0x111DCC) is unknown color: approx Medium Blue. HEX triplet: 11, 1D and CC. RGB value is (17,29,204). Sum of RGB (Red+Green+Blue) = 17+29+204=250 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.8% from 250); Green value is 29 (11.72% from 255 or 11.6% from 250); Blue value is 204 (80.08% from 255 or 81.6% from 250); Max value from RGB is 204 - color contains mainly: blue. Hex color #111DCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #111DCC is #EEE233. Grayscale: #2C2C2C. Windows color (decimal): -15655476 or 13376785. OLE color: 13376785.

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

Color convert

RGB1729204-
CMYK0.920.8600.2
HSL236.15º84.62%43.33%-
HSV(B)236.15º91.67%80%-
XYZ11.575.3657.55-
YUV45.36217.52107.77-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.8%
GREEN value IS 29 (11.72% from 255) = 11.6%
BLUE value IS 204 (80.08% from 255) = 81.6%
R=6.8%
G=11.6%
B=81.6%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal17292040.920.8600.2236.1584.6243.33
Hex111DCC5C56014ec552b
Octal213531413412602435412553
Binary10001111011100110010111001010110010100111011001010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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