#1120F4

Color #1120F4 Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue #1120F4

Tints of Blue #1120F4

Color information

#1120F4 (or 0x1120F4) is unknown color: approx Blue. HEX triplet: 11, 20 and F4. RGB value is (17,32,244). Sum of RGB (Red+Green+Blue) = 17+32+244=293 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.80% from 293); Green value is 32 (12.89% from 255 or 10.92% from 293); Blue value is 244 (95.70% from 255 or 83.28% from 293); Max value from RGB is 244 - color contains mainly: blue. Hex color #1120F4 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1120F4 is #EEDF0B. Grayscale: #323232. Windows color (decimal): -15654668 or 15998993. OLE color: 15998993.

HSL color Cylindrical-coordinate representation of color #1120F4: hue angle of 236.04º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1120F4 is Cyan = 0.93, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB1732244-
CMYK0.930.8700.04
HSL236.04º91.16%51.18%-
HSV(B)236.04º93.03%95.69%-
XYZ17.087.6886.17-
YUV51.68236.53103.26-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.80%
GREEN value IS 32 (12.89% from 255) = 10.92%
BLUE value IS 244 (95.70% from 255) = 83.28%
R=5.80%
G=10.92%
B=83.28%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal17322440.930.8700.04236.0491.1651.18
Hex1120F45D5704ec5b33
Octal21403641351270435413363
Binary1000110000011110100101110110101110100111011001011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1120F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1120F4;
 }
 .AnyTagClassName
 {
   color: #1120F4;
 }
</style>
background-color css

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

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

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

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

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

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