#1180FA

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

Shades of Dodger Blue #1180FA

Tints of Dodger Blue #1180FA

Color information

#1180FA (or 0x1180FA) is unknown color: approx Dodger Blue. HEX triplet: 11, 80 and FA. RGB value is (17,128,250). Sum of RGB (Red+Green+Blue) = 17+128+250=395 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.30% from 395); Green value is 128 (50.39% from 255 or 32.41% from 395); Blue value is 250 (98.05% from 255 or 63.29% from 395); Max value from RGB is 250 - color contains mainly: blue. Hex color #1180FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1180FA is #EE7F05. Grayscale: #6C6C6C. Windows color (decimal): -15630086 or 16416785. OLE color: 16416785.

HSL color Cylindrical-coordinate representation of color #1180FA: hue angle of 211.42º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1180FA is Cyan = 0.93, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB17128250-
CMYK0.930.4900.02
HSL211.42º95.88%52.35%-
HSV(B)211.42º93.2%98.04%-
XYZ25.2122.4693.45-
YUV108.72207.7362.58-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.30%
GREEN value IS 128 (50.39% from 255) = 32.41%
BLUE value IS 250 (98.05% from 255) = 63.29%
R=4.30%
G=32.41%
B=63.29%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal171282500.930.4900.02211.4295.8852.35
Hex1180FA5D3102d36034
Octal21200372135610232314064
Binary1000110000000111110101011101110001010110100111100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1180FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1180FA; }

 p { color: rgb(17,128,250); }

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

<style>
 a { background-color: #1180FA; }

 a { background-color: rgb(17,128,250); }

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

<style>
 span { border-color: #1180FA; }

 span { border-color: rgb(17,128,250); }

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