Shades of Dodger Blue #1682FF
Tints of Dodger Blue #1682FF
RGB
CMYK
RGB Variations
Color information
#1682FF (or 0x1682FF) is known color: Dodger Blue. HEX triplet: 16, 82 and FF. RGB value is (22,130,255). Sum of RGB (Red+Green+Blue) = 22+130+255=407 (53% of max value = 765). Red value is 22 (8.98% from 255 or 5.41% from 407); Green value is 130 (51.17% from 255 or 31.94% from 407); Blue value is 255 (100% from 255 or 62.65% from 407); Max value from RGB is 255 - color contains mainly: blue. Hex color #1682FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1682FF is #E97D00. Grayscale: #6F6F6F. Windows color (decimal): -15301889 or 16744982. OLE color: 16744982.
HSL color Cylindrical-coordinate representation of color #1682FF: hue angle of 212.19º 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 #1682FF is Cyan = 0.91, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 22 | 130 | 255 | - |
| CMYK | 0.91 | 0.49 | 0 | 0 |
| HSL | 212.19º | 1% | 0.54% | - |
| HSV(B) | 212.19º | 0.91% | 1% | - |
| XYZ | 26.36 | 23.36 | 97.73 | - |
| YUV | 111.96 | 208.72 | 63.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 130 | 255 | 0.91 | 0.49 | 0 | 0 | 212.19 | 1 | 0.54 |
| Hex | 16 | 82 | FF | 5B | 31 | 0 | 0 | D4 | 64 | 36 |
| Octal | 26 | 202 | 377 | 133 | 61 | 0 | 0 | 324 | 144 | 66 |
| Binary | 10110 | 10000010 | 11111111 | 1011011 | 110001 | 0 | 0 | 11010100 | 1100100 | 110110 |
Color Harmonies of #1682FF
Complementary color
Monochromatic Colors of #1682FF
Black with #1682FF
Text Example
Text Example
White with #1682FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1682FF; }
p { color: rgb(22,130,255); }
H1.HeaderClassName
{
color: #1682FF;
}
.AnyTagClassName
{
color: #1682FF;
}
</style>
background-color css
<style>
a { background-color: #1682FF; }
a { background-color: rgb(22,130,255); }
div.DivClassName
{
background-color: #1682FF;
}
.BgClassName
{
background-color: #1682FF;
}
</style>
border-color css
<style>
span { border-color: #1682FF; }
span { border-color: rgb(22,130,255); }
td.TdClassName
{
border-color: #1682FF;
}
.TagClassName
{
border-color: #1682FF;
}
</style>