Html Css Color HEX #111ECD Medium Blue

📋 copy color: '#111ECD'

red 17 ◦ green 30 ◦ blue 205

#111ECD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Blue #111ECD

Tints of Medium Blue #111ECD

RGB

 RED value IS 17 (7.03% from 255) = 6.75%

 GREEN value IS 30 (12.11% from 255) = 11.9%

 BLUE value IS 205 (80.47% from 255) = 81.35%

R = 6.75%
G = 11.9%
B = 81.35%

CMYK

 C value IS 0.92

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#111ECD (or 0x111ECD) is known color: Medium Blue. HEX triplet: 11, 1E and CD. RGB value is (17,30,205). Sum of RGB (Red+Green+Blue) = 17+30+205=252 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.75% from 252); Green value is 30 (12.11% from 255 or 11.90% from 252); Blue value is 205 (80.47% from 255 or 81.35% from 252); Max value from RGB is 205 - color contains mainly: blue. Hex color #111ECD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #111ECD is #EEE132. Grayscale: #2D2D2D. Windows color (decimal): -15655219 or 13442577. OLE color: 13442577.

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

Color convert

RGB 17 30 205 -
CMYK 0.92 0.85 0 0.20
HSL 235.85º 0.85% 0.44% -
HSV(B) 235.85º 0.92% 0.8% -
XYZ 11.71 5.46 58.19 -
YUV 46.06 217.69 107.27 -
System Red Green Blue C M Y K H S L
Decimal 17 30 205 0.92 0.85 0 0.20 235.85 0.85 0.44
Hex 11 1E CD 5C 55 0 14 EC 55 2C
Octal 21 36 315 134 125 0 24 354 125 54
Binary 10001 11110 11001101 1011100 1010101 0 10100 11101100 1010101 101100

Color Harmonies of #111ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111ECD

Black with #111ECD

Text Example


Text Example

White with #111ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #111ECD;
 }
 .AnyTagClassName
 {
   color: #111ECD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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