Shades of Dodger Blue #20ACFD
Tints of Dodger Blue #20ACFD
RGB
CMYK
RGB Variations
Color information
#20ACFD (or 0x20ACFD) is known color: Dodger Blue. HEX triplet: 20, AC and FD. RGB value is (32,172,253). Sum of RGB (Red+Green+Blue) = 32+172+253=457 (60% of max value = 765). Red value is 32 (12.89% from 255 or 7.00% from 457); Green value is 172 (67.58% from 255 or 37.64% from 457); Blue value is 253 (99.22% from 255 or 55.36% from 457); Max value from RGB is 253 - color contains mainly: blue. Hex color #20ACFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #20ACFD is #DF5302. Grayscale: #8A8A8A. Windows color (decimal): -14635779 or 16624672. OLE color: 16624672.
HSL color Cylindrical-coordinate representation of color #20ACFD: hue angle of 201.99º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20ACFD is Cyan = 0.87, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 32 | 172 | 253 | - |
| CMYK | 0.87 | 0.32 | 0 | 0.01 |
| HSL | 201.99º | 0.98% | 0.56% | - |
| HSV(B) | 201.99º | 0.87% | 0.99% | - |
| XYZ | 33.08 | 36.9 | 98.31 | - |
| YUV | 139.37 | 192.12 | 51.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 172 | 253 | 0.87 | 0.32 | 0 | 0.01 | 201.99 | 0.98 | 0.56 |
| Hex | 20 | AC | FD | 57 | 20 | 0 | 1 | CA | 62 | 38 |
| Octal | 40 | 254 | 375 | 127 | 40 | 0 | 1 | 312 | 142 | 70 |
| Binary | 100000 | 10101100 | 11111101 | 1010111 | 100000 | 0 | 1 | 11001010 | 1100010 | 111000 |
Color Harmonies of #20ACFD
Complementary color
Monochromatic Colors of #20ACFD
Black with #20ACFD
Text Example
Text Example
White with #20ACFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20ACFD; }
p { color: rgb(32,172,253); }
H1.HeaderClassName
{
color: #20ACFD;
}
.AnyTagClassName
{
color: #20ACFD;
}
</style>
background-color css
<style>
a { background-color: #20ACFD; }
a { background-color: rgb(32,172,253); }
div.DivClassName
{
background-color: #20ACFD;
}
.BgClassName
{
background-color: #20ACFD;
}
</style>
border-color css
<style>
span { border-color: #20ACFD; }
span { border-color: rgb(32,172,253); }
td.TdClassName
{
border-color: #20ACFD;
}
.TagClassName
{
border-color: #20ACFD;
}
</style>