Html Css Color HEX #111ADF Medium Blue

📋 copy color: '#111ADF'

red 17 ◦ green 26 ◦ blue 223

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

Shades of Medium Blue #111ADF

Tints of Medium Blue #111ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 83.83%

R = 6.39%
G = 9.77%
B = 83.83%

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

#111ADF (or 0x111ADF) is known color: Medium Blue. HEX triplet: 11, 1A and DF. RGB value is (17,26,223). Sum of RGB (Red+Green+Blue) = 17+26+223=266 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.39% from 266); Green value is 26 (10.55% from 255 or 9.77% from 266); Blue value is 223 (87.5% from 255 or 83.83% from 266); Max value from RGB is 223 - color contains mainly: blue. Hex color #111ADF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #111ADF is #EEE520. Grayscale: #2C2C2C. Windows color (decimal): -15656225 or 14621201. OLE color: 14621201.

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

Color convert

RGB 17 26 223 -
CMYK 0.92 0.88 0 0.13
HSL 237.38º 0.86% 0.47% -
HSV(B) 237.38º 0.92% 0.87% -
XYZ 13.92 6.19 70.27 -
YUV 45.77 228.02 107.48 -
System Red Green Blue C M Y K H S L
Decimal 17 26 223 0.92 0.88 0 0.13 237.38 0.86 0.47
Hex 11 1A DF 5C 58 0 D ED 56 2F
Octal 21 32 337 134 130 0 15 355 126 57
Binary 10001 11010 11011111 1011100 1011000 0 1101 11101101 1010110 101111

Color Harmonies of #111ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111ADF

Black with #111ADF

Text Example


Text Example

White with #111ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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