Shades of Dodger Blue #20ABFC
Tints of Dodger Blue #20ABFC
RGB
CMYK
RGB Variations
Color information
#20ABFC (or 0x20ABFC) is known color: Dodger Blue. HEX triplet: 20, AB and FC. RGB value is (32,171,252). Sum of RGB (Red+Green+Blue) = 32+171+252=455 (60% of max value = 765). Red value is 32 (12.89% from 255 or 7.03% from 455); Green value is 171 (67.19% from 255 or 37.58% from 455); Blue value is 252 (98.83% from 255 or 55.38% from 455); Max value from RGB is 252 - color contains mainly: blue. Hex color #20ABFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #20ABFC is #DF5403. Grayscale: #8A8A8A. Windows color (decimal): -14636036 or 16558880. OLE color: 16558880.
HSL color Cylindrical-coordinate representation of color #20ABFC: hue angle of 202.09º 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 #20ABFC is Cyan = 0.87, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 32 | 171 | 252 | - |
| CMYK | 0.87 | 0.32 | 0 | 0.01 |
| HSL | 202.09º | 0.97% | 0.56% | - |
| HSV(B) | 202.09º | 0.87% | 0.99% | - |
| XYZ | 32.73 | 36.46 | 97.41 | - |
| YUV | 138.67 | 191.95 | 51.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 171 | 252 | 0.87 | 0.32 | 0 | 0.01 | 202.09 | 0.97 | 0.56 |
| Hex | 20 | AB | FC | 57 | 20 | 0 | 1 | CA | 61 | 38 |
| Octal | 40 | 253 | 374 | 127 | 40 | 0 | 1 | 312 | 141 | 70 |
| Binary | 100000 | 10101011 | 11111100 | 1010111 | 100000 | 0 | 1 | 11001010 | 1100001 | 111000 |
Color Harmonies of #20ABFC
Complementary color
Monochromatic Colors of #20ABFC
Black with #20ABFC
Text Example
Text Example
White with #20ABFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20ABFC; }
p { color: rgb(32,171,252); }
H1.HeaderClassName
{
color: #20ABFC;
}
.AnyTagClassName
{
color: #20ABFC;
}
</style>
background-color css
<style>
a { background-color: #20ABFC; }
a { background-color: rgb(32,171,252); }
div.DivClassName
{
background-color: #20ABFC;
}
.BgClassName
{
background-color: #20ABFC;
}
</style>
border-color css
<style>
span { border-color: #20ABFC; }
span { border-color: rgb(32,171,252); }
td.TdClassName
{
border-color: #20ABFC;
}
.TagClassName
{
border-color: #20ABFC;
}
</style>