Shades of Dodger Blue #20AAF5
Tints of Dodger Blue #20AAF5
RGB
CMYK
RGB Variations
Color information
#20AAF5 (or 0x20AAF5) is known color: Dodger Blue. HEX triplet: 20, AA and F5. RGB value is (32,170,245). Sum of RGB (Red+Green+Blue) = 32+170+245=447 (59% of max value = 765). Red value is 32 (12.89% from 255 or 7.16% from 447); Green value is 170 (66.80% from 255 or 38.03% from 447); Blue value is 245 (96.09% from 255 or 54.81% from 447); Max value from RGB is 245 - color contains mainly: blue. Hex color #20AAF5 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #20AAF5 is #DF550A. Grayscale: #888888. Windows color (decimal): -14636299 or 16099872. OLE color: 16099872.
HSL color Cylindrical-coordinate representation of color #20AAF5: hue angle of 201.13º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20AAF5 is Cyan = 0.87, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 32 | 170 | 245 | - |
| CMYK | 0.87 | 0.31 | 0 | 0.04 |
| HSL | 201.13º | 0.91% | 0.54% | - |
| HSV(B) | 201.13º | 0.87% | 0.96% | - |
| XYZ | 31.45 | 35.65 | 91.61 | - |
| YUV | 137.29 | 188.78 | 52.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 170 | 245 | 0.87 | 0.31 | 0 | 0.04 | 201.13 | 0.91 | 0.54 |
| Hex | 20 | AA | F5 | 57 | 1F | 0 | 4 | C9 | 5B | 36 |
| Octal | 40 | 252 | 365 | 127 | 37 | 0 | 4 | 311 | 133 | 66 |
| Binary | 100000 | 10101010 | 11110101 | 1010111 | 11111 | 0 | 100 | 11001001 | 1011011 | 110110 |
Color Harmonies of #20AAF5
Complementary color
Monochromatic Colors of #20AAF5
Black with #20AAF5
Text Example
Text Example
White with #20AAF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20AAF5; }
p { color: rgb(32,170,245); }
H1.HeaderClassName
{
color: #20AAF5;
}
.AnyTagClassName
{
color: #20AAF5;
}
</style>
background-color css
<style>
a { background-color: #20AAF5; }
a { background-color: rgb(32,170,245); }
div.DivClassName
{
background-color: #20AAF5;
}
.BgClassName
{
background-color: #20AAF5;
}
</style>
border-color css
<style>
span { border-color: #20AAF5; }
span { border-color: rgb(32,170,245); }
td.TdClassName
{
border-color: #20AAF5;
}
.TagClassName
{
border-color: #20AAF5;
}
</style>