Shades of Dodger Blue #1686F6
Tints of Dodger Blue #1686F6
RGB
CMYK
RGB Variations
Color information
#1686F6 (or 0x1686F6) is known color: Dodger Blue. HEX triplet: 16, 86 and F6. RGB value is (22,134,246). Sum of RGB (Red+Green+Blue) = 22+134+246=402 (53% of max value = 765). Red value is 22 (8.98% from 255 or 5.47% from 402); Green value is 134 (52.73% from 255 or 33.33% from 402); Blue value is 246 (96.48% from 255 or 61.19% from 402); Max value from RGB is 246 - color contains mainly: blue. Hex color #1686F6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1686F6 is #E97909. Grayscale: #707070. Windows color (decimal): -15300874 or 16156182. OLE color: 16156182.
HSL color Cylindrical-coordinate representation of color #1686F6: hue angle of 210º 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 #1686F6 is Cyan = 0.91, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 22 | 134 | 246 | - |
| CMYK | 0.91 | 0.46 | 0 | 0.04 |
| HSL | 210º | 0.93% | 0.53% | - |
| HSV(B) | 210º | 0.91% | 0.96% | - |
| XYZ | 25.49 | 23.87 | 90.45 | - |
| YUV | 113.28 | 202.89 | 62.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 134 | 246 | 0.91 | 0.46 | 0 | 0.04 | 210 | 0.93 | 0.53 |
| Hex | 16 | 86 | F6 | 5B | 2E | 0 | 4 | D2 | 5D | 35 |
| Octal | 26 | 206 | 366 | 133 | 56 | 0 | 4 | 322 | 135 | 65 |
| Binary | 10110 | 10000110 | 11110110 | 1011011 | 101110 | 0 | 100 | 11010010 | 1011101 | 110101 |
Color Harmonies of #1686F6
Complementary color
Monochromatic Colors of #1686F6
Black with #1686F6
Text Example
Text Example
White with #1686F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1686F6; }
p { color: rgb(22,134,246); }
H1.HeaderClassName
{
color: #1686F6;
}
.AnyTagClassName
{
color: #1686F6;
}
</style>
background-color css
<style>
a { background-color: #1686F6; }
a { background-color: rgb(22,134,246); }
div.DivClassName
{
background-color: #1686F6;
}
.BgClassName
{
background-color: #1686F6;
}
</style>
border-color css
<style>
span { border-color: #1686F6; }
span { border-color: rgb(22,134,246); }
td.TdClassName
{
border-color: #1686F6;
}
.TagClassName
{
border-color: #1686F6;
}
</style>