Shades of Dodger Blue #0D86EF
Tints of Dodger Blue #0D86EF
RGB
CMYK
RGB Variations
Color information
#0D86EF (or 0x0D86EF) is known color: Dodger Blue. HEX triplet: 0D, 86 and EF. RGB value is (13,134,239). Sum of RGB (Red+Green+Blue) = 13+134+239=386 (51% of max value = 765). Red value is 13 (5.47% from 255 or 3.37% from 386); Green value is 134 (52.73% from 255 or 34.72% from 386); Blue value is 239 (93.75% from 255 or 61.92% from 386); Max value from RGB is 239 - color contains mainly: blue. Hex color #0D86EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0D86EF is #F27910. Grayscale: #6D6D6D. Windows color (decimal): -15890705 or 15697421. OLE color: 15697421.
HSL color Cylindrical-coordinate representation of color #0D86EF: hue angle of 207.88º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0D86EF is Cyan = 0.95, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 13 | 134 | 239 | - |
| CMYK | 0.95 | 0.44 | 0 | 0.06 |
| HSL | 207.88º | 0.9% | 0.49% | - |
| HSV(B) | 207.88º | 0.95% | 0.94% | - |
| XYZ | 24.27 | 23.37 | 84.89 | - |
| YUV | 109.79 | 200.91 | 58.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 134 | 239 | 0.95 | 0.44 | 0 | 0.06 | 207.88 | 0.9 | 0.49 |
| Hex | D | 86 | EF | 5F | 2C | 0 | 6 | D0 | 5A | 31 |
| Octal | 15 | 206 | 357 | 137 | 54 | 0 | 6 | 320 | 132 | 61 |
| Binary | 1101 | 10000110 | 11101111 | 1011111 | 101100 | 0 | 110 | 11010000 | 1011010 | 110001 |
Color Harmonies of #0D86EF
Complementary color
Monochromatic Colors of #0D86EF
Black with #0D86EF
Text Example
Text Example
White with #0D86EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D86EF; }
p { color: rgb(13,134,239); }
H1.HeaderClassName
{
color: #0D86EF;
}
.AnyTagClassName
{
color: #0D86EF;
}
</style>
background-color css
<style>
a { background-color: #0D86EF; }
a { background-color: rgb(13,134,239); }
div.DivClassName
{
background-color: #0D86EF;
}
.BgClassName
{
background-color: #0D86EF;
}
</style>
border-color css
<style>
span { border-color: #0D86EF; }
span { border-color: rgb(13,134,239); }
td.TdClassName
{
border-color: #0D86EF;
}
.TagClassName
{
border-color: #0D86EF;
}
</style>