Shades of Dodger Blue #078EF1
Tints of Dodger Blue #078EF1
RGB
CMYK
RGB Variations
Color information
#078EF1 (or 0x078EF1) is known color: Dodger Blue. HEX triplet: 07, 8E and F1. RGB value is (7,142,241). Sum of RGB (Red+Green+Blue) = 7+142+241=390 (51% of max value = 765). Red value is 7 (3.12% from 255 or 1.79% from 390); Green value is 142 (55.86% from 255 or 36.41% from 390); Blue value is 241 (94.53% from 255 or 61.79% from 390); Max value from RGB is 241 - color contains mainly: blue. Hex color #078EF1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #078EF1 is #F8710E. Grayscale: #707070. Windows color (decimal): -16281871 or 15830535. OLE color: 15830535.
HSL color Cylindrical-coordinate representation of color #078EF1: hue angle of 205.38º 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 #078EF1 is Cyan = 0.97, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 7 | 142 | 241 | - |
| CMYK | 0.97 | 0.41 | 0 | 0.05 |
| HSL | 205.38º | 0.94% | 0.49% | - |
| HSV(B) | 205.38º | 0.97% | 0.95% | - |
| XYZ | 25.64 | 25.74 | 86.84 | - |
| YUV | 112.92 | 200.27 | 52.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 142 | 241 | 0.97 | 0.41 | 0 | 0.05 | 205.38 | 0.94 | 0.49 |
| Hex | 7 | 8E | F1 | 61 | 29 | 0 | 5 | CD | 5E | 31 |
| Octal | 7 | 216 | 361 | 141 | 51 | 0 | 5 | 315 | 136 | 61 |
| Binary | 111 | 10001110 | 11110001 | 1100001 | 101001 | 0 | 101 | 11001101 | 1011110 | 110001 |
Color Harmonies of #078EF1
Complementary color
Monochromatic Colors of #078EF1
Black with #078EF1
Text Example
Text Example
White with #078EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078EF1; }
p { color: rgb(7,142,241); }
H1.HeaderClassName
{
color: #078EF1;
}
.AnyTagClassName
{
color: #078EF1;
}
</style>
background-color css
<style>
a { background-color: #078EF1; }
a { background-color: rgb(7,142,241); }
div.DivClassName
{
background-color: #078EF1;
}
.BgClassName
{
background-color: #078EF1;
}
</style>
border-color css
<style>
span { border-color: #078EF1; }
span { border-color: rgb(7,142,241); }
td.TdClassName
{
border-color: #078EF1;
}
.TagClassName
{
border-color: #078EF1;
}
</style>