#1182DF

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

Shades of Dodger Blue #1182DF

Tints of Dodger Blue #1182DF

Color information

#1182DF (or 0x1182DF) is unknown color: approx Dodger Blue. HEX triplet: 11, 82 and DF. RGB value is (17,130,223). Sum of RGB (Red+Green+Blue) = 17+130+223=370 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.59% from 370); Green value is 130 (51.17% from 255 or 35.14% from 370); Blue value is 223 (87.5% from 255 or 60.27% from 370); Max value from RGB is 223 - color contains mainly: blue. Hex color #1182DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1182DF is #EE7D20. Grayscale: #6A6A6A. Windows color (decimal): -15629601 or 14647825. OLE color: 14647825.

HSL color Cylindrical-coordinate representation of color #1182DF: hue angle of 207.09º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1182DF is Cyan = 0.92, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB17130223-
CMYK0.920.4200.13
HSL207.09º85.83%47.06%-
HSV(B)207.09º92.38%87.45%-
XYZ21.5321.4172.81-
YUV106.82193.5663.94-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.59%
GREEN value IS 130 (51.17% from 255) = 35.14%
BLUE value IS 223 (87.5% from 255) = 60.27%
R=4.59%
G=35.14%
B=60.27%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal171302230.920.4200.13207.0985.8347.06
Hex1182DF5C2A0Dcf562f
Octal212023371345201531712657
Binary100011000001011011111101110010101001101110011111010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1182DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1182DF; }

 p { color: rgb(17,130,223); }

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

<style>
 a { background-color: #1182DF; }

 a { background-color: rgb(17,130,223); }

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

<style>
 span { border-color: #1182DF; }

 span { border-color: rgb(17,130,223); }

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