#110FE2

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

Shades of Medium Blue #110FE2

Tints of Medium Blue #110FE2

Color information

#110FE2 (or 0x110FE2) is unknown color: approx Medium Blue. HEX triplet: 11, 0F and E2. RGB value is (17,15,226). Sum of RGB (Red+Green+Blue) = 17+15+226=258 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.59% from 258); Green value is 15 (6.25% from 255 or 5.81% from 258); Blue value is 226 (88.67% from 255 or 87.60% from 258); Max value from RGB is 226 - color contains mainly: blue. Hex color #110FE2 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #110FE2 is #EEF01D. Grayscale: #262626. Windows color (decimal): -15659038 or 14814993. OLE color: 14814993.

HSL color Cylindrical-coordinate representation of color #110FE2: hue angle of 240.57º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #110FE2 is Cyan = 0.92, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB1715226-
CMYK0.920.9300.11
HSL240.57º87.55%47.25%-
HSV(B)240.57º93.36%88.63%-
XYZ14.135.9572.36-
YUV39.65233.16111.84-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.59%
GREEN value IS 15 (6.25% from 255) = 5.81%
BLUE value IS 226 (88.67% from 255) = 87.60%
R=6.59%
G=5.81%
B=87.60%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal17152260.920.9300.11240.5787.5547.25
Hex11FE25C5D0Bf1582f
Octal211734213413501336113057
Binary100011111111000101011100101110101011111100011011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110FE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,15,226); }

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

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

 a { background-color: rgb(17,15,226); }

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

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

 span { border-color: rgb(17,15,226); }

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