Shades of Dodger Blue #078CF2
Tints of Dodger Blue #078CF2
RGB
CMYK
RGB Variations
Color information
#078CF2 (or 0x078CF2) is known color: Dodger Blue. HEX triplet: 07, 8C and F2. RGB value is (7,140,242). Sum of RGB (Red+Green+Blue) = 7+140+242=389 (51% of max value = 765). Red value is 7 (3.12% from 255 or 1.80% from 389); Green value is 140 (55.08% from 255 or 35.99% from 389); Blue value is 242 (94.92% from 255 or 62.21% from 389); Max value from RGB is 242 - color contains mainly: blue. Hex color #078CF2 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #078CF2 is #F8730D. Grayscale: #6F6F6F. Windows color (decimal): -16282382 or 15895559. OLE color: 15895559.
HSL color Cylindrical-coordinate representation of color #078CF2: hue angle of 206.04º 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 #078CF2 is Cyan = 0.97, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 7 | 140 | 242 | - |
| CMYK | 0.97 | 0.42 | 0 | 0.05 |
| HSL | 206.04º | 0.94% | 0.49% | - |
| HSV(B) | 206.04º | 0.97% | 0.95% | - |
| XYZ | 25.49 | 25.21 | 87.53 | - |
| YUV | 111.86 | 201.44 | 53.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 140 | 242 | 0.97 | 0.42 | 0 | 0.05 | 206.04 | 0.94 | 0.49 |
| Hex | 7 | 8C | F2 | 61 | 2A | 0 | 5 | CE | 5E | 31 |
| Octal | 7 | 214 | 362 | 141 | 52 | 0 | 5 | 316 | 136 | 61 |
| Binary | 111 | 10001100 | 11110010 | 1100001 | 101010 | 0 | 101 | 11001110 | 1011110 | 110001 |
Color Harmonies of #078CF2
Complementary color
Monochromatic Colors of #078CF2
Black with #078CF2
Text Example
Text Example
White with #078CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078CF2; }
p { color: rgb(7,140,242); }
H1.HeaderClassName
{
color: #078CF2;
}
.AnyTagClassName
{
color: #078CF2;
}
</style>
background-color css
<style>
a { background-color: #078CF2; }
a { background-color: rgb(7,140,242); }
div.DivClassName
{
background-color: #078CF2;
}
.BgClassName
{
background-color: #078CF2;
}
</style>
border-color css
<style>
span { border-color: #078CF2; }
span { border-color: rgb(7,140,242); }
td.TdClassName
{
border-color: #078CF2;
}
.TagClassName
{
border-color: #078CF2;
}
</style>