#1182ff

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

Shades of Dodger Blue #1182FF

Tints of Dodger Blue #1182FF

Color information

#1182FF (or 0x1182FF) is unknown color: approx Dodger Blue. HEX triplet: 11, 82 and FF. RGB value is (17,130,255). Sum of RGB (Red+Green+Blue) = 17+130+255=402 (53% of max value = 765). Red value is 17 (7.03% from 255 or 4.23% from 402); Green value is 130 (51.17% from 255 or 32.34% from 402); Blue value is 255 (100% from 255 or 63.43% from 402); Max value from RGB is 255 - color contains mainly: blue. Hex color #1182FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1182FF is #EE7D00. Grayscale: #6D6D6D. Windows color (decimal): -15629569 or 16744977. OLE color: 16744977.

HSL color Cylindrical-coordinate representation of color #1182FF: hue angle of 211.51º 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 #1182FF is Cyan = 0.93, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB17130255-
CMYK0.930.4900
HSL211.51º100%53.33%-
HSV(B)211.51º93.33%100%-
XYZ26.2623.397.72-
YUV110.46209.5661.34-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.23%
GREEN value IS 130 (51.17% from 255) = 32.34%
BLUE value IS 255 (100% from 255) = 63.43%
R=4.23%
G=32.34%
B=63.43%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal171302550.930.4900211.5110053.33
Hex1182FF5D3100d46435
Octal21202377135610032414465
Binary100011000001011111111101110111000100110101001100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1182ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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