#118FFD

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

Shades of Dodger Blue #118FFD

Tints of Dodger Blue #118FFD

Color information

#118FFD (or 0x118FFD) is unknown color: approx Dodger Blue. HEX triplet: 11, 8F and FD. RGB value is (17,143,253). Sum of RGB (Red+Green+Blue) = 17+143+253=413 (54% of max value = 765). Red value is 17 (7.03% from 255 or 4.12% from 413); Green value is 143 (56.25% from 255 or 34.62% from 413); Blue value is 253 (99.22% from 255 or 61.26% from 413); Max value from RGB is 253 - color contains mainly: blue. Hex color #118FFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #118FFD is #EE7002. Grayscale: #757575. Windows color (decimal): -15626243 or 16617233. OLE color: 16617233.

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

Color convert

RGB17143253-
CMYK0.930.4300.01
HSL207.97º98.33%52.94%-
HSV(B)207.97º93.28%99.22%-
XYZ27.7826.8696.65-
YUV117.87204.2656.06-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.12%
GREEN value IS 143 (56.25% from 255) = 34.62%
BLUE value IS 253 (99.22% from 255) = 61.26%
R=4.12%
G=34.62%
B=61.26%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal171432530.930.4300.01207.9798.3352.94
Hex118FFD5D2B01d06235
Octal21217375135530132014265
Binary100011000111111111101101110110101101110100001100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #118FFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,143,253); }

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

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

 a { background-color: rgb(17,143,253); }

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

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

 span { border-color: rgb(17,143,253); }

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