Html Css Color HEX #1120D6 Medium Blue

📋 copy color: '#1120D6'

red 17 ◦ green 32 ◦ blue 214

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

Shades of Medium Blue #1120D6

Tints of Medium Blue #1120D6

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.17%

 BLUE value IS 214 (83.98% from 255) = 81.37%

R = 6.46%
G = 12.17%
B = 81.37%

CMYK

 C value IS 0.92

 M value IS 0.85

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#1120D6 (or 0x1120D6) is known color: Medium Blue. HEX triplet: 11, 20 and D6. RGB value is (17,32,214). Sum of RGB (Red+Green+Blue) = 17+32+214=263 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.46% from 263); Green value is 32 (12.89% from 255 or 12.17% from 263); Blue value is 214 (83.98% from 255 or 81.37% from 263); Max value from RGB is 214 - color contains mainly: blue. Hex color #1120D6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1120D6 is #EEDF29. Grayscale: #2F2F2F. Windows color (decimal): -15654698 or 14032913. OLE color: 14032913.

HSL color Cylindrical-coordinate representation of color #1120D6: hue angle of 235.43º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1120D6 is Cyan = 0.92, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 17 32 214 -
CMYK 0.92 0.85 0 0.16
HSL 235.43º 0.85% 0.45% -
HSV(B) 235.43º 0.92% 0.84% -
XYZ 12.89 6.01 64.1 -
YUV 48.26 221.53 105.7 -
System Red Green Blue C M Y K H S L
Decimal 17 32 214 0.92 0.85 0 0.16 235.43 0.85 0.45
Hex 11 20 D6 5C 55 0 10 EB 55 2D
Octal 21 40 326 134 125 0 20 353 125 55
Binary 10001 100000 11010110 1011100 1010101 0 10000 11101011 1010101 101101

Color Harmonies of #1120D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1120D6

Black with #1120D6

Text Example


Text Example

White with #1120D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1120D6; }

 p { color: rgb(17,32,214); }

 H1.HeaderClassName
 {
   color: #1120D6;
 }
 .AnyTagClassName
 {
   color: #1120D6;
 }
</style>

background-color css

<style>
 a { background-color: #1120D6; }

 a { background-color: rgb(17,32,214); }

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

border-color css

<style>
 span { border-color: #1120D6; }

 span { border-color: rgb(17,32,214); }

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