Html Css Color HEX #1120DA Medium Blue

📋 copy color: '#1120DA'

red 17 ◦ green 32 ◦ blue 218

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

Shades of Medium Blue #1120DA

Tints of Medium Blue #1120DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 81.65%

R = 6.37%
G = 11.99%
B = 81.65%

CMYK

 C value IS 0.92

 M value IS 0.85

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1120DA (or 0x1120DA) is known color: Medium Blue. HEX triplet: 11, 20 and DA. RGB value is (17,32,218). Sum of RGB (Red+Green+Blue) = 17+32+218=267 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.37% from 267); Green value is 32 (12.89% from 255 or 11.99% from 267); Blue value is 218 (85.55% from 255 or 81.65% from 267); Max value from RGB is 218 - color contains mainly: blue. Hex color #1120DA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1120DA is #EEDF25. Grayscale: #2F2F2F. Windows color (decimal): -15654694 or 14295057. OLE color: 14295057.

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

Color convert

RGB 17 32 218 -
CMYK 0.92 0.85 0 0.15
HSL 235.52º 0.86% 0.46% -
HSV(B) 235.52º 0.92% 0.85% -
XYZ 13.4 6.21 66.82 -
YUV 48.72 223.53 105.38 -
System Red Green Blue C M Y K H S L
Decimal 17 32 218 0.92 0.85 0 0.15 235.52 0.86 0.46
Hex 11 20 DA 5C 55 0 F EC 56 2E
Octal 21 40 332 134 125 0 17 354 126 56
Binary 10001 100000 11011010 1011100 1010101 0 1111 11101100 1010110 101110

Color Harmonies of #1120DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1120DA

Black with #1120DA

Text Example


Text Example

White with #1120DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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