#1114e8

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

Shades of Blue #1114E8

Tints of Blue #1114E8

Color information

#1114E8 (or 0x1114E8) is unknown color: approx Blue. HEX triplet: 11, 14 and E8. RGB value is (17,20,232). Sum of RGB (Red+Green+Blue) = 17+20+232=269 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.32% from 269); Green value is 20 (8.20% from 255 or 7.43% from 269); Blue value is 232 (91.02% from 255 or 86.25% from 269); Max value from RGB is 232 - color contains mainly: blue. Hex color #1114E8 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1114E8 is #EEEB17. Grayscale: #2A2A2A. Windows color (decimal): -15657752 or 15209489. OLE color: 15209489.

HSL color Cylindrical-coordinate representation of color #1114E8: hue angle of 239.16º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1114E8 is Cyan = 0.93, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB1720232-
CMYK0.930.9100.09
HSL239.16º86.35%48.82%-
HSV(B)239.16º92.67%90.98%-
XYZ15.056.4576.8-
YUV43.27234.51109.26-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.32%
GREEN value IS 20 (8.20% from 255) = 7.43%
BLUE value IS 232 (91.02% from 255) = 86.25%
R=6.32%
G=7.43%
B=86.25%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal17202320.930.9100.09239.1686.3548.82
Hex1114E85D5B09ef5631
Octal212435013513301135712661
Binary1000110100111010001011101101101101001111011111010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1114e8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1114e8; }

 p { color: rgb(17,20,232); }

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

<style>
 a { background-color: #1114e8; }

 a { background-color: rgb(17,20,232); }

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

<style>
 span { border-color: #1114e8; }

 span { border-color: rgb(17,20,232); }

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