Html Css Color HEX #111EDA Medium Blue

📋 copy color: '#111EDA'

red 17 ◦ green 30 ◦ blue 218

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

Shades of Medium Blue #111EDA

Tints of Medium Blue #111EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 82.26%

R = 6.42%
G = 11.32%
B = 82.26%

CMYK

 C value IS 0.92

 M value IS 0.86

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#111EDA (or 0x111EDA) is known color: Medium Blue. HEX triplet: 11, 1E and DA. RGB value is (17,30,218). Sum of RGB (Red+Green+Blue) = 17+30+218=265 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.42% from 265); Green value is 30 (12.11% from 255 or 11.32% from 265); Blue value is 218 (85.55% from 255 or 82.26% from 265); Max value from RGB is 218 - color contains mainly: blue. Hex color #111EDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #111EDA is #EEE125. Grayscale: #2E2E2E. Windows color (decimal): -15655206 or 14294545. OLE color: 14294545.

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

Color convert

RGB 17 30 218 -
CMYK 0.92 0.86 0 0.15
HSL 236.12º 0.86% 0.46% -
HSV(B) 236.12º 0.92% 0.85% -
XYZ 13.35 6.11 66.81 -
YUV 47.55 224.19 106.21 -
System Red Green Blue C M Y K H S L
Decimal 17 30 218 0.92 0.86 0 0.15 236.12 0.86 0.46
Hex 11 1E DA 5C 56 0 F EC 56 2E
Octal 21 36 332 134 126 0 17 354 126 56
Binary 10001 11110 11011010 1011100 1010110 0 1111 11101100 1010110 101110

Color Harmonies of #111EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111EDA

Black with #111EDA

Text Example


Text Example

White with #111EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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