Shades of Dodger Blue #078CFD
Tints of Dodger Blue #078CFD
RGB
CMYK
RGB Variations
Color information
#078CFD (or 0x078CFD) is known color: Dodger Blue. HEX triplet: 07, 8C and FD. RGB value is (7,140,253). Sum of RGB (Red+Green+Blue) = 7+140+253=400 (52% of max value = 765). Red value is 7 (3.12% from 255 or 1.75% from 400); Green value is 140 (55.08% from 255 or 35% from 400); Blue value is 253 (99.22% from 255 or 63.25% from 400); Max value from RGB is 253 - color contains mainly: blue. Hex color #078CFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #078CFD is #F87302. Grayscale: #707070. Windows color (decimal): -16282371 or 16616455. OLE color: 16616455.
HSL color Cylindrical-coordinate representation of color #078CFD: hue angle of 207.56º 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 #078CFD is Cyan = 0.97, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 7 | 140 | 253 | - |
| CMYK | 0.97 | 0.45 | 0 | 0.01 |
| HSL | 207.56º | 0.98% | 0.51% | - |
| HSV(B) | 207.56º | 0.97% | 0.99% | - |
| XYZ | 27.2 | 25.89 | 96.49 | - |
| YUV | 113.12 | 206.94 | 52.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 140 | 253 | 0.97 | 0.45 | 0 | 0.01 | 207.56 | 0.98 | 0.51 |
| Hex | 7 | 8C | FD | 61 | 2D | 0 | 1 | D0 | 62 | 33 |
| Octal | 7 | 214 | 375 | 141 | 55 | 0 | 1 | 320 | 142 | 63 |
| Binary | 111 | 10001100 | 11111101 | 1100001 | 101101 | 0 | 1 | 11010000 | 1100010 | 110011 |
Color Harmonies of #078CFD
Complementary color
Monochromatic Colors of #078CFD
Black with #078CFD
Text Example
Text Example
White with #078CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078CFD; }
p { color: rgb(7,140,253); }
H1.HeaderClassName
{
color: #078CFD;
}
.AnyTagClassName
{
color: #078CFD;
}
</style>
background-color css
<style>
a { background-color: #078CFD; }
a { background-color: rgb(7,140,253); }
div.DivClassName
{
background-color: #078CFD;
}
.BgClassName
{
background-color: #078CFD;
}
</style>
border-color css
<style>
span { border-color: #078CFD; }
span { border-color: rgb(7,140,253); }
td.TdClassName
{
border-color: #078CFD;
}
.TagClassName
{
border-color: #078CFD;
}
</style>