#111EF0

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

Shades of Blue #111EF0

Tints of Blue #111EF0

Color information

#111EF0 (or 0x111EF0) is unknown color: approx Blue. HEX triplet: 11, 1E and F0. RGB value is (17,30,240). Sum of RGB (Red+Green+Blue) = 17+30+240=287 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.92% from 287); Green value is 30 (12.11% from 255 or 10.45% from 287); Blue value is 240 (94.14% from 255 or 83.62% from 287); Max value from RGB is 240 - color contains mainly: blue. Hex color #111EF0 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #111EF0 is #EEE10F. Grayscale: #313131. Windows color (decimal): -15655184 or 15736337. OLE color: 15736337.

HSL color Cylindrical-coordinate representation of color #111EF0: hue angle of 236.5º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #111EF0 is Cyan = 0.93, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB1730240-
CMYK0.930.8700.06
HSL236.5º88.14%50.39%-
HSV(B)236.5º92.92%94.12%-
XYZ16.427.3482.99-
YUV50.05235.19104.42-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.92%
GREEN value IS 30 (12.11% from 255) = 10.45%
BLUE value IS 240 (94.14% from 255) = 83.62%
R=5.92%
G=10.45%
B=83.62%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal17302400.930.8700.06236.588.1450.39
Hex111EF05D5706ed5832
Octal21363601351270635513062
Binary100011111011110000101110110101110110111011011011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111EF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111EF0; }

 p { color: rgb(17,30,240); }

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

<style>
 a { background-color: #111EF0; }

 a { background-color: rgb(17,30,240); }

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

<style>
 span { border-color: #111EF0; }

 span { border-color: rgb(17,30,240); }

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