Shades of Dodger Blue #078FF2
Tints of Dodger Blue #078FF2
RGB
CMYK
RGB Variations
Color information
#078FF2 (or 0x078FF2) is known color: Dodger Blue. HEX triplet: 07, 8F and F2. RGB value is (7,143,242). Sum of RGB (Red+Green+Blue) = 7+143+242=392 (51% of max value = 765). Red value is 7 (3.12% from 255 or 1.79% from 392); Green value is 143 (56.25% from 255 or 36.48% from 392); Blue value is 242 (94.92% from 255 or 61.73% from 392); Max value from RGB is 242 - color contains mainly: blue. Hex color #078FF2 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #078FF2 is #F8700D. Grayscale: #717171. Windows color (decimal): -16281614 or 15896327. OLE color: 15896327.
HSL color Cylindrical-coordinate representation of color #078FF2: hue angle of 205.28º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #078FF2 is Cyan = 0.97, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 7 | 143 | 242 | - |
| CMYK | 0.97 | 0.41 | 0 | 0.05 |
| HSL | 205.28º | 0.94% | 0.49% | - |
| HSV(B) | 205.28º | 0.97% | 0.95% | - |
| XYZ | 25.94 | 26.1 | 87.68 | - |
| YUV | 113.62 | 200.44 | 51.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 143 | 242 | 0.97 | 0.41 | 0 | 0.05 | 205.28 | 0.94 | 0.49 |
| Hex | 7 | 8F | F2 | 61 | 29 | 0 | 5 | CD | 5E | 31 |
| Octal | 7 | 217 | 362 | 141 | 51 | 0 | 5 | 315 | 136 | 61 |
| Binary | 111 | 10001111 | 11110010 | 1100001 | 101001 | 0 | 101 | 11001101 | 1011110 | 110001 |
Color Harmonies of #078FF2
Complementary color
Monochromatic Colors of #078FF2
Black with #078FF2
Text Example
Text Example
White with #078FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078FF2; }
p { color: rgb(7,143,242); }
H1.HeaderClassName
{
color: #078FF2;
}
.AnyTagClassName
{
color: #078FF2;
}
</style>
background-color css
<style>
a { background-color: #078FF2; }
a { background-color: rgb(7,143,242); }
div.DivClassName
{
background-color: #078FF2;
}
.BgClassName
{
background-color: #078FF2;
}
</style>
border-color css
<style>
span { border-color: #078FF2; }
span { border-color: rgb(7,143,242); }
td.TdClassName
{
border-color: #078FF2;
}
.TagClassName
{
border-color: #078FF2;
}
</style>