Shades of Dodger Blue #078CF1
Tints of Dodger Blue #078CF1
RGB
CMYK
RGB Variations
Color information
#078CF1 (or 0x078CF1) is known color: Dodger Blue. HEX triplet: 07, 8C and F1. RGB value is (7,140,241). Sum of RGB (Red+Green+Blue) = 7+140+241=388 (51% of max value = 765). Red value is 7 (3.12% from 255 or 1.80% from 388); Green value is 140 (55.08% from 255 or 36.08% from 388); Blue value is 241 (94.53% from 255 or 62.11% from 388); Max value from RGB is 241 - color contains mainly: blue. Hex color #078CF1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #078CF1 is #F8730E. Grayscale: #6F6F6F. Windows color (decimal): -16282383 or 15830023. OLE color: 15830023.
HSL color Cylindrical-coordinate representation of color #078CF1: hue angle of 205.9º 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 #078CF1 is Cyan = 0.97, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 7 | 140 | 241 | - |
| CMYK | 0.97 | 0.42 | 0 | 0.05 |
| HSL | 205.9º | 0.94% | 0.49% | - |
| HSV(B) | 205.9º | 0.97% | 0.95% | - |
| XYZ | 25.34 | 25.15 | 86.74 | - |
| YUV | 111.75 | 200.94 | 53.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 140 | 241 | 0.97 | 0.42 | 0 | 0.05 | 205.9 | 0.94 | 0.49 |
| Hex | 7 | 8C | F1 | 61 | 2A | 0 | 5 | CE | 5E | 31 |
| Octal | 7 | 214 | 361 | 141 | 52 | 0 | 5 | 316 | 136 | 61 |
| Binary | 111 | 10001100 | 11110001 | 1100001 | 101010 | 0 | 101 | 11001110 | 1011110 | 110001 |
Color Harmonies of #078CF1
Complementary color
Monochromatic Colors of #078CF1
Black with #078CF1
Text Example
Text Example
White with #078CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078CF1; }
p { color: rgb(7,140,241); }
H1.HeaderClassName
{
color: #078CF1;
}
.AnyTagClassName
{
color: #078CF1;
}
</style>
background-color css
<style>
a { background-color: #078CF1; }
a { background-color: rgb(7,140,241); }
div.DivClassName
{
background-color: #078CF1;
}
.BgClassName
{
background-color: #078CF1;
}
</style>
border-color css
<style>
span { border-color: #078CF1; }
span { border-color: rgb(7,140,241); }
td.TdClassName
{
border-color: #078CF1;
}
.TagClassName
{
border-color: #078CF1;
}
</style>