Shades of Dodger Blue #078AF7
Tints of Dodger Blue #078AF7
RGB
CMYK
RGB Variations
Color information
#078AF7 (or 0x078AF7) is known color: Dodger Blue. HEX triplet: 07, 8A and F7. RGB value is (7,138,247). Sum of RGB (Red+Green+Blue) = 7+138+247=392 (51% of max value = 765). Red value is 7 (3.12% from 255 or 1.79% from 392); Green value is 138 (54.30% from 255 or 35.20% from 392); Blue value is 247 (96.88% from 255 or 63.01% from 392); Max value from RGB is 247 - color contains mainly: blue. Hex color #078AF7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #078AF7 is #F87508. Grayscale: #6E6E6E. Windows color (decimal): -16282889 or 16222727. OLE color: 16222727.
HSL color Cylindrical-coordinate representation of color #078AF7: hue angle of 207.25º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #078AF7 is Cyan = 0.97, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 7 | 138 | 247 | - |
| CMYK | 0.97 | 0.44 | 0 | 0.03 |
| HSL | 207.25º | 0.94% | 0.5% | - |
| HSV(B) | 207.25º | 0.97% | 0.97% | - |
| XYZ | 25.96 | 24.94 | 91.44 | - |
| YUV | 111.26 | 204.6 | 53.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 138 | 247 | 0.97 | 0.44 | 0 | 0.03 | 207.25 | 0.94 | 0.5 |
| Hex | 7 | 8A | F7 | 61 | 2C | 0 | 3 | CF | 5E | 32 |
| Octal | 7 | 212 | 367 | 141 | 54 | 0 | 3 | 317 | 136 | 62 |
| Binary | 111 | 10001010 | 11110111 | 1100001 | 101100 | 0 | 11 | 11001111 | 1011110 | 110010 |
Color Harmonies of #078AF7
Complementary color
Monochromatic Colors of #078AF7
Black with #078AF7
Text Example
Text Example
White with #078AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078AF7; }
p { color: rgb(7,138,247); }
H1.HeaderClassName
{
color: #078AF7;
}
.AnyTagClassName
{
color: #078AF7;
}
</style>
background-color css
<style>
a { background-color: #078AF7; }
a { background-color: rgb(7,138,247); }
div.DivClassName
{
background-color: #078AF7;
}
.BgClassName
{
background-color: #078AF7;
}
</style>
border-color css
<style>
span { border-color: #078AF7; }
span { border-color: rgb(7,138,247); }
td.TdClassName
{
border-color: #078AF7;
}
.TagClassName
{
border-color: #078AF7;
}
</style>