Shades of Dodger Blue #1680FF
Tints of Dodger Blue #1680FF
RGB
CMYK
RGB Variations
Color information
#1680FF (or 0x1680FF) is known color: Dodger Blue. HEX triplet: 16, 80 and FF. RGB value is (22,128,255). Sum of RGB (Red+Green+Blue) = 22+128+255=405 (53% of max value = 765). Red value is 22 (8.98% from 255 or 5.43% from 405); Green value is 128 (50.39% from 255 or 31.60% from 405); Blue value is 255 (100% from 255 or 62.96% from 405); Max value from RGB is 255 - color contains mainly: blue. Hex color #1680FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1680FF is #E97F00. Grayscale: #6E6E6E. Windows color (decimal): -15302401 or 16744470. OLE color: 16744470.
HSL color Cylindrical-coordinate representation of color #1680FF: hue angle of 212.7º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1680FF is Cyan = 0.91, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 22 | 128 | 255 | - |
| CMYK | 0.91 | 0.50 | 0 | 0 |
| HSL | 212.7º | 1% | 0.54% | - |
| HSV(B) | 212.7º | 0.91% | 1% | - |
| XYZ | 26.1 | 22.83 | 97.64 | - |
| YUV | 110.78 | 209.38 | 64.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 128 | 255 | 0.91 | 0.50 | 0 | 0 | 212.7 | 1 | 0.54 |
| Hex | 16 | 80 | FF | 5B | 32 | 0 | 0 | D5 | 64 | 36 |
| Octal | 26 | 200 | 377 | 133 | 62 | 0 | 0 | 325 | 144 | 66 |
| Binary | 10110 | 10000000 | 11111111 | 1011011 | 110010 | 0 | 0 | 11010101 | 1100100 | 110110 |
Color Harmonies of #1680FF
Complementary color
Monochromatic Colors of #1680FF
Black with #1680FF
Text Example
Text Example
White with #1680FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1680FF; }
p { color: rgb(22,128,255); }
H1.HeaderClassName
{
color: #1680FF;
}
.AnyTagClassName
{
color: #1680FF;
}
</style>
background-color css
<style>
a { background-color: #1680FF; }
a { background-color: rgb(22,128,255); }
div.DivClassName
{
background-color: #1680FF;
}
.BgClassName
{
background-color: #1680FF;
}
</style>
border-color css
<style>
span { border-color: #1680FF; }
span { border-color: rgb(22,128,255); }
td.TdClassName
{
border-color: #1680FF;
}
.TagClassName
{
border-color: #1680FF;
}
</style>