#110ddf

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

Shades of Medium Blue #110DDF

Tints of Medium Blue #110DDF

Color information

#110DDF (or 0x110DDF) is unknown color: approx Medium Blue. HEX triplet: 11, 0D and DF. RGB value is (17,13,223). Sum of RGB (Red+Green+Blue) = 17+13+223=253 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.72% from 253); Green value is 13 (5.47% from 255 or 5.14% from 253); Blue value is 223 (87.5% from 255 or 88.14% from 253); Max value from RGB is 223 - color contains mainly: blue. Hex color #110DDF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #110DDF is #EEF220. Grayscale: #252525. Windows color (decimal): -15659553 or 14617873. OLE color: 14617873.

HSL color Cylindrical-coordinate representation of color #110DDF: hue angle of 241.14º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #110DDF is Cyan = 0.92, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB1713223-
CMYK0.920.9400.13
HSL241.14º88.98%46.27%-
HSV(B)241.14º94.17%87.45%-
XYZ13.695.7370.2-
YUV38.14232.33112.92-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.72%
GREEN value IS 13 (5.47% from 255) = 5.14%
BLUE value IS 223 (87.5% from 255) = 88.14%
R=6.72%
G=5.14%
B=88.14%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal17132230.920.9400.13241.1488.9846.27
Hex11DDF5C5E0Df1592e
Octal211533713413601536113156
Binary100011101110111111011100101111001101111100011011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110ddf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,13,223); }

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

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

 a { background-color: rgb(17,13,223); }

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

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

 span { border-color: rgb(17,13,223); }

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