Shades of Dodger Blue #078CEB
Tints of Dodger Blue #078CEB
RGB
CMYK
RGB Variations
Color information
#078CEB (or 0x078CEB) is known color: Dodger Blue. HEX triplet: 07, 8C and EB. RGB value is (7,140,235). Sum of RGB (Red+Green+Blue) = 7+140+235=382 (50% of max value = 765). Red value is 7 (3.12% from 255 or 1.83% from 382); Green value is 140 (55.08% from 255 or 36.65% from 382); Blue value is 235 (92.19% from 255 or 61.52% from 382); Max value from RGB is 235 - color contains mainly: blue. Hex color #078CEB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #078CEB is #F87314. Grayscale: #6E6E6E. Windows color (decimal): -16282389 or 15436807. OLE color: 15436807.
HSL color Cylindrical-coordinate representation of color #078CEB: hue angle of 205º 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 #078CEB is Cyan = 0.97, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 7 | 140 | 235 | - |
| CMYK | 0.97 | 0.40 | 0 | 0.08 |
| HSL | 205º | 0.94% | 0.47% | - |
| HSV(B) | 205º | 0.97% | 0.92% | - |
| XYZ | 24.46 | 24.8 | 82.09 | - |
| YUV | 111.06 | 197.94 | 53.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 140 | 235 | 0.97 | 0.40 | 0 | 0.08 | 205 | 0.94 | 0.47 |
| Hex | 7 | 8C | EB | 61 | 28 | 0 | 8 | CD | 5E | 2F |
| Octal | 7 | 214 | 353 | 141 | 50 | 0 | 10 | 315 | 136 | 57 |
| Binary | 111 | 10001100 | 11101011 | 1100001 | 101000 | 0 | 1000 | 11001101 | 1011110 | 101111 |
Color Harmonies of #078CEB
Complementary color
Monochromatic Colors of #078CEB
Black with #078CEB
Text Example
Text Example
White with #078CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078CEB; }
p { color: rgb(7,140,235); }
H1.HeaderClassName
{
color: #078CEB;
}
.AnyTagClassName
{
color: #078CEB;
}
</style>
background-color css
<style>
a { background-color: #078CEB; }
a { background-color: rgb(7,140,235); }
div.DivClassName
{
background-color: #078CEB;
}
.BgClassName
{
background-color: #078CEB;
}
</style>
border-color css
<style>
span { border-color: #078CEB; }
span { border-color: rgb(7,140,235); }
td.TdClassName
{
border-color: #078CEB;
}
.TagClassName
{
border-color: #078CEB;
}
</style>