Html Css Color HEX #111DD2 Medium Blue

📋 copy color: '#111DD2'

red 17 ◦ green 29 ◦ blue 210

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

Shades of Medium Blue #111DD2

Tints of Medium Blue #111DD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 82.03%

R = 6.64%
G = 11.33%
B = 82.03%

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

#111DD2 (or 0x111DD2) is known color: Medium Blue. HEX triplet: 11, 1D and D2. RGB value is (17,29,210). Sum of RGB (Red+Green+Blue) = 17+29+210=256 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.64% from 256); Green value is 29 (11.72% from 255 or 11.33% from 256); Blue value is 210 (82.42% from 255 or 82.03% from 256); Max value from RGB is 210 - color contains mainly: blue. Hex color #111DD2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #111DD2 is #EEE22D. Grayscale: #2D2D2D. Windows color (decimal): -15655470 or 13770001. OLE color: 13770001.

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

Color convert

RGB 17 29 210 -
CMYK 0.92 0.86 0 0.18
HSL 236.27º 0.85% 0.45% -
HSV(B) 236.27º 0.92% 0.82% -
XYZ 12.3 5.65 61.42 -
YUV 46.05 220.52 107.28 -
System Red Green Blue C M Y K H S L
Decimal 17 29 210 0.92 0.86 0 0.18 236.27 0.85 0.45
Hex 11 1D D2 5C 56 0 12 EC 55 2D
Octal 21 35 322 134 126 0 22 354 125 55
Binary 10001 11101 11010010 1011100 1010110 0 10010 11101100 1010101 101101

Color Harmonies of #111DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111DD2

Black with #111DD2

Text Example


Text Example

White with #111DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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