Shades of Dodger Blue #0086FD
Tints of Dodger Blue #0086FD
RGB
CMYK
RGB Variations
Color information
#0086FD (or 0x0086FD) is known color: Dodger Blue. HEX triplet: 00, 86 and FD. RGB value is (0,134,253). Sum of RGB (Red+Green+Blue) = 0+134+253=387 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 387); Green value is 134 (52.73% from 255 or 34.63% from 387); Blue value is 253 (99.22% from 255 or 65.37% from 387); Max value from RGB is 253 - color contains mainly: blue. Hex color #0086FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0086FD is #FF7902. Grayscale: #6A6A6A. Windows color (decimal): -16742659 or 16614912. OLE color: 16614912.
HSL color Cylindrical-coordinate representation of color #0086FD: hue angle of 208.22º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0086FD is Cyan = 1, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 134 | 253 | - |
| CMYK | 1 | 0.47 | 0 | 0.01 |
| HSL | 208.22º | 1% | 0.5% | - |
| HSV(B) | 208.22º | 1% | 0.99% | - |
| XYZ | 26.25 | 24.14 | 96.2 | - |
| YUV | 107.5 | 210.11 | 51.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 134 | 253 | 1 | 0.47 | 0 | 0.01 | 208.22 | 1 | 0.5 |
| Hex | 0 | 86 | FD | 64 | 2F | 0 | 1 | D0 | 64 | 32 |
| Octal | 0 | 206 | 375 | 144 | 57 | 0 | 1 | 320 | 144 | 62 |
| Binary | 0 | 10000110 | 11111101 | 1100100 | 101111 | 0 | 1 | 11010000 | 1100100 | 110010 |
Color Harmonies of #0086FD
Complementary color
Monochromatic Colors of #0086FD
Black with #0086FD
Text Example
Text Example
White with #0086FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0086FD; }
p { color: rgb(0,134,253); }
H1.HeaderClassName
{
color: #0086FD;
}
.AnyTagClassName
{
color: #0086FD;
}
</style>
background-color css
<style>
a { background-color: #0086FD; }
a { background-color: rgb(0,134,253); }
div.DivClassName
{
background-color: #0086FD;
}
.BgClassName
{
background-color: #0086FD;
}
</style>
border-color css
<style>
span { border-color: #0086FD; }
span { border-color: rgb(0,134,253); }
td.TdClassName
{
border-color: #0086FD;
}
.TagClassName
{
border-color: #0086FD;
}
</style>