Html Css Color HEX #111DDA Medium Blue

📋 copy color: '#111DDA'

red 17 ◦ green 29 ◦ blue 218

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

Shades of Medium Blue #111DDA

Tints of Medium Blue #111DDA

RGB

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

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

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

R = 6.44%
G = 10.98%
B = 82.58%

CMYK

 C value IS 0.92

 M value IS 0.87

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#111DDA (or 0x111DDA) is known color: Medium Blue. HEX triplet: 11, 1D and DA. RGB value is (17,29,218). Sum of RGB (Red+Green+Blue) = 17+29+218=264 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.44% from 264); Green value is 29 (11.72% from 255 or 10.98% from 264); Blue value is 218 (85.55% from 255 or 82.58% from 264); Max value from RGB is 218 - color contains mainly: blue. Hex color #111DDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #111DDA is #EEE225. Grayscale: #2E2E2E. Windows color (decimal): -15655462 or 14294289. OLE color: 14294289.

HSL color Cylindrical-coordinate representation of color #111DDA: hue angle of 236.42º 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 #111DDA is Cyan = 0.92, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 17 29 218 -
CMYK 0.92 0.87 0 0.15
HSL 236.42º 0.86% 0.46% -
HSV(B) 236.42º 0.92% 0.85% -
XYZ 13.33 6.06 66.8 -
YUV 46.96 224.52 106.63 -
System Red Green Blue C M Y K H S L
Decimal 17 29 218 0.92 0.87 0 0.15 236.42 0.86 0.46
Hex 11 1D DA 5C 57 0 F EC 56 2E
Octal 21 35 332 134 127 0 17 354 126 56
Binary 10001 11101 11011010 1011100 1010111 0 1111 11101100 1010110 101110

Color Harmonies of #111DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111DDA

Black with #111DDA

Text Example


Text Example

White with #111DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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