#1168F6

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

Shades of Dodger Blue #1168F6

Tints of Dodger Blue #1168F6

Color information

#1168F6 (or 0x1168F6) is unknown color: approx Dodger Blue. HEX triplet: 11, 68 and F6. RGB value is (17,104,246). Sum of RGB (Red+Green+Blue) = 17+104+246=367 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.63% from 367); Green value is 104 (41.02% from 255 or 28.34% from 367); Blue value is 246 (96.48% from 255 or 67.03% from 367); Max value from RGB is 246 - color contains mainly: blue. Hex color #1168F6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1168F6 is #EE9709. Grayscale: #5D5D5D. Windows color (decimal): -15636234 or 16148497. OLE color: 16148497.

HSL color Cylindrical-coordinate representation of color #1168F6: hue angle of 217.21º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1168F6 is Cyan = 0.93, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB17104246-
CMYK0.930.5800.04
HSL217.21º92.71%51.57%-
HSV(B)217.21º93.09%96.47%-
XYZ21.8216.6789.26-
YUV94.18213.6872.95-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.63%
GREEN value IS 104 (41.02% from 255) = 28.34%
BLUE value IS 246 (96.48% from 255) = 67.03%
R=4.63%
G=28.34%
B=67.03%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal171042460.930.5800.04217.2192.7151.57
Hex1168F65D3A04d95d34
Octal21150366135720433113564
Binary1000111010001111011010111011110100100110110011011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1168F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1168F6; }

 p { color: rgb(17,104,246); }

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

<style>
 a { background-color: #1168F6; }

 a { background-color: rgb(17,104,246); }

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

<style>
 span { border-color: #1168F6; }

 span { border-color: rgb(17,104,246); }

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