Shades of Dodger Blue #20A8FE
Tints of Dodger Blue #20A8FE
RGB
CMYK
RGB Variations
Color information
#20A8FE (or 0x20A8FE) is known color: Dodger Blue. HEX triplet: 20, A8 and FE. RGB value is (32,168,254). Sum of RGB (Red+Green+Blue) = 32+168+254=454 (60% of max value = 765). Red value is 32 (12.89% from 255 or 7.05% from 454); Green value is 168 (66.02% from 255 or 37.00% from 454); Blue value is 254 (99.61% from 255 or 55.95% from 454); Max value from RGB is 254 - color contains mainly: blue. Hex color #20A8FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #20A8FE is #DF5701. Grayscale: #888888. Windows color (decimal): -14636802 or 16689184. OLE color: 16689184.
HSL color Cylindrical-coordinate representation of color #20A8FE: hue angle of 203.24º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20A8FE is Cyan = 0.87, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 32 | 168 | 254 | - |
| CMYK | 0.87 | 0.34 | 0 | 0.00 |
| HSL | 203.24º | 0.99% | 0.56% | - |
| HSV(B) | 203.24º | 0.87% | 1% | - |
| XYZ | 32.49 | 35.47 | 98.9 | - |
| YUV | 137.14 | 193.94 | 53.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 168 | 254 | 0.87 | 0.34 | 0 | 0.00 | 203.24 | 0.99 | 0.56 |
| Hex | 20 | A8 | FE | 57 | 22 | 0 | 0 | CB | 63 | 38 |
| Octal | 40 | 250 | 376 | 127 | 42 | 0 | 0 | 313 | 143 | 70 |
| Binary | 100000 | 10101000 | 11111110 | 1010111 | 100010 | 0 | 0 | 11001011 | 1100011 | 111000 |
Color Harmonies of #20A8FE
Complementary color
Monochromatic Colors of #20A8FE
Black with #20A8FE
Text Example
Text Example
White with #20A8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20A8FE; }
p { color: rgb(32,168,254); }
H1.HeaderClassName
{
color: #20A8FE;
}
.AnyTagClassName
{
color: #20A8FE;
}
</style>
background-color css
<style>
a { background-color: #20A8FE; }
a { background-color: rgb(32,168,254); }
div.DivClassName
{
background-color: #20A8FE;
}
.BgClassName
{
background-color: #20A8FE;
}
</style>
border-color css
<style>
span { border-color: #20A8FE; }
span { border-color: rgb(32,168,254); }
td.TdClassName
{
border-color: #20A8FE;
}
.TagClassName
{
border-color: #20A8FE;
}
</style>