#11A1FF

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

Shades of Dodger Blue #11A1FF

Tints of Dodger Blue #11A1FF

Color information

#11A1FF (or 0x11A1FF) is unknown color: approx Dodger Blue. HEX triplet: 11, A1 and FF. RGB value is (17,161,255). Sum of RGB (Red+Green+Blue) = 17+161+255=433 (57% of max value = 765). Red value is 17 (7.03% from 255 or 3.93% from 433); Green value is 161 (63.28% from 255 or 37.18% from 433); Blue value is 255 (100% from 255 or 58.89% from 433); Max value from RGB is 255 - color contains mainly: blue. Hex color #11A1FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #11A1FF is #EE5E00. Grayscale: #808080. Windows color (decimal): -15621633 or 16752913. OLE color: 16752913.

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

Color convert

RGB17161255-
CMYK0.930.3700
HSL203.7º100%53.33%-
HSV(B)203.7º93.33%100%-
XYZ31.0332.8399.31-
YUV128.66199.2948.36-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 3.93%
GREEN value IS 161 (63.28% from 255) = 37.18%
BLUE value IS 255 (100% from 255) = 58.89%
R=3.93%
G=37.18%
B=58.89%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal171612550.930.3700203.710053.33
Hex11A1FF5D2500cc6435
Octal21241377135450031414465
Binary100011010000111111111101110110010100110011001100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11A1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11A1FF; }

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

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

<style>
 a { background-color: #11A1FF; }

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

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

<style>
 span { border-color: #11A1FF; }

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

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