Html Css Color HEX #111FDC Medium Blue

📋 copy color: '#111FDC'

red 17 ◦ green 31 ◦ blue 220

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

Shades of Medium Blue #111FDC

Tints of Medium Blue #111FDC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.57%

 BLUE value IS 220 (86.33% from 255) = 82.09%

R = 6.34%
G = 11.57%
B = 82.09%

CMYK

 C value IS 0.92

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#111FDC (or 0x111FDC) is known color: Medium Blue. HEX triplet: 11, 1F and DC. RGB value is (17,31,220). Sum of RGB (Red+Green+Blue) = 17+31+220=268 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.34% from 268); Green value is 31 (12.5% from 255 or 11.57% from 268); Blue value is 220 (86.33% from 255 or 82.09% from 268); Max value from RGB is 220 - color contains mainly: blue. Hex color #111FDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #111FDC is #EEE023. Grayscale: #2F2F2F. Windows color (decimal): -15654948 or 14425873. OLE color: 14425873.

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

Color convert

RGB 17 31 220 -
CMYK 0.92 0.86 0 0.14
HSL 235.86º 0.86% 0.46% -
HSV(B) 235.86º 0.92% 0.86% -
XYZ 13.64 6.27 68.2 -
YUV 48.36 224.86 105.63 -
System Red Green Blue C M Y K H S L
Decimal 17 31 220 0.92 0.86 0 0.14 235.86 0.86 0.46
Hex 11 1F DC 5C 56 0 E EC 56 2E
Octal 21 37 334 134 126 0 16 354 126 56
Binary 10001 11111 11011100 1011100 1010110 0 1110 11101100 1010110 101110

Color Harmonies of #111FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111FDC

Black with #111FDC

Text Example


Text Example

White with #111FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,31,220); }

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

background-color css

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

 a { background-color: rgb(17,31,220); }

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

border-color css

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

 span { border-color: rgb(17,31,220); }

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