Html Css Color HEX #111ACD Medium Blue

📋 copy color: '#111ACD'

red 17 ◦ green 26 ◦ blue 205

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

Shades of Medium Blue #111ACD

Tints of Medium Blue #111ACD

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.48%

 BLUE value IS 205 (80.47% from 255) = 82.66%

R = 6.85%
G = 10.48%
B = 82.66%

CMYK

 C value IS 0.92

 M value IS 0.87

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#111ACD (or 0x111ACD) is known color: Medium Blue. HEX triplet: 11, 1A and CD. RGB value is (17,26,205). Sum of RGB (Red+Green+Blue) = 17+26+205=248 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.85% from 248); Green value is 26 (10.55% from 255 or 10.48% from 248); Blue value is 205 (80.47% from 255 or 82.66% from 248); Max value from RGB is 205 - color contains mainly: blue. Hex color #111ACD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #111ACD is #EEE532. Grayscale: #2A2A2A. Windows color (decimal): -15656243 or 13441553. OLE color: 13441553.

HSL color Cylindrical-coordinate representation of color #111ACD: hue angle of 237.13º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #111ACD is Cyan = 0.92, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 17 26 205 -
CMYK 0.92 0.87 0 0.20
HSL 237.13º 0.85% 0.44% -
HSV(B) 237.13º 0.92% 0.8% -
XYZ 11.62 5.27 58.16 -
YUV 43.72 219.02 108.95 -
System Red Green Blue C M Y K H S L
Decimal 17 26 205 0.92 0.87 0 0.20 237.13 0.85 0.44
Hex 11 1A CD 5C 57 0 14 ED 55 2C
Octal 21 32 315 134 127 0 24 355 125 54
Binary 10001 11010 11001101 1011100 1010111 0 10100 11101101 1010101 101100

Color Harmonies of #111ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111ACD

Black with #111ACD

Text Example


Text Example

White with #111ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,26,205); }

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

background-color css

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

 a { background-color: rgb(17,26,205); }

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

border-color css

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

 span { border-color: rgb(17,26,205); }

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