Shades of Dodger Blue #008DFB
Tints of Dodger Blue #008DFB
RGB
CMYK
RGB Variations
Color information
#008DFB (or 0x008DFB) is known color: Dodger Blue. HEX triplet: 00, 8D and FB. RGB value is (0,141,251). Sum of RGB (Red+Green+Blue) = 0+141+251=392 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 392); Green value is 141 (55.47% from 255 or 35.97% from 392); Blue value is 251 (98.44% from 255 or 64.03% from 392); Max value from RGB is 251 - color contains mainly: blue. Hex color #008DFB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #008DFB is #FF7204. Grayscale: #6E6E6E. Windows color (decimal): -16740869 or 16485632. OLE color: 16485632.
HSL color Cylindrical-coordinate representation of color #008DFB: hue angle of 206.29º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008DFB is Cyan = 1, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 141 | 251 | - |
| CMYK | 1 | 0.44 | 0 | 0.02 |
| HSL | 206.29º | 1% | 0.49% | - |
| HSV(B) | 206.29º | 1% | 0.98% | - |
| XYZ | 26.94 | 26.01 | 94.87 | - |
| YUV | 111.38 | 206.79 | 48.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 141 | 251 | 1 | 0.44 | 0 | 0.02 | 206.29 | 1 | 0.49 |
| Hex | 0 | 8D | FB | 64 | 2C | 0 | 2 | CE | 64 | 31 |
| Octal | 0 | 215 | 373 | 144 | 54 | 0 | 2 | 316 | 144 | 61 |
| Binary | 0 | 10001101 | 11111011 | 1100100 | 101100 | 0 | 10 | 11001110 | 1100100 | 110001 |
Color Harmonies of #008DFB
Complementary color
Monochromatic Colors of #008DFB
Black with #008DFB
Text Example
Text Example
White with #008DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008DFB; }
p { color: rgb(0,141,251); }
H1.HeaderClassName
{
color: #008DFB;
}
.AnyTagClassName
{
color: #008DFB;
}
</style>
background-color css
<style>
a { background-color: #008DFB; }
a { background-color: rgb(0,141,251); }
div.DivClassName
{
background-color: #008DFB;
}
.BgClassName
{
background-color: #008DFB;
}
</style>
border-color css
<style>
span { border-color: #008DFB; }
span { border-color: rgb(0,141,251); }
td.TdClassName
{
border-color: #008DFB;
}
.TagClassName
{
border-color: #008DFB;
}
</style>