Shades of Dodger Blue #20AAF6
Tints of Dodger Blue #20AAF6
RGB
CMYK
RGB Variations
Color information
#20AAF6 (or 0x20AAF6) is known color: Dodger Blue. HEX triplet: 20, AA and F6. RGB value is (32,170,246). Sum of RGB (Red+Green+Blue) = 32+170+246=448 (59% of max value = 765). Red value is 32 (12.89% from 255 or 7.14% from 448); Green value is 170 (66.80% from 255 or 37.95% from 448); Blue value is 246 (96.48% from 255 or 54.91% from 448); Max value from RGB is 246 - color contains mainly: blue. Hex color #20AAF6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #20AAF6 is #DF5509. Grayscale: #888888. Windows color (decimal): -14636298 or 16165408. OLE color: 16165408.
HSL color Cylindrical-coordinate representation of color #20AAF6: hue angle of 201.31º 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 #20AAF6 is Cyan = 0.87, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 32 | 170 | 246 | - |
| CMYK | 0.87 | 0.31 | 0 | 0.04 |
| HSL | 201.31º | 0.92% | 0.55% | - |
| HSV(B) | 201.31º | 0.87% | 0.96% | - |
| XYZ | 31.6 | 35.71 | 92.42 | - |
| YUV | 137.4 | 189.28 | 52.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 170 | 246 | 0.87 | 0.31 | 0 | 0.04 | 201.31 | 0.92 | 0.55 |
| Hex | 20 | AA | F6 | 57 | 1F | 0 | 4 | C9 | 5C | 37 |
| Octal | 40 | 252 | 366 | 127 | 37 | 0 | 4 | 311 | 134 | 67 |
| Binary | 100000 | 10101010 | 11110110 | 1010111 | 11111 | 0 | 100 | 11001001 | 1011100 | 110111 |
Color Harmonies of #20AAF6
Complementary color
Monochromatic Colors of #20AAF6
Black with #20AAF6
Text Example
Text Example
White with #20AAF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20AAF6; }
p { color: rgb(32,170,246); }
H1.HeaderClassName
{
color: #20AAF6;
}
.AnyTagClassName
{
color: #20AAF6;
}
</style>
background-color css
<style>
a { background-color: #20AAF6; }
a { background-color: rgb(32,170,246); }
div.DivClassName
{
background-color: #20AAF6;
}
.BgClassName
{
background-color: #20AAF6;
}
</style>
border-color css
<style>
span { border-color: #20AAF6; }
span { border-color: rgb(32,170,246); }
td.TdClassName
{
border-color: #20AAF6;
}
.TagClassName
{
border-color: #20AAF6;
}
</style>