Shades of Dodger Blue #20ADF6
Tints of Dodger Blue #20ADF6
RGB
CMYK
RGB Variations
Color information
#20ADF6 (or 0x20ADF6) is known color: Dodger Blue. HEX triplet: 20, AD and F6. RGB value is (32,173,246). Sum of RGB (Red+Green+Blue) = 32+173+246=451 (59% of max value = 765). Red value is 32 (12.89% from 255 or 7.10% from 451); Green value is 173 (67.97% from 255 or 38.36% from 451); Blue value is 246 (96.48% from 255 or 54.55% from 451); Max value from RGB is 246 - color contains mainly: blue. Hex color #20ADF6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #20ADF6 is #DF5209. Grayscale: #8A8A8A. Windows color (decimal): -14635530 or 16166176. OLE color: 16166176.
HSL color Cylindrical-coordinate representation of color #20ADF6: hue angle of 200.47º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20ADF6 is Cyan = 0.87, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 32 | 173 | 246 | - |
| CMYK | 0.87 | 0.30 | 0 | 0.04 |
| HSL | 200.47º | 0.92% | 0.55% | - |
| HSV(B) | 200.47º | 0.87% | 0.96% | - |
| XYZ | 32.17 | 36.85 | 92.61 | - |
| YUV | 139.16 | 188.29 | 51.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 173 | 246 | 0.87 | 0.30 | 0 | 0.04 | 200.47 | 0.92 | 0.55 |
| Hex | 20 | AD | F6 | 57 | 1E | 0 | 4 | C8 | 5C | 37 |
| Octal | 40 | 255 | 366 | 127 | 36 | 0 | 4 | 310 | 134 | 67 |
| Binary | 100000 | 10101101 | 11110110 | 1010111 | 11110 | 0 | 100 | 11001000 | 1011100 | 110111 |
Color Harmonies of #20ADF6
Complementary color
Monochromatic Colors of #20ADF6
Black with #20ADF6
Text Example
Text Example
White with #20ADF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20ADF6; }
p { color: rgb(32,173,246); }
H1.HeaderClassName
{
color: #20ADF6;
}
.AnyTagClassName
{
color: #20ADF6;
}
</style>
background-color css
<style>
a { background-color: #20ADF6; }
a { background-color: rgb(32,173,246); }
div.DivClassName
{
background-color: #20ADF6;
}
.BgClassName
{
background-color: #20ADF6;
}
</style>
border-color css
<style>
span { border-color: #20ADF6; }
span { border-color: rgb(32,173,246); }
td.TdClassName
{
border-color: #20ADF6;
}
.TagClassName
{
border-color: #20ADF6;
}
</style>