Shades of Dodger Blue #1680FE
Tints of Dodger Blue #1680FE
RGB
CMYK
RGB Variations
Color information
#1680FE (or 0x1680FE) is known color: Dodger Blue. HEX triplet: 16, 80 and FE. RGB value is (22,128,254). Sum of RGB (Red+Green+Blue) = 22+128+254=404 (53% of max value = 765). Red value is 22 (8.98% from 255 or 5.45% from 404); Green value is 128 (50.39% from 255 or 31.68% from 404); Blue value is 254 (99.61% from 255 or 62.87% from 404); Max value from RGB is 254 - color contains mainly: blue. Hex color #1680FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1680FE is #E97F01. Grayscale: #6E6E6E. Windows color (decimal): -15302402 or 16678934. OLE color: 16678934.
HSL color Cylindrical-coordinate representation of color #1680FE: hue angle of 212.59º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1680FE is Cyan = 0.91, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 22 | 128 | 254 | - |
| CMYK | 0.91 | 0.50 | 0 | 0.00 |
| HSL | 212.59º | 0.99% | 0.54% | - |
| HSV(B) | 212.59º | 0.91% | 1% | - |
| XYZ | 25.94 | 22.76 | 96.79 | - |
| YUV | 110.67 | 208.88 | 64.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 128 | 254 | 0.91 | 0.50 | 0 | 0.00 | 212.59 | 0.99 | 0.54 |
| Hex | 16 | 80 | FE | 5B | 32 | 0 | 0 | D5 | 63 | 36 |
| Octal | 26 | 200 | 376 | 133 | 62 | 0 | 0 | 325 | 143 | 66 |
| Binary | 10110 | 10000000 | 11111110 | 1011011 | 110010 | 0 | 0 | 11010101 | 1100011 | 110110 |
Color Harmonies of #1680FE
Complementary color
Monochromatic Colors of #1680FE
Black with #1680FE
Text Example
Text Example
White with #1680FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1680FE; }
p { color: rgb(22,128,254); }
H1.HeaderClassName
{
color: #1680FE;
}
.AnyTagClassName
{
color: #1680FE;
}
</style>
background-color css
<style>
a { background-color: #1680FE; }
a { background-color: rgb(22,128,254); }
div.DivClassName
{
background-color: #1680FE;
}
.BgClassName
{
background-color: #1680FE;
}
</style>
border-color css
<style>
span { border-color: #1680FE; }
span { border-color: rgb(22,128,254); }
td.TdClassName
{
border-color: #1680FE;
}
.TagClassName
{
border-color: #1680FE;
}
</style>