#1100EA

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

Shades of Blue #1100EA

Tints of Blue #1100EA

Color information

#1100EA (or 0x1100EA) is unknown color: approx Blue. HEX triplet: 11, 00 and EA. RGB value is (17,0,234). Sum of RGB (Red+Green+Blue) = 17+0+234=251 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.77% from 251); Green value is 0 (0.39% from 255 or 0% from 251); Blue value is 234 (91.80% from 255 or 93.23% from 251); Max value from RGB is 234 - color contains mainly: blue. Hex color #1100EA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1100EA is #EEFF15. Grayscale: #1E1E1E. Windows color (decimal): -15662870 or 15335441. OLE color: 15335441.

HSL color Cylindrical-coordinate representation of color #1100EA: hue angle of 244.36º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1100EA is Cyan = 0.93, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB170234-
CMYK0.93100.08
HSL244.36º100%45.88%-
HSV(B)244.36º100%91.76%-
XYZ15.086.0678.22-
YUV31.76242.13117.47-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.77%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 234 (91.80% from 255) = 93.23%
R=6.77%
G=0%
B=93.23%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1702340.93100.08244.3610045.88
Hex110EA5D6408f4642e
Octal21035213514401036414456
Binary100010111010101011101110010001000111101001100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1100EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1100EA; }

 p { color: rgb(17,0,234); }

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

<style>
 a { background-color: #1100EA; }

 a { background-color: rgb(17,0,234); }

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

<style>
 span { border-color: #1100EA; }

 span { border-color: rgb(17,0,234); }

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