Html Css Color HEX #1120DF Medium Blue

📋 copy color: '#1120DF'

red 17 ◦ green 32 ◦ blue 223

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

Shades of Medium Blue #1120DF

Tints of Medium Blue #1120DF

RGB

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

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

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

R = 6.25%
G = 11.76%
B = 81.99%

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

#1120DF (or 0x1120DF) is known color: Medium Blue. HEX triplet: 11, 20 and DF. RGB value is (17,32,223). Sum of RGB (Red+Green+Blue) = 17+32+223=272 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.25% from 272); Green value is 32 (12.89% from 255 or 11.76% from 272); Blue value is 223 (87.5% from 255 or 81.99% from 272); Max value from RGB is 223 - color contains mainly: blue. Hex color #1120DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1120DF is #EEDF20. Grayscale: #303030. Windows color (decimal): -15654689 or 14622737. OLE color: 14622737.

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

Color convert

RGB 17 32 223 -
CMYK 0.92 0.86 0 0.13
HSL 235.63º 0.86% 0.47% -
HSV(B) 235.63º 0.92% 0.87% -
XYZ 14.07 6.48 70.32 -
YUV 49.29 226.03 104.97 -
System Red Green Blue C M Y K H S L
Decimal 17 32 223 0.92 0.86 0 0.13 235.63 0.86 0.47
Hex 11 20 DF 5C 56 0 D EC 56 2F
Octal 21 40 337 134 126 0 15 354 126 57
Binary 10001 100000 11011111 1011100 1010110 0 1101 11101100 1010110 101111

Color Harmonies of #1120DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1120DF

Black with #1120DF

Text Example


Text Example

White with #1120DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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