Shades of Dodger Blue #20ACFC
Tints of Dodger Blue #20ACFC
RGB
CMYK
RGB Variations
Color information
#20ACFC (or 0x20ACFC) is known color: Dodger Blue. HEX triplet: 20, AC and FC. RGB value is (32,172,252). Sum of RGB (Red+Green+Blue) = 32+172+252=456 (60% of max value = 765). Red value is 32 (12.89% from 255 or 7.02% from 456); Green value is 172 (67.58% from 255 or 37.72% from 456); Blue value is 252 (98.83% from 255 or 55.26% from 456); Max value from RGB is 252 - color contains mainly: blue. Hex color #20ACFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #20ACFC is #DF5303. Grayscale: #8A8A8A. Windows color (decimal): -14635780 or 16559136. OLE color: 16559136.
HSL color Cylindrical-coordinate representation of color #20ACFC: hue angle of 201.82º degrees, saturation: 0.97, 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 #20ACFC is Cyan = 0.87, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 32 | 172 | 252 | - |
| CMYK | 0.87 | 0.32 | 0 | 0.01 |
| HSL | 201.82º | 0.97% | 0.56% | - |
| HSV(B) | 201.82º | 0.87% | 0.99% | - |
| XYZ | 32.92 | 36.84 | 97.47 | - |
| YUV | 139.26 | 191.62 | 51.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 172 | 252 | 0.87 | 0.32 | 0 | 0.01 | 201.82 | 0.97 | 0.56 |
| Hex | 20 | AC | FC | 57 | 20 | 0 | 1 | CA | 61 | 38 |
| Octal | 40 | 254 | 374 | 127 | 40 | 0 | 1 | 312 | 141 | 70 |
| Binary | 100000 | 10101100 | 11111100 | 1010111 | 100000 | 0 | 1 | 11001010 | 1100001 | 111000 |
Color Harmonies of #20ACFC
Complementary color
Monochromatic Colors of #20ACFC
Black with #20ACFC
Text Example
Text Example
White with #20ACFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20ACFC; }
p { color: rgb(32,172,252); }
H1.HeaderClassName
{
color: #20ACFC;
}
.AnyTagClassName
{
color: #20ACFC;
}
</style>
background-color css
<style>
a { background-color: #20ACFC; }
a { background-color: rgb(32,172,252); }
div.DivClassName
{
background-color: #20ACFC;
}
.BgClassName
{
background-color: #20ACFC;
}
</style>
border-color css
<style>
span { border-color: #20ACFC; }
span { border-color: rgb(32,172,252); }
td.TdClassName
{
border-color: #20ACFC;
}
.TagClassName
{
border-color: #20ACFC;
}
</style>