Shades of Dodger Blue #078CFA
Tints of Dodger Blue #078CFA
RGB
CMYK
RGB Variations
Color information
#078CFA (or 0x078CFA) is known color: Dodger Blue. HEX triplet: 07, 8C and FA. RGB value is (7,140,250). Sum of RGB (Red+Green+Blue) = 7+140+250=397 (52% of max value = 765). Red value is 7 (3.12% from 255 or 1.76% from 397); Green value is 140 (55.08% from 255 or 35.26% from 397); Blue value is 250 (98.05% from 255 or 62.97% from 397); Max value from RGB is 250 - color contains mainly: blue. Hex color #078CFA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #078CFA is #F87305. Grayscale: #707070. Windows color (decimal): -16282374 or 16419847. OLE color: 16419847.
HSL color Cylindrical-coordinate representation of color #078CFA: hue angle of 207.16º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #078CFA is Cyan = 0.97, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 7 | 140 | 250 | - |
| CMYK | 0.97 | 0.44 | 0 | 0.02 |
| HSL | 207.16º | 0.96% | 0.5% | - |
| HSV(B) | 207.16º | 0.97% | 0.98% | - |
| XYZ | 26.72 | 25.7 | 94 | - |
| YUV | 112.77 | 205.44 | 52.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 140 | 250 | 0.97 | 0.44 | 0 | 0.02 | 207.16 | 0.96 | 0.5 |
| Hex | 7 | 8C | FA | 61 | 2C | 0 | 2 | CF | 60 | 32 |
| Octal | 7 | 214 | 372 | 141 | 54 | 0 | 2 | 317 | 140 | 62 |
| Binary | 111 | 10001100 | 11111010 | 1100001 | 101100 | 0 | 10 | 11001111 | 1100000 | 110010 |
Color Harmonies of #078CFA
Complementary color
Monochromatic Colors of #078CFA
Black with #078CFA
Text Example
Text Example
White with #078CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078CFA; }
p { color: rgb(7,140,250); }
H1.HeaderClassName
{
color: #078CFA;
}
.AnyTagClassName
{
color: #078CFA;
}
</style>
background-color css
<style>
a { background-color: #078CFA; }
a { background-color: rgb(7,140,250); }
div.DivClassName
{
background-color: #078CFA;
}
.BgClassName
{
background-color: #078CFA;
}
</style>
border-color css
<style>
span { border-color: #078CFA; }
span { border-color: rgb(7,140,250); }
td.TdClassName
{
border-color: #078CFA;
}
.TagClassName
{
border-color: #078CFA;
}
</style>