#20AAFD

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

Shades of Dodger Blue #20AAFD

Tints of Dodger Blue #20AAFD

Color information

#20AAFD (or 0x20AAFD) is unknown color: approx Dodger Blue. HEX triplet: 20, AA and FD. RGB value is (32,170,253). Sum of RGB (Red+Green+Blue) = 32+170+253=455 (60% of max value = 765). Red value is 32 (12.89% from 255 or 7.03% from 455); Green value is 170 (66.80% from 255 or 37.36% from 455); Blue value is 253 (99.22% from 255 or 55.60% from 455); Max value from RGB is 253 - color contains mainly: blue. Hex color #20AAFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #20AAFD is #DF5502. Grayscale: #898989. Windows color (decimal): -14636291 or 16624160. OLE color: 16624160.

HSL color Cylindrical-coordinate representation of color #20AAFD: hue angle of 202.53º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20AAFD is Cyan = 0.87, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB32170253-
CMYK0.870.3300.01
HSL202.53º98.22%55.88%-
HSV(B)202.53º87.35%99.22%-
XYZ32.736.1598.18-
YUV138.2192.7852.25-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 7.03%
GREEN value IS 170 (66.80% from 255) = 37.36%
BLUE value IS 253 (99.22% from 255) = 55.60%
R=7.03%
G=37.36%
B=55.60%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal321702530.870.3300.01202.5398.2255.88
Hex20AAFD572101cb6238
Octal40252375127410131314270
Binary1000001010101011111101101011110000101110010111100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20AAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20AAFD; }

 p { color: rgb(32,170,253); }

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

<style>
 a { background-color: #20AAFD; }

 a { background-color: rgb(32,170,253); }

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

<style>
 span { border-color: #20AAFD; }

 span { border-color: rgb(32,170,253); }

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