Html Css Color HEX #111EDE Medium Blue

📋 copy color: '#111EDE'

red 17 ◦ green 30 ◦ blue 222

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

Shades of Medium Blue #111EDE

Tints of Medium Blue #111EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 82.53%

R = 6.32%
G = 11.15%
B = 82.53%

CMYK

 C value IS 0.92

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#111EDE (or 0x111EDE) is known color: Medium Blue. HEX triplet: 11, 1E and DE. RGB value is (17,30,222). Sum of RGB (Red+Green+Blue) = 17+30+222=269 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.32% from 269); Green value is 30 (12.11% from 255 or 11.15% from 269); Blue value is 222 (87.11% from 255 or 82.53% from 269); Max value from RGB is 222 - color contains mainly: blue. Hex color #111EDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #111EDE is #EEE121. Grayscale: #2F2F2F. Windows color (decimal): -15655202 or 14556689. OLE color: 14556689.

HSL color Cylindrical-coordinate representation of color #111EDE: hue angle of 236.2º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #111EDE is Cyan = 0.92, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 17 30 222 -
CMYK 0.92 0.86 0 0.13
HSL 236.2º 0.86% 0.47% -
HSV(B) 236.2º 0.92% 0.87% -
XYZ 13.88 6.32 69.6 -
YUV 48 226.19 105.89 -
System Red Green Blue C M Y K H S L
Decimal 17 30 222 0.92 0.86 0 0.13 236.2 0.86 0.47
Hex 11 1E DE 5C 56 0 D EC 56 2F
Octal 21 36 336 134 126 0 15 354 126 57
Binary 10001 11110 11011110 1011100 1010110 0 1101 11101100 1010110 101111

Color Harmonies of #111EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111EDE

Black with #111EDE

Text Example


Text Example

White with #111EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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