#1173FF

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

Shades of Dodger Blue #1173FF

Tints of Dodger Blue #1173FF

Color information

#1173FF (or 0x1173FF) is unknown color: approx Dodger Blue. HEX triplet: 11, 73 and FF. RGB value is (17,115,255). Sum of RGB (Red+Green+Blue) = 17+115+255=387 (51% of max value = 765). Red value is 17 (7.03% from 255 or 4.39% from 387); Green value is 115 (45.31% from 255 or 29.72% from 387); Blue value is 255 (100% from 255 or 65.89% from 387); Max value from RGB is 255 - color contains mainly: blue. Hex color #1173FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1173FF is #EE8C00. Grayscale: #646464. Windows color (decimal): -15633409 or 16741137. OLE color: 16741137.

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

Color convert

RGB17115255-
CMYK0.930.5500
HSL215.29º100%53.33%-
HSV(B)215.29º93.33%100%-
XYZ24.4119.697.1-
YUV101.66214.5367.62-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.39%
GREEN value IS 115 (45.31% from 255) = 29.72%
BLUE value IS 255 (100% from 255) = 65.89%
R=4.39%
G=29.72%
B=65.89%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal171152550.930.5500215.2910053.33
Hex1173FF5D3700d76435
Octal21163377135670032714465
Binary10001111001111111111101110111011100110101111100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1173FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1173FF; }

 p { color: rgb(17,115,255); }

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

<style>
 a { background-color: #1173FF; }

 a { background-color: rgb(17,115,255); }

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

<style>
 span { border-color: #1173FF; }

 span { border-color: rgb(17,115,255); }

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