Shades of Dodger Blue #1682F6
Tints of Dodger Blue #1682F6
RGB
CMYK
RGB Variations
Color information
#1682F6 (or 0x1682F6) is known color: Dodger Blue. HEX triplet: 16, 82 and F6. RGB value is (22,130,246). Sum of RGB (Red+Green+Blue) = 22+130+246=398 (52% of max value = 765). Red value is 22 (8.98% from 255 or 5.53% from 398); Green value is 130 (51.17% from 255 or 32.66% from 398); Blue value is 246 (96.48% from 255 or 61.81% from 398); Max value from RGB is 246 - color contains mainly: blue. Hex color #1682F6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1682F6 is #E97D09. Grayscale: #6E6E6E. Windows color (decimal): -15301898 or 16155158. OLE color: 16155158.
HSL color Cylindrical-coordinate representation of color #1682F6: hue angle of 211.07º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1682F6 is Cyan = 0.91, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 22 | 130 | 246 | - |
| CMYK | 0.91 | 0.47 | 0 | 0.04 |
| HSL | 211.07º | 0.93% | 0.53% | - |
| HSV(B) | 211.07º | 0.91% | 0.96% | - |
| XYZ | 24.95 | 22.79 | 90.27 | - |
| YUV | 110.93 | 204.22 | 64.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 130 | 246 | 0.91 | 0.47 | 0 | 0.04 | 211.07 | 0.93 | 0.53 |
| Hex | 16 | 82 | F6 | 5B | 2F | 0 | 4 | D3 | 5D | 35 |
| Octal | 26 | 202 | 366 | 133 | 57 | 0 | 4 | 323 | 135 | 65 |
| Binary | 10110 | 10000010 | 11110110 | 1011011 | 101111 | 0 | 100 | 11010011 | 1011101 | 110101 |
Color Harmonies of #1682F6
Complementary color
Monochromatic Colors of #1682F6
Black with #1682F6
Text Example
Text Example
White with #1682F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1682F6; }
p { color: rgb(22,130,246); }
H1.HeaderClassName
{
color: #1682F6;
}
.AnyTagClassName
{
color: #1682F6;
}
</style>
background-color css
<style>
a { background-color: #1682F6; }
a { background-color: rgb(22,130,246); }
div.DivClassName
{
background-color: #1682F6;
}
.BgClassName
{
background-color: #1682F6;
}
</style>
border-color css
<style>
span { border-color: #1682F6; }
span { border-color: rgb(22,130,246); }
td.TdClassName
{
border-color: #1682F6;
}
.TagClassName
{
border-color: #1682F6;
}
</style>