#20ADF7

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

Shades of Dodger Blue #20ADF7

Tints of Dodger Blue #20ADF7

Color information

#20ADF7 (or 0x20ADF7) is unknown color: approx Dodger Blue. HEX triplet: 20, AD and F7. RGB value is (32,173,247). Sum of RGB (Red+Green+Blue) = 32+173+247=452 (59% of max value = 765). Red value is 32 (12.89% from 255 or 7.08% from 452); Green value is 173 (67.97% from 255 or 38.27% from 452); Blue value is 247 (96.88% from 255 or 54.65% from 452); Max value from RGB is 247 - color contains mainly: blue. Hex color #20ADF7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #20ADF7 is #DF5208. Grayscale: #8A8A8A. Windows color (decimal): -14635529 or 16231712. OLE color: 16231712.

HSL color Cylindrical-coordinate representation of color #20ADF7: hue angle of 200.65º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20ADF7 is Cyan = 0.87, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB32173247-
CMYK0.870.3000.03
HSL200.65º93.07%54.71%-
HSV(B)200.65º87.04%96.86%-
XYZ32.3336.9193.42-
YUV139.28188.7951.48-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 7.08%
GREEN value IS 173 (67.97% from 255) = 38.27%
BLUE value IS 247 (96.88% from 255) = 54.65%
R=7.08%
G=38.27%
B=54.65%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal321732470.870.3000.03200.6593.0754.71
Hex20ADF7571E03c95d37
Octal40255367127360331113567
Binary1000001010110111110111101011111110011110010011011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20ADF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,173,247); }

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

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

 a { background-color: rgb(32,173,247); }

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

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

 span { border-color: rgb(32,173,247); }

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