#11A2FF

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

Shades of Dodger Blue #11A2FF

Tints of Dodger Blue #11A2FF

Color information

#11A2FF (or 0x11A2FF) is unknown color: approx Dodger Blue. HEX triplet: 11, A2 and FF. RGB value is (17,162,255). Sum of RGB (Red+Green+Blue) = 17+162+255=434 (57% of max value = 765). Red value is 17 (7.03% from 255 or 3.92% from 434); Green value is 162 (63.67% from 255 or 37.33% from 434); Blue value is 255 (100% from 255 or 58.76% from 434); Max value from RGB is 255 - color contains mainly: blue. Hex color #11A2FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #11A2FF is #EE5D00. Grayscale: #808080. Windows color (decimal): -15621377 or 16753169. OLE color: 16753169.

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

Color convert

RGB17162255-
CMYK0.930.3600
HSL203.45º100%53.33%-
HSV(B)203.45º93.33%100%-
XYZ31.233.1899.37-
YUV129.25198.9647.94-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 3.92%
GREEN value IS 162 (63.67% from 255) = 37.33%
BLUE value IS 255 (100% from 255) = 58.76%
R=3.92%
G=37.33%
B=58.76%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal171622550.930.3600203.4510053.33
Hex11A2FF5D2400cb6435
Octal21242377135440031314465
Binary100011010001011111111101110110010000110010111100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11A2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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