#118EFF

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

Shades of Dodger Blue #118EFF

Tints of Dodger Blue #118EFF

Color information

#118EFF (or 0x118EFF) is unknown color: approx Dodger Blue. HEX triplet: 11, 8E and FF. RGB value is (17,142,255). Sum of RGB (Red+Green+Blue) = 17+142+255=414 (54% of max value = 765). Red value is 17 (7.03% from 255 or 4.11% from 414); Green value is 142 (55.86% from 255 or 34.30% from 414); Blue value is 255 (100% from 255 or 61.59% from 414); Max value from RGB is 255 - color contains mainly: blue. Hex color #118EFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #118EFF is #EE7100. Grayscale: #747474. Windows color (decimal): -15626497 or 16748049. OLE color: 16748049.

HSL color Cylindrical-coordinate representation of color #118EFF: hue angle of 208.49º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #118EFF is Cyan = 0.93, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB17142255-
CMYK0.930.4400
HSL208.49º100%53.33%-
HSV(B)208.49º93.33%100%-
XYZ27.9526.6998.29-
YUV117.51205.5956.31-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.11%
GREEN value IS 142 (55.86% from 255) = 34.30%
BLUE value IS 255 (100% from 255) = 61.59%
R=4.11%
G=34.30%
B=61.59%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal171422550.930.4400208.4910053.33
Hex118EFF5D2C00d06435
Octal21216377135540032014465
Binary100011000111011111111101110110110000110100001100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #118EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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