Shades of Dodger Blue #20ABFE
Tints of Dodger Blue #20ABFE
RGB
CMYK
RGB Variations
Color information
#20ABFE (or 0x20ABFE) is known color: Dodger Blue. HEX triplet: 20, AB and FE. RGB value is (32,171,254). Sum of RGB (Red+Green+Blue) = 32+171+254=457 (60% of max value = 765). Red value is 32 (12.89% from 255 or 7.00% from 457); Green value is 171 (67.19% from 255 or 37.42% from 457); Blue value is 254 (99.61% from 255 or 55.58% from 457); Max value from RGB is 254 - color contains mainly: blue. Hex color #20ABFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #20ABFE is #DF5401. Grayscale: #8A8A8A. Windows color (decimal): -14636034 or 16689952. OLE color: 16689952.
HSL color Cylindrical-coordinate representation of color #20ABFE: hue angle of 202.43º 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 #20ABFE is Cyan = 0.87, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 32 | 171 | 254 | - |
| CMYK | 0.87 | 0.33 | 0 | 0.00 |
| HSL | 202.43º | 0.99% | 0.56% | - |
| HSV(B) | 202.43º | 0.87% | 1% | - |
| XYZ | 33.05 | 36.59 | 99.09 | - |
| YUV | 138.9 | 192.95 | 51.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 171 | 254 | 0.87 | 0.33 | 0 | 0.00 | 202.43 | 0.99 | 0.56 |
| Hex | 20 | AB | FE | 57 | 21 | 0 | 0 | CA | 63 | 38 |
| Octal | 40 | 253 | 376 | 127 | 41 | 0 | 0 | 312 | 143 | 70 |
| Binary | 100000 | 10101011 | 11111110 | 1010111 | 100001 | 0 | 0 | 11001010 | 1100011 | 111000 |
Color Harmonies of #20ABFE
Complementary color
Monochromatic Colors of #20ABFE
Black with #20ABFE
Text Example
Text Example
White with #20ABFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20ABFE; }
p { color: rgb(32,171,254); }
H1.HeaderClassName
{
color: #20ABFE;
}
.AnyTagClassName
{
color: #20ABFE;
}
</style>
background-color css
<style>
a { background-color: #20ABFE; }
a { background-color: rgb(32,171,254); }
div.DivClassName
{
background-color: #20ABFE;
}
.BgClassName
{
background-color: #20ABFE;
}
</style>
border-color css
<style>
span { border-color: #20ABFE; }
span { border-color: rgb(32,171,254); }
td.TdClassName
{
border-color: #20ABFE;
}
.TagClassName
{
border-color: #20ABFE;
}
</style>