#111DF8

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

Shades of Blue #111DF8

Tints of Blue #111DF8

Color information

#111DF8 (or 0x111DF8) is unknown color: approx Blue. HEX triplet: 11, 1D and F8. RGB value is (17,29,248). Sum of RGB (Red+Green+Blue) = 17+29+248=294 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.78% from 294); Green value is 29 (11.72% from 255 or 9.86% from 294); Blue value is 248 (97.27% from 255 or 84.35% from 294); Max value from RGB is 248 - color contains mainly: blue. Hex color #111DF8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #111DF8 is #EEE207. Grayscale: #313131. Windows color (decimal): -15655432 or 16260369. OLE color: 16260369.

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

Color convert

RGB1729248-
CMYK0.930.8800.03
HSL236.88º94.29%51.96%-
HSV(B)236.88º93.15%97.25%-
XYZ17.617.7889.38-
YUV50.38239.52104.19-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.78%
GREEN value IS 29 (11.72% from 255) = 9.86%
BLUE value IS 248 (97.27% from 255) = 84.35%
R=5.78%
G=9.86%
B=84.35%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal17292480.930.8800.03236.8894.2951.96
Hex111DF85D5803ed5e34
Octal21353701351300335513664
Binary10001111011111100010111011011000011111011011011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111DF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,29,248); }

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

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

 a { background-color: rgb(17,29,248); }

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

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

 span { border-color: rgb(17,29,248); }

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