Shades of Dodger Blue #1086FD
Tints of Dodger Blue #1086FD
RGB
CMYK
RGB Variations
Color information
#1086FD (or 0x1086FD) is known color: Dodger Blue. HEX triplet: 10, 86 and FD. RGB value is (16,134,253). Sum of RGB (Red+Green+Blue) = 16+134+253=403 (53% of max value = 765). Red value is 16 (6.64% from 255 or 3.97% from 403); Green value is 134 (52.73% from 255 or 33.25% from 403); Blue value is 253 (99.22% from 255 or 62.78% from 403); Max value from RGB is 253 - color contains mainly: blue. Hex color #1086FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1086FD is #EF7902. Grayscale: #6F6F6F. Windows color (decimal): -15694083 or 16614928. OLE color: 16614928.
HSL color Cylindrical-coordinate representation of color #1086FD: hue angle of 210.13º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1086FD is Cyan = 0.94, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 16 | 134 | 253 | - |
| CMYK | 0.94 | 0.47 | 0 | 0.01 |
| HSL | 210.13º | 0.98% | 0.53% | - |
| HSV(B) | 210.13º | 0.94% | 0.99% | - |
| XYZ | 26.47 | 24.25 | 96.21 | - |
| YUV | 112.28 | 207.41 | 59.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 134 | 253 | 0.94 | 0.47 | 0 | 0.01 | 210.13 | 0.98 | 0.53 |
| Hex | 10 | 86 | FD | 5E | 2F | 0 | 1 | D2 | 62 | 35 |
| Octal | 20 | 206 | 375 | 136 | 57 | 0 | 1 | 322 | 142 | 65 |
| Binary | 10000 | 10000110 | 11111101 | 1011110 | 101111 | 0 | 1 | 11010010 | 1100010 | 110101 |
Color Harmonies of #1086FD
Complementary color
Monochromatic Colors of #1086FD
Black with #1086FD
Text Example
Text Example
White with #1086FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1086FD; }
p { color: rgb(16,134,253); }
H1.HeaderClassName
{
color: #1086FD;
}
.AnyTagClassName
{
color: #1086FD;
}
</style>
background-color css
<style>
a { background-color: #1086FD; }
a { background-color: rgb(16,134,253); }
div.DivClassName
{
background-color: #1086FD;
}
.BgClassName
{
background-color: #1086FD;
}
</style>
border-color css
<style>
span { border-color: #1086FD; }
span { border-color: rgb(16,134,253); }
td.TdClassName
{
border-color: #1086FD;
}
.TagClassName
{
border-color: #1086FD;
}
</style>