Shades of Dodger Blue #0086EF
Tints of Dodger Blue #0086EF
RGB
CMYK
RGB Variations
Color information
#0086EF (or 0x0086EF) is known color: Dodger Blue. HEX triplet: 00, 86 and EF. RGB value is (0,134,239). Sum of RGB (Red+Green+Blue) = 0+134+239=373 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 373); Green value is 134 (52.73% from 255 or 35.92% from 373); Blue value is 239 (93.75% from 255 or 64.08% from 373); Max value from RGB is 239 - color contains mainly: blue. Hex color #0086EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0086EF is #FF7910. Grayscale: #696969. Windows color (decimal): -16742673 or 15697408. OLE color: 15697408.
HSL color Cylindrical-coordinate representation of color #0086EF: hue angle of 206.36º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0086EF is Cyan = 1, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 0 | 134 | 239 | - |
| CMYK | 1 | 0.44 | 0 | 0.06 |
| HSL | 206.36º | 1% | 0.47% | - |
| HSV(B) | 206.36º | 1% | 0.94% | - |
| XYZ | 24.11 | 23.28 | 84.88 | - |
| YUV | 105.9 | 203.11 | 52.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 134 | 239 | 1 | 0.44 | 0 | 0.06 | 206.36 | 1 | 0.47 |
| Hex | 0 | 86 | EF | 64 | 2C | 0 | 6 | CE | 64 | 2F |
| Octal | 0 | 206 | 357 | 144 | 54 | 0 | 6 | 316 | 144 | 57 |
| Binary | 0 | 10000110 | 11101111 | 1100100 | 101100 | 0 | 110 | 11001110 | 1100100 | 101111 |
Color Harmonies of #0086EF
Complementary color
Monochromatic Colors of #0086EF
Black with #0086EF
Text Example
Text Example
White with #0086EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0086EF; }
p { color: rgb(0,134,239); }
H1.HeaderClassName
{
color: #0086EF;
}
.AnyTagClassName
{
color: #0086EF;
}
</style>
background-color css
<style>
a { background-color: #0086EF; }
a { background-color: rgb(0,134,239); }
div.DivClassName
{
background-color: #0086EF;
}
.BgClassName
{
background-color: #0086EF;
}
</style>
border-color css
<style>
span { border-color: #0086EF; }
span { border-color: rgb(0,134,239); }
td.TdClassName
{
border-color: #0086EF;
}
.TagClassName
{
border-color: #0086EF;
}
</style>