Shades of Dodger Blue #20A3EB
Tints of Dodger Blue #20A3EB
RGB
CMYK
RGB Variations
Color information
#20A3EB (or 0x20A3EB) is known color: Dodger Blue. HEX triplet: 20, A3 and EB. RGB value is (32,163,235). Sum of RGB (Red+Green+Blue) = 32+163+235=430 (56% of max value = 765). Red value is 32 (12.89% from 255 or 7.44% from 430); Green value is 163 (64.06% from 255 or 37.91% from 430); Blue value is 235 (92.19% from 255 or 54.65% from 430); Max value from RGB is 235 - color contains mainly: blue. Hex color #20A3EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #20A3EB is #DF5C14. Grayscale: #838383. Windows color (decimal): -14638101 or 15442720. OLE color: 15442720.
HSL color Cylindrical-coordinate representation of color #20A3EB: hue angle of 201.28º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20A3EB is Cyan = 0.86, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 32 | 163 | 235 | - |
| CMYK | 0.86 | 0.31 | 0 | 0.08 |
| HSL | 201.28º | 0.84% | 0.52% | - |
| HSV(B) | 201.28º | 0.86% | 0.92% | - |
| XYZ | 28.69 | 32.5 | 83.36 | - |
| YUV | 132.04 | 186.1 | 56.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 163 | 235 | 0.86 | 0.31 | 0 | 0.08 | 201.28 | 0.84 | 0.52 |
| Hex | 20 | A3 | EB | 56 | 1F | 0 | 8 | C9 | 54 | 34 |
| Octal | 40 | 243 | 353 | 126 | 37 | 0 | 10 | 311 | 124 | 64 |
| Binary | 100000 | 10100011 | 11101011 | 1010110 | 11111 | 0 | 1000 | 11001001 | 1010100 | 110100 |
Color Harmonies of #20A3EB
Complementary color
Monochromatic Colors of #20A3EB
Black with #20A3EB
Text Example
Text Example
White with #20A3EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20A3EB; }
p { color: rgb(32,163,235); }
H1.HeaderClassName
{
color: #20A3EB;
}
.AnyTagClassName
{
color: #20A3EB;
}
</style>
background-color css
<style>
a { background-color: #20A3EB; }
a { background-color: rgb(32,163,235); }
div.DivClassName
{
background-color: #20A3EB;
}
.BgClassName
{
background-color: #20A3EB;
}
</style>
border-color css
<style>
span { border-color: #20A3EB; }
span { border-color: rgb(32,163,235); }
td.TdClassName
{
border-color: #20A3EB;
}
.TagClassName
{
border-color: #20A3EB;
}
</style>