Shades of Dodger Blue #078DF0
Tints of Dodger Blue #078DF0
RGB
CMYK
RGB Variations
Color information
#078DF0 (or 0x078DF0) is known color: Dodger Blue. HEX triplet: 07, 8D and F0. RGB value is (7,141,240). Sum of RGB (Red+Green+Blue) = 7+141+240=388 (51% of max value = 765). Red value is 7 (3.12% from 255 or 1.80% from 388); Green value is 141 (55.47% from 255 or 36.34% from 388); Blue value is 240 (94.14% from 255 or 61.86% from 388); Max value from RGB is 240 - color contains mainly: blue. Hex color #078DF0 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #078DF0 is #F8720F. Grayscale: #6F6F6F. Windows color (decimal): -16282128 or 15764743. OLE color: 15764743.
HSL color Cylindrical-coordinate representation of color #078DF0: hue angle of 205.49º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #078DF0 is Cyan = 0.97, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 7 | 141 | 240 | - |
| CMYK | 0.97 | 0.41 | 0 | 0.06 |
| HSL | 205.49º | 0.94% | 0.48% | - |
| HSV(B) | 205.49º | 0.97% | 0.94% | - |
| XYZ | 25.34 | 25.39 | 86 | - |
| YUV | 112.22 | 200.11 | 52.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 141 | 240 | 0.97 | 0.41 | 0 | 0.06 | 205.49 | 0.94 | 0.48 |
| Hex | 7 | 8D | F0 | 61 | 29 | 0 | 6 | CD | 5E | 30 |
| Octal | 7 | 215 | 360 | 141 | 51 | 0 | 6 | 315 | 136 | 60 |
| Binary | 111 | 10001101 | 11110000 | 1100001 | 101001 | 0 | 110 | 11001101 | 1011110 | 110000 |
Color Harmonies of #078DF0
Complementary color
Monochromatic Colors of #078DF0
Black with #078DF0
Text Example
Text Example
White with #078DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078DF0; }
p { color: rgb(7,141,240); }
H1.HeaderClassName
{
color: #078DF0;
}
.AnyTagClassName
{
color: #078DF0;
}
</style>
background-color css
<style>
a { background-color: #078DF0; }
a { background-color: rgb(7,141,240); }
div.DivClassName
{
background-color: #078DF0;
}
.BgClassName
{
background-color: #078DF0;
}
</style>
border-color css
<style>
span { border-color: #078DF0; }
span { border-color: rgb(7,141,240); }
td.TdClassName
{
border-color: #078DF0;
}
.TagClassName
{
border-color: #078DF0;
}
</style>