#118EF0

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

Shades of Dodger Blue #118EF0

Tints of Dodger Blue #118EF0

Color information

#118EF0 (or 0x118EF0) is unknown color: approx Dodger Blue. HEX triplet: 11, 8E and F0. RGB value is (17,142,240). Sum of RGB (Red+Green+Blue) = 17+142+240=399 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.26% from 399); Green value is 142 (55.86% from 255 or 35.59% from 399); Blue value is 240 (94.14% from 255 or 60.15% from 399); Max value from RGB is 240 - color contains mainly: blue. Hex color #118EF0 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #118EF0 is #EE710F. Grayscale: #737373. Windows color (decimal): -15626512 or 15765009. OLE color: 15765009.

HSL color Cylindrical-coordinate representation of color #118EF0: hue angle of 206.37º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #118EF0 is Cyan = 0.93, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB17142240-
CMYK0.930.4100.06
HSL206.37º88.14%50.39%-
HSV(B)206.37º92.92%94.12%-
XYZ25.6325.7686.06-
YUV115.8198.0957.53-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.26%
GREEN value IS 142 (55.86% from 255) = 35.59%
BLUE value IS 240 (94.14% from 255) = 60.15%
R=4.26%
G=35.59%
B=60.15%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal171422400.930.4100.06206.3788.1450.39
Hex118EF05D2906ce5832
Octal21216360135510631613062
Binary10001100011101111000010111011010010110110011101011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #118EF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #118EF0; }

 p { color: rgb(17,142,240); }

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

<style>
 a { background-color: #118EF0; }

 a { background-color: rgb(17,142,240); }

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

<style>
 span { border-color: #118EF0; }

 span { border-color: rgb(17,142,240); }

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