Html Css Color HEX #1120DE Medium Blue

📋 copy color: '#1120DE'

red 17 ◦ green 32 ◦ blue 222

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

Shades of Medium Blue #1120DE

Tints of Medium Blue #1120DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 81.92%

R = 6.27%
G = 11.81%
B = 81.92%

CMYK

 C value IS 0.92

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1120DE (or 0x1120DE) is known color: Medium Blue. HEX triplet: 11, 20 and DE. RGB value is (17,32,222). Sum of RGB (Red+Green+Blue) = 17+32+222=271 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.27% from 271); Green value is 32 (12.89% from 255 or 11.81% from 271); Blue value is 222 (87.11% from 255 or 81.92% from 271); Max value from RGB is 222 - color contains mainly: blue. Hex color #1120DE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1120DE is #EEDF21. Grayscale: #303030. Windows color (decimal): -15654690 or 14557201. OLE color: 14557201.

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

Color convert

RGB 17 32 222 -
CMYK 0.92 0.86 0 0.13
HSL 235.61º 0.86% 0.47% -
HSV(B) 235.61º 0.92% 0.87% -
XYZ 13.93 6.43 69.61 -
YUV 49.18 225.53 105.05 -
System Red Green Blue C M Y K H S L
Decimal 17 32 222 0.92 0.86 0 0.13 235.61 0.86 0.47
Hex 11 20 DE 5C 56 0 D EC 56 2F
Octal 21 40 336 134 126 0 15 354 126 57
Binary 10001 100000 11011110 1011100 1010110 0 1101 11101100 1010110 101111

Color Harmonies of #1120DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1120DE

Black with #1120DE

Text Example


Text Example

White with #1120DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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