Shades of Dodger Blue #20B0FF
Tints of Dodger Blue #20B0FF
RGB
CMYK
RGB Variations
Color information
#20B0FF (or 0x20B0FF) is known color: Dodger Blue. HEX triplet: 20, B0 and FF. RGB value is (32,176,255). Sum of RGB (Red+Green+Blue) = 32+176+255=463 (61% of max value = 765). Red value is 32 (12.89% from 255 or 6.91% from 463); Green value is 176 (69.14% from 255 or 38.01% from 463); Blue value is 255 (100% from 255 or 55.08% from 463); Max value from RGB is 255 - color contains mainly: blue. Hex color #20B0FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #20B0FF is #DF4F00. Grayscale: #8D8D8D. Windows color (decimal): -14634753 or 16756768. OLE color: 16756768.
HSL color Cylindrical-coordinate representation of color #20B0FF: hue angle of 201.26º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20B0FF is Cyan = 0.87, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 32 | 176 | 255 | - |
| CMYK | 0.87 | 0.31 | 0 | 0 |
| HSL | 201.26º | 1% | 0.56% | - |
| HSV(B) | 201.26º | 0.87% | 1% | - |
| XYZ | 34.17 | 38.58 | 100.25 | - |
| YUV | 141.95 | 191.79 | 49.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 176 | 255 | 0.87 | 0.31 | 0 | 0 | 201.26 | 1 | 0.56 |
| Hex | 20 | B0 | FF | 57 | 1F | 0 | 0 | C9 | 64 | 38 |
| Octal | 40 | 260 | 377 | 127 | 37 | 0 | 0 | 311 | 144 | 70 |
| Binary | 100000 | 10110000 | 11111111 | 1010111 | 11111 | 0 | 0 | 11001001 | 1100100 | 111000 |
Color Harmonies of #20B0FF
Complementary color
Monochromatic Colors of #20B0FF
Black with #20B0FF
Text Example
Text Example
White with #20B0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20B0FF; }
p { color: rgb(32,176,255); }
H1.HeaderClassName
{
color: #20B0FF;
}
.AnyTagClassName
{
color: #20B0FF;
}
</style>
background-color css
<style>
a { background-color: #20B0FF; }
a { background-color: rgb(32,176,255); }
div.DivClassName
{
background-color: #20B0FF;
}
.BgClassName
{
background-color: #20B0FF;
}
</style>
border-color css
<style>
span { border-color: #20B0FF; }
span { border-color: rgb(32,176,255); }
td.TdClassName
{
border-color: #20B0FF;
}
.TagClassName
{
border-color: #20B0FF;
}
</style>