#111CFB

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

Shades of Blue #111CFB

Tints of Blue #111CFB

Color information

#111CFB (or 0x111CFB) is unknown color: approx Blue. HEX triplet: 11, 1C and FB. RGB value is (17,28,251). Sum of RGB (Red+Green+Blue) = 17+28+251=296 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.74% from 296); Green value is 28 (11.33% from 255 or 9.46% from 296); Blue value is 251 (98.44% from 255 or 84.80% from 296); Max value from RGB is 251 - color contains mainly: blue. Hex color #111CFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #111CFB is #EEE304. Grayscale: #313131. Windows color (decimal): -15655685 or 16456721. OLE color: 16456721.

HSL color Cylindrical-coordinate representation of color #111CFB: hue angle of 237.18º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #111CFB is Cyan = 0.93, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB1728251-
CMYK0.930.8900.02
HSL237.18º96.69%52.55%-
HSV(B)237.18º93.23%98.43%-
XYZ18.067.9191.84-
YUV50.13241.36104.37-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.74%
GREEN value IS 28 (11.33% from 255) = 9.46%
BLUE value IS 251 (98.44% from 255) = 84.80%
R=5.74%
G=9.46%
B=84.80%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal17282510.930.8900.02237.1896.6952.55
Hex111CFB5D5902ed6135
Octal21343731351310235514165
Binary10001111001111101110111011011001010111011011100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111CFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,28,251); }

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

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

 a { background-color: rgb(17,28,251); }

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

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

 span { border-color: rgb(17,28,251); }

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