Shades of Dodger Blue #008DF5
Tints of Dodger Blue #008DF5
RGB
CMYK
RGB Variations
Color information
#008DF5 (or 0x008DF5) is known color: Dodger Blue. HEX triplet: 00, 8D and F5. RGB value is (0,141,245). Sum of RGB (Red+Green+Blue) = 0+141+245=386 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 386); Green value is 141 (55.47% from 255 or 36.53% from 386); Blue value is 245 (96.09% from 255 or 63.47% from 386); Max value from RGB is 245 - color contains mainly: blue. Hex color #008DF5 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #008DF5 is #FF720A. Grayscale: #6E6E6E. Windows color (decimal): -16740875 or 16092416. OLE color: 16092416.
HSL color Cylindrical-coordinate representation of color #008DF5: hue angle of 205.47º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008DF5 is Cyan = 1, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 0 | 141 | 245 | - |
| CMYK | 1 | 0.42 | 0 | 0.04 |
| HSL | 205.47º | 1% | 0.48% | - |
| HSV(B) | 205.47º | 1% | 0.96% | - |
| XYZ | 26.01 | 25.64 | 89.96 | - |
| YUV | 110.7 | 203.79 | 49.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 141 | 245 | 1 | 0.42 | 0 | 0.04 | 205.47 | 1 | 0.48 |
| Hex | 0 | 8D | F5 | 64 | 2A | 0 | 4 | CD | 64 | 30 |
| Octal | 0 | 215 | 365 | 144 | 52 | 0 | 4 | 315 | 144 | 60 |
| Binary | 0 | 10001101 | 11110101 | 1100100 | 101010 | 0 | 100 | 11001101 | 1100100 | 110000 |
Color Harmonies of #008DF5
Complementary color
Monochromatic Colors of #008DF5
Black with #008DF5
Text Example
Text Example
White with #008DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008DF5; }
p { color: rgb(0,141,245); }
H1.HeaderClassName
{
color: #008DF5;
}
.AnyTagClassName
{
color: #008DF5;
}
</style>
background-color css
<style>
a { background-color: #008DF5; }
a { background-color: rgb(0,141,245); }
div.DivClassName
{
background-color: #008DF5;
}
.BgClassName
{
background-color: #008DF5;
}
</style>
border-color css
<style>
span { border-color: #008DF5; }
span { border-color: rgb(0,141,245); }
td.TdClassName
{
border-color: #008DF5;
}
.TagClassName
{
border-color: #008DF5;
}
</style>