#110BE8

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

Shades of Blue #110BE8

Tints of Blue #110BE8

Color information

#110BE8 (or 0x110BE8) is unknown color: approx Blue. HEX triplet: 11, 0B and E8. RGB value is (17,11,232). Sum of RGB (Red+Green+Blue) = 17+11+232=260 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.54% from 260); Green value is 11 (4.69% from 255 or 4.23% from 260); Blue value is 232 (91.02% from 255 or 89.23% from 260); Max value from RGB is 232 - color contains mainly: blue. Hex color #110BE8 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #110BE8 is #EEF417. Grayscale: #252525. Windows color (decimal): -15660056 or 15207185. OLE color: 15207185.

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

Color convert

RGB1711232-
CMYK0.930.9500.09
HSL241.63º90.95%47.65%-
HSV(B)241.63º95.26%90.98%-
XYZ14.926.1876.75-
YUV37.99237.49113.03-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.54%
GREEN value IS 11 (4.69% from 255) = 4.23%
BLUE value IS 232 (91.02% from 255) = 89.23%
R=6.54%
G=4.23%
B=89.23%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal17112320.930.9500.09241.6390.9547.65
Hex11BE85D5F09f25b30
Octal211335013513701136213360
Binary100011011111010001011101101111101001111100101011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110BE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110BE8; }

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

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

<style>
 a { background-color: #110BE8; }

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

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

<style>
 span { border-color: #110BE8; }

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

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