Shades of Dodger Blue #078BFE
Tints of Dodger Blue #078BFE
RGB
CMYK
RGB Variations
Color information
#078BFE (or 0x078BFE) is known color: Dodger Blue. HEX triplet: 07, 8B and FE. RGB value is (7,139,254). Sum of RGB (Red+Green+Blue) = 7+139+254=400 (52% of max value = 765). Red value is 7 (3.12% from 255 or 1.75% from 400); Green value is 139 (54.69% from 255 or 34.75% from 400); Blue value is 254 (99.61% from 255 or 63.5% from 400); Max value from RGB is 254 - color contains mainly: blue. Hex color #078BFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #078BFE is #F87401. Grayscale: #707070. Windows color (decimal): -16282626 or 16681735. OLE color: 16681735.
HSL color Cylindrical-coordinate representation of color #078BFE: hue angle of 207.94º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #078BFE is Cyan = 0.97, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 7 | 139 | 254 | - |
| CMYK | 0.97 | 0.45 | 0 | 0.00 |
| HSL | 207.94º | 0.99% | 0.51% | - |
| HSV(B) | 207.94º | 0.97% | 1% | - |
| XYZ | 27.21 | 25.67 | 97.29 | - |
| YUV | 112.64 | 207.77 | 52.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 139 | 254 | 0.97 | 0.45 | 0 | 0.00 | 207.94 | 0.99 | 0.51 |
| Hex | 7 | 8B | FE | 61 | 2D | 0 | 0 | D0 | 63 | 33 |
| Octal | 7 | 213 | 376 | 141 | 55 | 0 | 0 | 320 | 143 | 63 |
| Binary | 111 | 10001011 | 11111110 | 1100001 | 101101 | 0 | 0 | 11010000 | 1100011 | 110011 |
Color Harmonies of #078BFE
Complementary color
Monochromatic Colors of #078BFE
Black with #078BFE
Text Example
Text Example
White with #078BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078BFE; }
p { color: rgb(7,139,254); }
H1.HeaderClassName
{
color: #078BFE;
}
.AnyTagClassName
{
color: #078BFE;
}
</style>
background-color css
<style>
a { background-color: #078BFE; }
a { background-color: rgb(7,139,254); }
div.DivClassName
{
background-color: #078BFE;
}
.BgClassName
{
background-color: #078BFE;
}
</style>
border-color css
<style>
span { border-color: #078BFE; }
span { border-color: rgb(7,139,254); }
td.TdClassName
{
border-color: #078BFE;
}
.TagClassName
{
border-color: #078BFE;
}
</style>