Shades of Dodger Blue #078FEA
Tints of Dodger Blue #078FEA
RGB
CMYK
RGB Variations
Color information
#078FEA (or 0x078FEA) is known color: Dodger Blue. HEX triplet: 07, 8F and EA. RGB value is (7,143,234). Sum of RGB (Red+Green+Blue) = 7+143+234=384 (50% of max value = 765). Red value is 7 (3.12% from 255 or 1.82% from 384); Green value is 143 (56.25% from 255 or 37.24% from 384); Blue value is 234 (91.80% from 255 or 60.94% from 384); Max value from RGB is 234 - color contains mainly: blue. Hex color #078FEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #078FEA is #F87015. Grayscale: #707070. Windows color (decimal): -16281622 or 15372039. OLE color: 15372039.
HSL color Cylindrical-coordinate representation of color #078FEA: hue angle of 204.05º 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 #078FEA is Cyan = 0.97, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 7 | 143 | 234 | - |
| CMYK | 0.97 | 0.39 | 0 | 0.08 |
| HSL | 204.05º | 0.94% | 0.47% | - |
| HSV(B) | 204.05º | 0.97% | 0.92% | - |
| XYZ | 24.76 | 25.63 | 81.48 | - |
| YUV | 112.71 | 196.44 | 52.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 143 | 234 | 0.97 | 0.39 | 0 | 0.08 | 204.05 | 0.94 | 0.47 |
| Hex | 7 | 8F | EA | 61 | 27 | 0 | 8 | CC | 5E | 2F |
| Octal | 7 | 217 | 352 | 141 | 47 | 0 | 10 | 314 | 136 | 57 |
| Binary | 111 | 10001111 | 11101010 | 1100001 | 100111 | 0 | 1000 | 11001100 | 1011110 | 101111 |
Color Harmonies of #078FEA
Complementary color
Monochromatic Colors of #078FEA
Black with #078FEA
Text Example
Text Example
White with #078FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078FEA; }
p { color: rgb(7,143,234); }
H1.HeaderClassName
{
color: #078FEA;
}
.AnyTagClassName
{
color: #078FEA;
}
</style>
background-color css
<style>
a { background-color: #078FEA; }
a { background-color: rgb(7,143,234); }
div.DivClassName
{
background-color: #078FEA;
}
.BgClassName
{
background-color: #078FEA;
}
</style>
border-color css
<style>
span { border-color: #078FEA; }
span { border-color: rgb(7,143,234); }
td.TdClassName
{
border-color: #078FEA;
}
.TagClassName
{
border-color: #078FEA;
}
</style>