Shades of Dodger Blue #20A1F3
Tints of Dodger Blue #20A1F3
RGB
CMYK
RGB Variations
Color information
#20A1F3 (or 0x20A1F3) is known color: Dodger Blue. HEX triplet: 20, A1 and F3. RGB value is (32,161,243). Sum of RGB (Red+Green+Blue) = 32+161+243=436 (57% of max value = 765). Red value is 32 (12.89% from 255 or 7.34% from 436); Green value is 161 (63.28% from 255 or 36.93% from 436); Blue value is 243 (95.31% from 255 or 55.73% from 436); Max value from RGB is 243 - color contains mainly: blue. Hex color #20A1F3 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #20A1F3 is #DF5E0C. Grayscale: #838383. Windows color (decimal): -14638605 or 15966496. OLE color: 15966496.
HSL color Cylindrical-coordinate representation of color #20A1F3: hue angle of 203.32º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20A1F3 is Cyan = 0.87, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 32 | 161 | 243 | - |
| CMYK | 0.87 | 0.34 | 0 | 0.05 |
| HSL | 203.32º | 0.9% | 0.54% | - |
| HSV(B) | 203.32º | 0.87% | 0.95% | - |
| XYZ | 29.52 | 32.27 | 89.47 | - |
| YUV | 131.78 | 190.76 | 56.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 161 | 243 | 0.87 | 0.34 | 0 | 0.05 | 203.32 | 0.9 | 0.54 |
| Hex | 20 | A1 | F3 | 57 | 22 | 0 | 5 | CB | 5A | 36 |
| Octal | 40 | 241 | 363 | 127 | 42 | 0 | 5 | 313 | 132 | 66 |
| Binary | 100000 | 10100001 | 11110011 | 1010111 | 100010 | 0 | 101 | 11001011 | 1011010 | 110110 |
Color Harmonies of #20A1F3
Complementary color
Monochromatic Colors of #20A1F3
Black with #20A1F3
Text Example
Text Example
White with #20A1F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20A1F3; }
p { color: rgb(32,161,243); }
H1.HeaderClassName
{
color: #20A1F3;
}
.AnyTagClassName
{
color: #20A1F3;
}
</style>
background-color css
<style>
a { background-color: #20A1F3; }
a { background-color: rgb(32,161,243); }
div.DivClassName
{
background-color: #20A1F3;
}
.BgClassName
{
background-color: #20A1F3;
}
</style>
border-color css
<style>
span { border-color: #20A1F3; }
span { border-color: rgb(32,161,243); }
td.TdClassName
{
border-color: #20A1F3;
}
.TagClassName
{
border-color: #20A1F3;
}
</style>