#118DFF

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

Shades of Dodger Blue #118DFF

Tints of Dodger Blue #118DFF

Color information

#118DFF (or 0x118DFF) is unknown color: approx Dodger Blue. HEX triplet: 11, 8D and FF. RGB value is (17,141,255). Sum of RGB (Red+Green+Blue) = 17+141+255=413 (54% of max value = 765). Red value is 17 (7.03% from 255 or 4.12% from 413); Green value is 141 (55.47% from 255 or 34.14% from 413); Blue value is 255 (100% from 255 or 61.74% from 413); Max value from RGB is 255 - color contains mainly: blue. Hex color #118DFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #118DFF is #EE7200. Grayscale: #747474. Windows color (decimal): -15626753 or 16747793. OLE color: 16747793.

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

Color convert

RGB17141255-
CMYK0.930.4500
HSL208.74º100%53.33%-
HSV(B)208.74º93.33%100%-
XYZ27.8126.3998.24-
YUV116.92205.9256.73-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.12%
GREEN value IS 141 (55.47% from 255) = 34.14%
BLUE value IS 255 (100% from 255) = 61.74%
R=4.12%
G=34.14%
B=61.74%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal171412550.930.4500208.7410053.33
Hex118DFF5D2D00d16435
Octal21215377135550032114465
Binary100011000110111111111101110110110100110100011100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #118DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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