Shades of Dodger Blue #0E8DFD
Tints of Dodger Blue #0E8DFD
RGB
CMYK
RGB Variations
Color information
#0E8DFD (or 0x0E8DFD) is known color: Dodger Blue. HEX triplet: 0E, 8D and FD. RGB value is (14,141,253). Sum of RGB (Red+Green+Blue) = 14+141+253=408 (54% of max value = 765). Red value is 14 (5.86% from 255 or 3.43% from 408); Green value is 141 (55.47% from 255 or 34.56% from 408); Blue value is 253 (99.22% from 255 or 62.01% from 408); Max value from RGB is 253 - color contains mainly: blue. Hex color #0E8DFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0E8DFD is #F17202. Grayscale: #737373. Windows color (decimal): -15823363 or 16616718. OLE color: 16616718.
HSL color Cylindrical-coordinate representation of color #0E8DFD: hue angle of 208.12º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E8DFD is Cyan = 0.94, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 14 | 141 | 253 | - |
| CMYK | 0.94 | 0.44 | 0 | 0.01 |
| HSL | 208.12º | 0.98% | 0.52% | - |
| HSV(B) | 208.12º | 0.94% | 0.99% | - |
| XYZ | 27.44 | 26.23 | 96.55 | - |
| YUV | 115.8 | 205.42 | 55.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 141 | 253 | 0.94 | 0.44 | 0 | 0.01 | 208.12 | 0.98 | 0.52 |
| Hex | E | 8D | FD | 5E | 2C | 0 | 1 | D0 | 62 | 34 |
| Octal | 16 | 215 | 375 | 136 | 54 | 0 | 1 | 320 | 142 | 64 |
| Binary | 1110 | 10001101 | 11111101 | 1011110 | 101100 | 0 | 1 | 11010000 | 1100010 | 110100 |
Color Harmonies of #0E8DFD
Complementary color
Monochromatic Colors of #0E8DFD
Black with #0E8DFD
Text Example
Text Example
White with #0E8DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E8DFD; }
p { color: rgb(14,141,253); }
H1.HeaderClassName
{
color: #0E8DFD;
}
.AnyTagClassName
{
color: #0E8DFD;
}
</style>
background-color css
<style>
a { background-color: #0E8DFD; }
a { background-color: rgb(14,141,253); }
div.DivClassName
{
background-color: #0E8DFD;
}
.BgClassName
{
background-color: #0E8DFD;
}
</style>
border-color css
<style>
span { border-color: #0E8DFD; }
span { border-color: rgb(14,141,253); }
td.TdClassName
{
border-color: #0E8DFD;
}
.TagClassName
{
border-color: #0E8DFD;
}
</style>