Html Css Color HEX #111ADD Medium Blue

📋 copy color: '#111ADD'

red 17 ◦ green 26 ◦ blue 221

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

Shades of Medium Blue #111ADD

Tints of Medium Blue #111ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 83.71%

R = 6.44%
G = 9.85%
B = 83.71%

CMYK

 C value IS 0.92

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#111ADD (or 0x111ADD) is known color: Medium Blue. HEX triplet: 11, 1A and DD. RGB value is (17,26,221). Sum of RGB (Red+Green+Blue) = 17+26+221=264 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.44% from 264); Green value is 26 (10.55% from 255 or 9.85% from 264); Blue value is 221 (86.72% from 255 or 83.71% from 264); Max value from RGB is 221 - color contains mainly: blue. Hex color #111ADD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #111ADD is #EEE522. Grayscale: #2C2C2C. Windows color (decimal): -15656227 or 14490129. OLE color: 14490129.

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

Color convert

RGB 17 26 221 -
CMYK 0.92 0.88 0 0.13
HSL 237.35º 0.86% 0.47% -
HSV(B) 237.35º 0.92% 0.87% -
XYZ 13.65 6.08 68.86 -
YUV 45.54 227.02 107.64 -
System Red Green Blue C M Y K H S L
Decimal 17 26 221 0.92 0.88 0 0.13 237.35 0.86 0.47
Hex 11 1A DD 5C 58 0 D ED 56 2F
Octal 21 32 335 134 130 0 15 355 126 57
Binary 10001 11010 11011101 1011100 1011000 0 1101 11101101 1010110 101111

Color Harmonies of #111ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111ADD

Black with #111ADD

Text Example


Text Example

White with #111ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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