Shades of Dodger Blue #078AFC
Tints of Dodger Blue #078AFC
RGB
CMYK
RGB Variations
Color information
#078AFC (or 0x078AFC) is known color: Dodger Blue. HEX triplet: 07, 8A and FC. RGB value is (7,138,252). Sum of RGB (Red+Green+Blue) = 7+138+252=397 (52% of max value = 765). Red value is 7 (3.12% from 255 or 1.76% from 397); Green value is 138 (54.30% from 255 or 34.76% from 397); Blue value is 252 (98.83% from 255 or 63.48% from 397); Max value from RGB is 252 - color contains mainly: blue. Hex color #078AFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #078AFC is #F87503. Grayscale: #6F6F6F. Windows color (decimal): -16282884 or 16550407. OLE color: 16550407.
HSL color Cylindrical-coordinate representation of color #078AFC: hue angle of 207.92º 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 #078AFC is Cyan = 0.97, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 7 | 138 | 252 | - |
| CMYK | 0.97 | 0.45 | 0 | 0.01 |
| HSL | 207.92º | 0.98% | 0.51% | - |
| HSV(B) | 207.92º | 0.97% | 0.99% | - |
| XYZ | 26.75 | 25.25 | 95.56 | - |
| YUV | 111.83 | 207.1 | 53.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 138 | 252 | 0.97 | 0.45 | 0 | 0.01 | 207.92 | 0.98 | 0.51 |
| Hex | 7 | 8A | FC | 61 | 2D | 0 | 1 | D0 | 62 | 33 |
| Octal | 7 | 212 | 374 | 141 | 55 | 0 | 1 | 320 | 142 | 63 |
| Binary | 111 | 10001010 | 11111100 | 1100001 | 101101 | 0 | 1 | 11010000 | 1100010 | 110011 |
Color Harmonies of #078AFC
Complementary color
Monochromatic Colors of #078AFC
Black with #078AFC
Text Example
Text Example
White with #078AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078AFC; }
p { color: rgb(7,138,252); }
H1.HeaderClassName
{
color: #078AFC;
}
.AnyTagClassName
{
color: #078AFC;
}
</style>
background-color css
<style>
a { background-color: #078AFC; }
a { background-color: rgb(7,138,252); }
div.DivClassName
{
background-color: #078AFC;
}
.BgClassName
{
background-color: #078AFC;
}
</style>
border-color css
<style>
span { border-color: #078AFC; }
span { border-color: rgb(7,138,252); }
td.TdClassName
{
border-color: #078AFC;
}
.TagClassName
{
border-color: #078AFC;
}
</style>