Shades of Dodger Blue #078EEA
Tints of Dodger Blue #078EEA
RGB
CMYK
RGB Variations
Color information
#078EEA (or 0x078EEA) is known color: Dodger Blue. HEX triplet: 07, 8E and EA. RGB value is (7,142,234). Sum of RGB (Red+Green+Blue) = 7+142+234=383 (50% of max value = 765). Red value is 7 (3.12% from 255 or 1.83% from 383); Green value is 142 (55.86% from 255 or 37.08% from 383); Blue value is 234 (91.80% from 255 or 61.10% from 383); Max value from RGB is 234 - color contains mainly: blue. Hex color #078EEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #078EEA is #F87115. Grayscale: #6F6F6F. Windows color (decimal): -16281878 or 15371783. OLE color: 15371783.
HSL color Cylindrical-coordinate representation of color #078EEA: hue angle of 204.32º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #078EEA is Cyan = 0.97, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 7 | 142 | 234 | - |
| CMYK | 0.97 | 0.39 | 0 | 0.08 |
| HSL | 204.32º | 0.94% | 0.47% | - |
| HSV(B) | 204.32º | 0.97% | 0.92% | - |
| XYZ | 24.61 | 25.33 | 81.43 | - |
| YUV | 112.12 | 196.77 | 53.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 142 | 234 | 0.97 | 0.39 | 0 | 0.08 | 204.32 | 0.94 | 0.47 |
| Hex | 7 | 8E | EA | 61 | 27 | 0 | 8 | CC | 5E | 2F |
| Octal | 7 | 216 | 352 | 141 | 47 | 0 | 10 | 314 | 136 | 57 |
| Binary | 111 | 10001110 | 11101010 | 1100001 | 100111 | 0 | 1000 | 11001100 | 1011110 | 101111 |
Color Harmonies of #078EEA
Complementary color
Monochromatic Colors of #078EEA
Black with #078EEA
Text Example
Text Example
White with #078EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078EEA; }
p { color: rgb(7,142,234); }
H1.HeaderClassName
{
color: #078EEA;
}
.AnyTagClassName
{
color: #078EEA;
}
</style>
background-color css
<style>
a { background-color: #078EEA; }
a { background-color: rgb(7,142,234); }
div.DivClassName
{
background-color: #078EEA;
}
.BgClassName
{
background-color: #078EEA;
}
</style>
border-color css
<style>
span { border-color: #078EEA; }
span { border-color: rgb(7,142,234); }
td.TdClassName
{
border-color: #078EEA;
}
.TagClassName
{
border-color: #078EEA;
}
</style>