Shades of Dodger Blue #0E86DF
Tints of Dodger Blue #0E86DF
RGB
CMYK
RGB Variations
Color information
#0E86DF (or 0x0E86DF) is known color: Dodger Blue. HEX triplet: 0E, 86 and DF. RGB value is (14,134,223). Sum of RGB (Red+Green+Blue) = 14+134+223=371 (49% of max value = 765). Red value is 14 (5.86% from 255 or 3.77% from 371); Green value is 134 (52.73% from 255 or 36.12% from 371); Blue value is 223 (87.5% from 255 or 60.11% from 371); Max value from RGB is 223 - color contains mainly: blue. Hex color #0E86DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0E86DF is #F17920. Grayscale: #6B6B6B. Windows color (decimal): -15825185 or 14648846. OLE color: 14648846.
HSL color Cylindrical-coordinate representation of color #0E86DF: hue angle of 205.55º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E86DF is Cyan = 0.94, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 14 | 134 | 223 | - |
| CMYK | 0.94 | 0.40 | 0 | 0.13 |
| HSL | 205.55º | 0.88% | 0.46% | - |
| HSV(B) | 205.55º | 0.94% | 0.87% | - |
| XYZ | 22.03 | 22.47 | 72.99 | - |
| YUV | 108.27 | 192.74 | 60.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 134 | 223 | 0.94 | 0.40 | 0 | 0.13 | 205.55 | 0.88 | 0.46 |
| Hex | E | 86 | DF | 5E | 28 | 0 | D | CE | 58 | 2E |
| Octal | 16 | 206 | 337 | 136 | 50 | 0 | 15 | 316 | 130 | 56 |
| Binary | 1110 | 10000110 | 11011111 | 1011110 | 101000 | 0 | 1101 | 11001110 | 1011000 | 101110 |
Color Harmonies of #0E86DF
Complementary color
Monochromatic Colors of #0E86DF
Black with #0E86DF
Text Example
Text Example
White with #0E86DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E86DF; }
p { color: rgb(14,134,223); }
H1.HeaderClassName
{
color: #0E86DF;
}
.AnyTagClassName
{
color: #0E86DF;
}
</style>
background-color css
<style>
a { background-color: #0E86DF; }
a { background-color: rgb(14,134,223); }
div.DivClassName
{
background-color: #0E86DF;
}
.BgClassName
{
background-color: #0E86DF;
}
</style>
border-color css
<style>
span { border-color: #0E86DF; }
span { border-color: rgb(14,134,223); }
td.TdClassName
{
border-color: #0E86DF;
}
.TagClassName
{
border-color: #0E86DF;
}
</style>