Shades of Dodger Blue #008DF7
Tints of Dodger Blue #008DF7
RGB
CMYK
RGB Variations
Color information
#008DF7 (or 0x008DF7) is known color: Dodger Blue. HEX triplet: 00, 8D and F7. RGB value is (0,141,247). Sum of RGB (Red+Green+Blue) = 0+141+247=388 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 388); Green value is 141 (55.47% from 255 or 36.34% from 388); Blue value is 247 (96.88% from 255 or 63.66% from 388); Max value from RGB is 247 - color contains mainly: blue. Hex color #008DF7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #008DF7 is #FF7208. Grayscale: #6E6E6E. Windows color (decimal): -16740873 or 16223488. OLE color: 16223488.
HSL color Cylindrical-coordinate representation of color #008DF7: hue angle of 205.75º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008DF7 is Cyan = 1, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 0 | 141 | 247 | - |
| CMYK | 1 | 0.43 | 0 | 0.03 |
| HSL | 205.75º | 1% | 0.48% | - |
| HSV(B) | 205.75º | 1% | 0.97% | - |
| XYZ | 26.31 | 25.77 | 91.58 | - |
| YUV | 110.93 | 204.79 | 48.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 141 | 247 | 1 | 0.43 | 0 | 0.03 | 205.75 | 1 | 0.48 |
| Hex | 0 | 8D | F7 | 64 | 2B | 0 | 3 | CE | 64 | 30 |
| Octal | 0 | 215 | 367 | 144 | 53 | 0 | 3 | 316 | 144 | 60 |
| Binary | 0 | 10001101 | 11110111 | 1100100 | 101011 | 0 | 11 | 11001110 | 1100100 | 110000 |
Color Harmonies of #008DF7
Complementary color
Monochromatic Colors of #008DF7
Black with #008DF7
Text Example
Text Example
White with #008DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008DF7; }
p { color: rgb(0,141,247); }
H1.HeaderClassName
{
color: #008DF7;
}
.AnyTagClassName
{
color: #008DF7;
}
</style>
background-color css
<style>
a { background-color: #008DF7; }
a { background-color: rgb(0,141,247); }
div.DivClassName
{
background-color: #008DF7;
}
.BgClassName
{
background-color: #008DF7;
}
</style>
border-color css
<style>
span { border-color: #008DF7; }
span { border-color: rgb(0,141,247); }
td.TdClassName
{
border-color: #008DF7;
}
.TagClassName
{
border-color: #008DF7;
}
</style>