Html Css Color HEX #111DDB Medium Blue

📋 copy color: '#111DDB'

red 17 ◦ green 29 ◦ blue 219

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

Shades of Medium Blue #111DDB

Tints of Medium Blue #111DDB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.94%

 BLUE value IS 219 (85.94% from 255) = 82.64%

R = 6.42%
G = 10.94%
B = 82.64%

CMYK

 C value IS 0.92

 M value IS 0.87

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#111DDB (or 0x111DDB) is known color: Medium Blue. HEX triplet: 11, 1D and DB. RGB value is (17,29,219). Sum of RGB (Red+Green+Blue) = 17+29+219=265 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.42% from 265); Green value is 29 (11.72% from 255 or 10.94% from 265); Blue value is 219 (85.94% from 255 or 82.64% from 265); Max value from RGB is 219 - color contains mainly: blue. Hex color #111DDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #111DDB is #EEE224. Grayscale: #2E2E2E. Windows color (decimal): -15655461 or 14359825. OLE color: 14359825.

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

Color convert

RGB 17 29 219 -
CMYK 0.92 0.87 0 0.14
HSL 236.44º 0.86% 0.46% -
HSV(B) 236.44º 0.92% 0.86% -
XYZ 13.46 6.11 67.49 -
YUV 47.07 225.02 106.55 -
System Red Green Blue C M Y K H S L
Decimal 17 29 219 0.92 0.87 0 0.14 236.44 0.86 0.46
Hex 11 1D DB 5C 57 0 E EC 56 2E
Octal 21 35 333 134 127 0 16 354 126 56
Binary 10001 11101 11011011 1011100 1010111 0 1110 11101100 1010110 101110

Color Harmonies of #111DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111DDB

Black with #111DDB

Text Example


Text Example

White with #111DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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