#116FF7

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

Shades of Dodger Blue #116FF7

Tints of Dodger Blue #116FF7

Color information

#116FF7 (or 0x116FF7) is unknown color: approx Dodger Blue. HEX triplet: 11, 6F and F7. RGB value is (17,111,247). Sum of RGB (Red+Green+Blue) = 17+111+247=375 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.53% from 375); Green value is 111 (43.75% from 255 or 29.6% from 375); Blue value is 247 (96.88% from 255 or 65.87% from 375); Max value from RGB is 247 - color contains mainly: blue. Hex color #116FF7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #116FF7 is #EE9008. Grayscale: #616161. Windows color (decimal): -15634441 or 16215825. OLE color: 16215825.

HSL color Cylindrical-coordinate representation of color #116FF7: hue angle of 215.48º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #116FF7 is Cyan = 0.93, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB17111247-
CMYK0.930.5500.03
HSL215.48º93.5%51.76%-
HSV(B)215.48º93.12%96.86%-
XYZ22.718.290.31-
YUV98.4211.8669.94-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.53%
GREEN value IS 111 (43.75% from 255) = 29.6%
BLUE value IS 247 (96.88% from 255) = 65.87%
R=4.53%
G=29.6%
B=65.87%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal171112470.930.5500.03215.4893.551.76
Hex116FF75D3703d75d34
Octal21157367135670332713564
Binary100011101111111101111011101110111011110101111011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116FF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116FF7; }

 p { color: rgb(17,111,247); }

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

<style>
 a { background-color: #116FF7; }

 a { background-color: rgb(17,111,247); }

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

<style>
 span { border-color: #116FF7; }

 span { border-color: rgb(17,111,247); }

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