Shades of Dodger Blue #078CFC
Tints of Dodger Blue #078CFC
RGB
CMYK
RGB Variations
Color information
#078CFC (or 0x078CFC) is known color: Dodger Blue. HEX triplet: 07, 8C and FC. RGB value is (7,140,252). Sum of RGB (Red+Green+Blue) = 7+140+252=399 (52% of max value = 765). Red value is 7 (3.12% from 255 or 1.75% from 399); Green value is 140 (55.08% from 255 or 35.09% from 399); Blue value is 252 (98.83% from 255 or 63.16% from 399); Max value from RGB is 252 - color contains mainly: blue. Hex color #078CFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #078CFC is #F87303. Grayscale: #707070. Windows color (decimal): -16282372 or 16550919. OLE color: 16550919.
HSL color Cylindrical-coordinate representation of color #078CFC: hue angle of 207.43º 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 #078CFC is Cyan = 0.97, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 7 | 140 | 252 | - |
| CMYK | 0.97 | 0.44 | 0 | 0.01 |
| HSL | 207.43º | 0.98% | 0.51% | - |
| HSV(B) | 207.43º | 0.97% | 0.99% | - |
| XYZ | 27.04 | 25.83 | 95.66 | - |
| YUV | 113 | 206.44 | 52.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 140 | 252 | 0.97 | 0.44 | 0 | 0.01 | 207.43 | 0.98 | 0.51 |
| Hex | 7 | 8C | FC | 61 | 2C | 0 | 1 | CF | 62 | 33 |
| Octal | 7 | 214 | 374 | 141 | 54 | 0 | 1 | 317 | 142 | 63 |
| Binary | 111 | 10001100 | 11111100 | 1100001 | 101100 | 0 | 1 | 11001111 | 1100010 | 110011 |
Color Harmonies of #078CFC
Complementary color
Monochromatic Colors of #078CFC
Black with #078CFC
Text Example
Text Example
White with #078CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078CFC; }
p { color: rgb(7,140,252); }
H1.HeaderClassName
{
color: #078CFC;
}
.AnyTagClassName
{
color: #078CFC;
}
</style>
background-color css
<style>
a { background-color: #078CFC; }
a { background-color: rgb(7,140,252); }
div.DivClassName
{
background-color: #078CFC;
}
.BgClassName
{
background-color: #078CFC;
}
</style>
border-color css
<style>
span { border-color: #078CFC; }
span { border-color: rgb(7,140,252); }
td.TdClassName
{
border-color: #078CFC;
}
.TagClassName
{
border-color: #078CFC;
}
</style>