Shades of Dodger Blue #078CFB
Tints of Dodger Blue #078CFB
RGB
CMYK
RGB Variations
Color information
#078CFB (or 0x078CFB) is known color: Dodger Blue. HEX triplet: 07, 8C and FB. RGB value is (7,140,251). Sum of RGB (Red+Green+Blue) = 7+140+251=398 (52% of max value = 765). Red value is 7 (3.12% from 255 or 1.76% from 398); Green value is 140 (55.08% from 255 or 35.18% from 398); Blue value is 251 (98.44% from 255 or 63.07% from 398); Max value from RGB is 251 - color contains mainly: blue. Hex color #078CFB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #078CFB is #F87304. Grayscale: #707070. Windows color (decimal): -16282373 or 16485383. OLE color: 16485383.
HSL color Cylindrical-coordinate representation of color #078CFB: hue angle of 207.3º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #078CFB is Cyan = 0.97, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 7 | 140 | 251 | - |
| CMYK | 0.97 | 0.44 | 0 | 0.02 |
| HSL | 207.3º | 0.97% | 0.51% | - |
| HSV(B) | 207.3º | 0.97% | 0.98% | - |
| XYZ | 26.88 | 25.77 | 94.82 | - |
| YUV | 112.89 | 205.94 | 52.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 140 | 251 | 0.97 | 0.44 | 0 | 0.02 | 207.3 | 0.97 | 0.51 |
| Hex | 7 | 8C | FB | 61 | 2C | 0 | 2 | CF | 61 | 33 |
| Octal | 7 | 214 | 373 | 141 | 54 | 0 | 2 | 317 | 141 | 63 |
| Binary | 111 | 10001100 | 11111011 | 1100001 | 101100 | 0 | 10 | 11001111 | 1100001 | 110011 |
Color Harmonies of #078CFB
Complementary color
Monochromatic Colors of #078CFB
Black with #078CFB
Text Example
Text Example
White with #078CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078CFB; }
p { color: rgb(7,140,251); }
H1.HeaderClassName
{
color: #078CFB;
}
.AnyTagClassName
{
color: #078CFB;
}
</style>
background-color css
<style>
a { background-color: #078CFB; }
a { background-color: rgb(7,140,251); }
div.DivClassName
{
background-color: #078CFB;
}
.BgClassName
{
background-color: #078CFB;
}
</style>
border-color css
<style>
span { border-color: #078CFB; }
span { border-color: rgb(7,140,251); }
td.TdClassName
{
border-color: #078CFB;
}
.TagClassName
{
border-color: #078CFB;
}
</style>