Shades of Dodger Blue #078FEF
Tints of Dodger Blue #078FEF
RGB
CMYK
RGB Variations
Color information
#078FEF (or 0x078FEF) is known color: Dodger Blue. HEX triplet: 07, 8F and EF. RGB value is (7,143,239). Sum of RGB (Red+Green+Blue) = 7+143+239=389 (51% of max value = 765). Red value is 7 (3.12% from 255 or 1.80% from 389); Green value is 143 (56.25% from 255 or 36.76% from 389); Blue value is 239 (93.75% from 255 or 61.44% from 389); Max value from RGB is 239 - color contains mainly: blue. Hex color #078FEF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #078FEF is #F87010. Grayscale: #707070. Windows color (decimal): -16281617 or 15699719. OLE color: 15699719.
HSL color Cylindrical-coordinate representation of color #078FEF: hue angle of 204.83º 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 #078FEF is Cyan = 0.97, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 7 | 143 | 239 | - |
| CMYK | 0.97 | 0.40 | 0 | 0.06 |
| HSL | 204.83º | 0.94% | 0.48% | - |
| HSV(B) | 204.83º | 0.97% | 0.94% | - |
| XYZ | 25.49 | 25.92 | 85.32 | - |
| YUV | 113.28 | 198.94 | 52.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 143 | 239 | 0.97 | 0.40 | 0 | 0.06 | 204.83 | 0.94 | 0.48 |
| Hex | 7 | 8F | EF | 61 | 28 | 0 | 6 | CD | 5E | 30 |
| Octal | 7 | 217 | 357 | 141 | 50 | 0 | 6 | 315 | 136 | 60 |
| Binary | 111 | 10001111 | 11101111 | 1100001 | 101000 | 0 | 110 | 11001101 | 1011110 | 110000 |
Color Harmonies of #078FEF
Complementary color
Monochromatic Colors of #078FEF
Black with #078FEF
Text Example
Text Example
White with #078FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078FEF; }
p { color: rgb(7,143,239); }
H1.HeaderClassName
{
color: #078FEF;
}
.AnyTagClassName
{
color: #078FEF;
}
</style>
background-color css
<style>
a { background-color: #078FEF; }
a { background-color: rgb(7,143,239); }
div.DivClassName
{
background-color: #078FEF;
}
.BgClassName
{
background-color: #078FEF;
}
</style>
border-color css
<style>
span { border-color: #078FEF; }
span { border-color: rgb(7,143,239); }
td.TdClassName
{
border-color: #078FEF;
}
.TagClassName
{
border-color: #078FEF;
}
</style>