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