#1168FE

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

Shades of Dodger Blue #1168FE

Tints of Dodger Blue #1168FE

Color information

#1168FE (or 0x1168FE) is unknown color: approx Dodger Blue. HEX triplet: 11, 68 and FE. RGB value is (17,104,254). Sum of RGB (Red+Green+Blue) = 17+104+254=375 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.53% from 375); Green value is 104 (41.02% from 255 or 27.73% from 375); Blue value is 254 (99.61% from 255 or 67.73% from 375); Max value from RGB is 254 - color contains mainly: blue. Hex color #1168FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1168FE is #EE9701. Grayscale: #5E5E5E. Windows color (decimal): -15636226 or 16672785. OLE color: 16672785.

HSL color Cylindrical-coordinate representation of color #1168FE: hue angle of 217.97º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1168FE is Cyan = 0.93, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB17104254-
CMYK0.930.5900.00
HSL217.97º99.16%53.14%-
HSV(B)217.97º93.31%99.61%-
XYZ23.0717.1895.87-
YUV95.09217.6872.3-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.53%
GREEN value IS 104 (41.02% from 255) = 27.73%
BLUE value IS 254 (99.61% from 255) = 67.73%
R=4.53%
G=27.73%
B=67.73%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal171042540.930.5900.00217.9799.1653.14
Hex1168FE5D3B00da6335
Octal21150376135730033214365
Binary10001110100011111110101110111101100110110101100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1168FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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