Shades of Dodger Blue #078DFD
Tints of Dodger Blue #078DFD
RGB
CMYK
RGB Variations
Color information
#078DFD (or 0x078DFD) is known color: Dodger Blue. HEX triplet: 07, 8D and FD. RGB value is (7,141,253). Sum of RGB (Red+Green+Blue) = 7+141+253=401 (53% of max value = 765). Red value is 7 (3.12% from 255 or 1.75% from 401); Green value is 141 (55.47% from 255 or 35.16% from 401); Blue value is 253 (99.22% from 255 or 63.09% from 401); Max value from RGB is 253 - color contains mainly: blue. Hex color #078DFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #078DFD is #F87202. Grayscale: #717171. Windows color (decimal): -16282115 or 16616711. OLE color: 16616711.
HSL color Cylindrical-coordinate representation of color #078DFD: hue angle of 207.32º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #078DFD is Cyan = 0.97, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 7 | 141 | 253 | - |
| CMYK | 0.97 | 0.44 | 0 | 0.01 |
| HSL | 207.32º | 0.98% | 0.51% | - |
| HSV(B) | 207.32º | 0.97% | 0.99% | - |
| XYZ | 27.34 | 26.19 | 96.54 | - |
| YUV | 113.7 | 206.61 | 51.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 141 | 253 | 0.97 | 0.44 | 0 | 0.01 | 207.32 | 0.98 | 0.51 |
| Hex | 7 | 8D | FD | 61 | 2C | 0 | 1 | CF | 62 | 33 |
| Octal | 7 | 215 | 375 | 141 | 54 | 0 | 1 | 317 | 142 | 63 |
| Binary | 111 | 10001101 | 11111101 | 1100001 | 101100 | 0 | 1 | 11001111 | 1100010 | 110011 |
Color Harmonies of #078DFD
Complementary color
Monochromatic Colors of #078DFD
Black with #078DFD
Text Example
Text Example
White with #078DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078DFD; }
p { color: rgb(7,141,253); }
H1.HeaderClassName
{
color: #078DFD;
}
.AnyTagClassName
{
color: #078DFD;
}
</style>
background-color css
<style>
a { background-color: #078DFD; }
a { background-color: rgb(7,141,253); }
div.DivClassName
{
background-color: #078DFD;
}
.BgClassName
{
background-color: #078DFD;
}
</style>
border-color css
<style>
span { border-color: #078DFD; }
span { border-color: rgb(7,141,253); }
td.TdClassName
{
border-color: #078DFD;
}
.TagClassName
{
border-color: #078DFD;
}
</style>