#118AFF

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

Shades of Dodger Blue #118AFF

Tints of Dodger Blue #118AFF

Color information

#118AFF (or 0x118AFF) is unknown color: approx Dodger Blue. HEX triplet: 11, 8A and FF. RGB value is (17,138,255). Sum of RGB (Red+Green+Blue) = 17+138+255=410 (54% of max value = 765). Red value is 17 (7.03% from 255 or 4.15% from 410); Green value is 138 (54.30% from 255 or 33.66% from 410); Blue value is 255 (100% from 255 or 62.20% from 410); Max value from RGB is 255 - color contains mainly: blue. Hex color #118AFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #118AFF is #EE7500. Grayscale: #727272. Windows color (decimal): -15627521 or 16747025. OLE color: 16747025.

HSL color Cylindrical-coordinate representation of color #118AFF: hue angle of 209.5º 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 #118AFF is Cyan = 0.93, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB17138255-
CMYK0.930.4600
HSL209.5º100%53.33%-
HSV(B)209.5º93.33%100%-
XYZ27.3725.5298.09-
YUV115.16206.9157.99-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.15%
GREEN value IS 138 (54.30% from 255) = 33.66%
BLUE value IS 255 (100% from 255) = 62.20%
R=4.15%
G=33.66%
B=62.20%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal171382550.930.4600209.510053.33
Hex118AFF5D2E00d16435
Octal21212377135560032114465
Binary100011000101011111111101110110111000110100011100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #118AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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