Shades of Dodger Blue #078BFC
Tints of Dodger Blue #078BFC
RGB
CMYK
RGB Variations
Color information
#078BFC (or 0x078BFC) is known color: Dodger Blue. HEX triplet: 07, 8B and FC. RGB value is (7,139,252). Sum of RGB (Red+Green+Blue) = 7+139+252=398 (52% of max value = 765). Red value is 7 (3.12% from 255 or 1.76% from 398); Green value is 139 (54.69% from 255 or 34.92% from 398); Blue value is 252 (98.83% from 255 or 63.32% from 398); Max value from RGB is 252 - color contains mainly: blue. Hex color #078BFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #078BFC is #F87403. Grayscale: #6F6F6F. Windows color (decimal): -16282628 or 16550663. OLE color: 16550663.
HSL color Cylindrical-coordinate representation of color #078BFC: hue angle of 207.67º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #078BFC is Cyan = 0.97, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 7 | 139 | 252 | - |
| CMYK | 0.97 | 0.45 | 0 | 0.01 |
| HSL | 207.67º | 0.98% | 0.51% | - |
| HSV(B) | 207.67º | 0.97% | 0.99% | - |
| XYZ | 26.89 | 25.54 | 95.61 | - |
| YUV | 112.41 | 206.77 | 52.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 139 | 252 | 0.97 | 0.45 | 0 | 0.01 | 207.67 | 0.98 | 0.51 |
| Hex | 7 | 8B | FC | 61 | 2D | 0 | 1 | D0 | 62 | 33 |
| Octal | 7 | 213 | 374 | 141 | 55 | 0 | 1 | 320 | 142 | 63 |
| Binary | 111 | 10001011 | 11111100 | 1100001 | 101101 | 0 | 1 | 11010000 | 1100010 | 110011 |
Color Harmonies of #078BFC
Complementary color
Monochromatic Colors of #078BFC
Black with #078BFC
Text Example
Text Example
White with #078BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078BFC; }
p { color: rgb(7,139,252); }
H1.HeaderClassName
{
color: #078BFC;
}
.AnyTagClassName
{
color: #078BFC;
}
</style>
background-color css
<style>
a { background-color: #078BFC; }
a { background-color: rgb(7,139,252); }
div.DivClassName
{
background-color: #078BFC;
}
.BgClassName
{
background-color: #078BFC;
}
</style>
border-color css
<style>
span { border-color: #078BFC; }
span { border-color: rgb(7,139,252); }
td.TdClassName
{
border-color: #078BFC;
}
.TagClassName
{
border-color: #078BFC;
}
</style>