Shades of Dodger Blue #008DF2
Tints of Dodger Blue #008DF2
RGB
CMYK
RGB Variations
Color information
#008DF2 (or 0x008DF2) is known color: Dodger Blue. HEX triplet: 00, 8D and F2. RGB value is (0,141,242). Sum of RGB (Red+Green+Blue) = 0+141+242=383 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 383); Green value is 141 (55.47% from 255 or 36.81% from 383); Blue value is 242 (94.92% from 255 or 63.19% from 383); Max value from RGB is 242 - color contains mainly: blue. Hex color #008DF2 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #008DF2 is #FF720D. Grayscale: #6D6D6D. Windows color (decimal): -16740878 or 15895808. OLE color: 15895808.
HSL color Cylindrical-coordinate representation of color #008DF2: hue angle of 205.04º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008DF2 is Cyan = 1, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 0 | 141 | 242 | - |
| CMYK | 1 | 0.42 | 0 | 0.05 |
| HSL | 205.04º | 1% | 0.47% | - |
| HSV(B) | 205.04º | 1% | 0.95% | - |
| XYZ | 25.55 | 25.46 | 87.57 | - |
| YUV | 110.36 | 202.29 | 49.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 141 | 242 | 1 | 0.42 | 0 | 0.05 | 205.04 | 1 | 0.47 |
| Hex | 0 | 8D | F2 | 64 | 2A | 0 | 5 | CD | 64 | 2F |
| Octal | 0 | 215 | 362 | 144 | 52 | 0 | 5 | 315 | 144 | 57 |
| Binary | 0 | 10001101 | 11110010 | 1100100 | 101010 | 0 | 101 | 11001101 | 1100100 | 101111 |
Color Harmonies of #008DF2
Complementary color
Monochromatic Colors of #008DF2
Black with #008DF2
Text Example
Text Example
White with #008DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008DF2; }
p { color: rgb(0,141,242); }
H1.HeaderClassName
{
color: #008DF2;
}
.AnyTagClassName
{
color: #008DF2;
}
</style>
background-color css
<style>
a { background-color: #008DF2; }
a { background-color: rgb(0,141,242); }
div.DivClassName
{
background-color: #008DF2;
}
.BgClassName
{
background-color: #008DF2;
}
</style>
border-color css
<style>
span { border-color: #008DF2; }
span { border-color: rgb(0,141,242); }
td.TdClassName
{
border-color: #008DF2;
}
.TagClassName
{
border-color: #008DF2;
}
</style>