Shades of Dodger Blue #078EF2
Tints of Dodger Blue #078EF2
RGB
CMYK
RGB Variations
Color information
#078EF2 (or 0x078EF2) is known color: Dodger Blue. HEX triplet: 07, 8E and F2. RGB value is (7,142,242). Sum of RGB (Red+Green+Blue) = 7+142+242=391 (51% of max value = 765). Red value is 7 (3.12% from 255 or 1.79% from 391); Green value is 142 (55.86% from 255 or 36.32% from 391); Blue value is 242 (94.92% from 255 or 61.89% from 391); Max value from RGB is 242 - color contains mainly: blue. Hex color #078EF2 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #078EF2 is #F8710D. Grayscale: #707070. Windows color (decimal): -16281870 or 15896071. OLE color: 15896071.
HSL color Cylindrical-coordinate representation of color #078EF2: hue angle of 205.53º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #078EF2 is Cyan = 0.97, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 7 | 142 | 242 | - |
| CMYK | 0.97 | 0.41 | 0 | 0.05 |
| HSL | 205.53º | 0.94% | 0.49% | - |
| HSV(B) | 205.53º | 0.97% | 0.95% | - |
| XYZ | 25.79 | 25.8 | 87.63 | - |
| YUV | 113.04 | 200.77 | 52.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 142 | 242 | 0.97 | 0.41 | 0 | 0.05 | 205.53 | 0.94 | 0.49 |
| Hex | 7 | 8E | F2 | 61 | 29 | 0 | 5 | CE | 5E | 31 |
| Octal | 7 | 216 | 362 | 141 | 51 | 0 | 5 | 316 | 136 | 61 |
| Binary | 111 | 10001110 | 11110010 | 1100001 | 101001 | 0 | 101 | 11001110 | 1011110 | 110001 |
Color Harmonies of #078EF2
Complementary color
Monochromatic Colors of #078EF2
Black with #078EF2
Text Example
Text Example
White with #078EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078EF2; }
p { color: rgb(7,142,242); }
H1.HeaderClassName
{
color: #078EF2;
}
.AnyTagClassName
{
color: #078EF2;
}
</style>
background-color css
<style>
a { background-color: #078EF2; }
a { background-color: rgb(7,142,242); }
div.DivClassName
{
background-color: #078EF2;
}
.BgClassName
{
background-color: #078EF2;
}
</style>
border-color css
<style>
span { border-color: #078EF2; }
span { border-color: rgb(7,142,242); }
td.TdClassName
{
border-color: #078EF2;
}
.TagClassName
{
border-color: #078EF2;
}
</style>