Shades of Dodger Blue #20A2FE
Tints of Dodger Blue #20A2FE
RGB
CMYK
RGB Variations
Color information
#20A2FE (or 0x20A2FE) is known color: Dodger Blue. HEX triplet: 20, A2 and FE. RGB value is (32,162,254). Sum of RGB (Red+Green+Blue) = 32+162+254=448 (59% of max value = 765). Red value is 32 (12.89% from 255 or 7.14% from 448); Green value is 162 (63.67% from 255 or 36.16% from 448); Blue value is 254 (99.61% from 255 or 56.70% from 448); Max value from RGB is 254 - color contains mainly: blue. Hex color #20A2FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #20A2FE is #DF5D01. Grayscale: #858585. Windows color (decimal): -14638338 or 16687648. OLE color: 16687648.
HSL color Cylindrical-coordinate representation of color #20A2FE: hue angle of 204.86º 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 #20A2FE is Cyan = 0.87, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 32 | 162 | 254 | - |
| CMYK | 0.87 | 0.36 | 0 | 0.00 |
| HSL | 204.86º | 0.99% | 0.56% | - |
| HSV(B) | 204.86º | 0.87% | 1% | - |
| XYZ | 31.41 | 33.3 | 98.54 | - |
| YUV | 133.62 | 195.93 | 55.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 162 | 254 | 0.87 | 0.36 | 0 | 0.00 | 204.86 | 0.99 | 0.56 |
| Hex | 20 | A2 | FE | 57 | 24 | 0 | 0 | CD | 63 | 38 |
| Octal | 40 | 242 | 376 | 127 | 44 | 0 | 0 | 315 | 143 | 70 |
| Binary | 100000 | 10100010 | 11111110 | 1010111 | 100100 | 0 | 0 | 11001101 | 1100011 | 111000 |
Color Harmonies of #20A2FE
Complementary color
Monochromatic Colors of #20A2FE
Black with #20A2FE
Text Example
Text Example
White with #20A2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20A2FE; }
p { color: rgb(32,162,254); }
H1.HeaderClassName
{
color: #20A2FE;
}
.AnyTagClassName
{
color: #20A2FE;
}
</style>
background-color css
<style>
a { background-color: #20A2FE; }
a { background-color: rgb(32,162,254); }
div.DivClassName
{
background-color: #20A2FE;
}
.BgClassName
{
background-color: #20A2FE;
}
</style>
border-color css
<style>
span { border-color: #20A2FE; }
span { border-color: rgb(32,162,254); }
td.TdClassName
{
border-color: #20A2FE;
}
.TagClassName
{
border-color: #20A2FE;
}
</style>