Shades of Dodger Blue #1686FA
Tints of Dodger Blue #1686FA
RGB
CMYK
RGB Variations
Color information
#1686FA (or 0x1686FA) is known color: Dodger Blue. HEX triplet: 16, 86 and FA. RGB value is (22,134,250). Sum of RGB (Red+Green+Blue) = 22+134+250=406 (53% of max value = 765). Red value is 22 (8.98% from 255 or 5.42% from 406); Green value is 134 (52.73% from 255 or 33.00% from 406); Blue value is 250 (98.05% from 255 or 61.58% from 406); Max value from RGB is 250 - color contains mainly: blue. Hex color #1686FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1686FA is #E97905. Grayscale: #717171. Windows color (decimal): -15300870 or 16418326. OLE color: 16418326.
HSL color Cylindrical-coordinate representation of color #1686FA: hue angle of 210.53º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1686FA is Cyan = 0.91, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 22 | 134 | 250 | - |
| CMYK | 0.91 | 0.46 | 0 | 0.02 |
| HSL | 210.53º | 0.96% | 0.53% | - |
| HSV(B) | 210.53º | 0.91% | 0.98% | - |
| XYZ | 26.11 | 24.12 | 93.72 | - |
| YUV | 113.74 | 204.89 | 62.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 134 | 250 | 0.91 | 0.46 | 0 | 0.02 | 210.53 | 0.96 | 0.53 |
| Hex | 16 | 86 | FA | 5B | 2E | 0 | 2 | D3 | 60 | 35 |
| Octal | 26 | 206 | 372 | 133 | 56 | 0 | 2 | 323 | 140 | 65 |
| Binary | 10110 | 10000110 | 11111010 | 1011011 | 101110 | 0 | 10 | 11010011 | 1100000 | 110101 |
Color Harmonies of #1686FA
Complementary color
Monochromatic Colors of #1686FA
Black with #1686FA
Text Example
Text Example
White with #1686FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1686FA; }
p { color: rgb(22,134,250); }
H1.HeaderClassName
{
color: #1686FA;
}
.AnyTagClassName
{
color: #1686FA;
}
</style>
background-color css
<style>
a { background-color: #1686FA; }
a { background-color: rgb(22,134,250); }
div.DivClassName
{
background-color: #1686FA;
}
.BgClassName
{
background-color: #1686FA;
}
</style>
border-color css
<style>
span { border-color: #1686FA; }
span { border-color: rgb(22,134,250); }
td.TdClassName
{
border-color: #1686FA;
}
.TagClassName
{
border-color: #1686FA;
}
</style>