Shades of Dodger Blue #078BEA
Tints of Dodger Blue #078BEA
RGB
CMYK
RGB Variations
Color information
#078BEA (or 0x078BEA) is known color: Dodger Blue. HEX triplet: 07, 8B and EA. RGB value is (7,139,234). Sum of RGB (Red+Green+Blue) = 7+139+234=380 (50% of max value = 765). Red value is 7 (3.12% from 255 or 1.84% from 380); Green value is 139 (54.69% from 255 or 36.58% from 380); Blue value is 234 (91.80% from 255 or 61.58% from 380); Max value from RGB is 234 - color contains mainly: blue. Hex color #078BEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #078BEA is #F87415. Grayscale: #6D6D6D. Windows color (decimal): -16282646 or 15371015. OLE color: 15371015.
HSL color Cylindrical-coordinate representation of color #078BEA: hue angle of 205.11º 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 #078BEA is Cyan = 0.97, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 7 | 139 | 234 | - |
| CMYK | 0.97 | 0.41 | 0 | 0.08 |
| HSL | 205.11º | 0.94% | 0.47% | - |
| HSV(B) | 205.11º | 0.97% | 0.92% | - |
| XYZ | 24.17 | 24.45 | 81.29 | - |
| YUV | 110.36 | 197.77 | 54.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 139 | 234 | 0.97 | 0.41 | 0 | 0.08 | 205.11 | 0.94 | 0.47 |
| Hex | 7 | 8B | EA | 61 | 29 | 0 | 8 | CD | 5E | 2F |
| Octal | 7 | 213 | 352 | 141 | 51 | 0 | 10 | 315 | 136 | 57 |
| Binary | 111 | 10001011 | 11101010 | 1100001 | 101001 | 0 | 1000 | 11001101 | 1011110 | 101111 |
Color Harmonies of #078BEA
Complementary color
Monochromatic Colors of #078BEA
Black with #078BEA
Text Example
Text Example
White with #078BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078BEA; }
p { color: rgb(7,139,234); }
H1.HeaderClassName
{
color: #078BEA;
}
.AnyTagClassName
{
color: #078BEA;
}
</style>
background-color css
<style>
a { background-color: #078BEA; }
a { background-color: rgb(7,139,234); }
div.DivClassName
{
background-color: #078BEA;
}
.BgClassName
{
background-color: #078BEA;
}
</style>
border-color css
<style>
span { border-color: #078BEA; }
span { border-color: rgb(7,139,234); }
td.TdClassName
{
border-color: #078BEA;
}
.TagClassName
{
border-color: #078BEA;
}
</style>