#1169FE

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

Shades of Dodger Blue #1169FE

Tints of Dodger Blue #1169FE

Color information

#1169FE (or 0x1169FE) is unknown color: approx Dodger Blue. HEX triplet: 11, 69 and FE. RGB value is (17,105,254). Sum of RGB (Red+Green+Blue) = 17+105+254=376 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.52% from 376); Green value is 105 (41.41% from 255 or 27.93% from 376); Blue value is 254 (99.61% from 255 or 67.55% from 376); Max value from RGB is 254 - color contains mainly: blue. Hex color #1169FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1169FE is #EE9601. Grayscale: #5E5E5E. Windows color (decimal): -15635970 or 16673041. OLE color: 16673041.

HSL color Cylindrical-coordinate representation of color #1169FE: hue angle of 217.72º 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 #1169FE is Cyan = 0.93, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB17105254-
CMYK0.930.5900.00
HSL217.72º99.16%53.14%-
HSV(B)217.72º93.31%99.61%-
XYZ23.1717.3895.9-
YUV95.67217.3571.88-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.52%
GREEN value IS 105 (41.41% from 255) = 27.93%
BLUE value IS 254 (99.61% from 255) = 67.55%
R=4.52%
G=27.93%
B=67.55%

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
Decimal171052540.930.5900.00217.7299.1653.14
Hex1169FE5D3B00da6335
Octal21151376135730033214365
Binary10001110100111111110101110111101100110110101100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1169FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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