Html Css Color HEX #111ED0 Medium Blue

📋 copy color: '#111ED0'

red 17 ◦ green 30 ◦ blue 208

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

Shades of Medium Blue #111ED0

Tints of Medium Blue #111ED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 81.57%

R = 6.67%
G = 11.76%
B = 81.57%

CMYK

 C value IS 0.92

 M value IS 0.86

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#111ED0 (or 0x111ED0) is known color: Medium Blue. HEX triplet: 11, 1E and D0. RGB value is (17,30,208). Sum of RGB (Red+Green+Blue) = 17+30+208=255 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.67% from 255); Green value is 30 (12.11% from 255 or 11.76% from 255); Blue value is 208 (81.64% from 255 or 81.57% from 255); Max value from RGB is 208 - color contains mainly: blue. Hex color #111ED0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #111ED0 is #EEE12F. Grayscale: #2D2D2D. Windows color (decimal): -15655216 or 13639185. OLE color: 13639185.

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

Color convert

RGB 17 30 208 -
CMYK 0.92 0.86 0 0.18
HSL 235.92º 0.85% 0.44% -
HSV(B) 235.92º 0.92% 0.82% -
XYZ 12.08 5.6 60.12 -
YUV 46.41 219.19 107.03 -
System Red Green Blue C M Y K H S L
Decimal 17 30 208 0.92 0.86 0 0.18 235.92 0.85 0.44
Hex 11 1E D0 5C 56 0 12 EC 55 2C
Octal 21 36 320 134 126 0 22 354 125 54
Binary 10001 11110 11010000 1011100 1010110 0 10010 11101100 1010101 101100

Color Harmonies of #111ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111ED0

Black with #111ED0

Text Example


Text Example

White with #111ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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