Shades of Dodger Blue #079BF1
Tints of Dodger Blue #079BF1
RGB
CMYK
RGB Variations
Color information
#079BF1 (or 0x079BF1) is known color: Dodger Blue. HEX triplet: 07, 9B and F1. RGB value is (7,155,241). Sum of RGB (Red+Green+Blue) = 7+155+241=403 (53% of max value = 765). Red value is 7 (3.12% from 255 or 1.74% from 403); Green value is 155 (60.94% from 255 or 38.46% from 403); Blue value is 241 (94.53% from 255 or 59.80% from 403); Max value from RGB is 241 - color contains mainly: blue. Hex color #079BF1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #079BF1 is #F8640E. Grayscale: #787878. Windows color (decimal): -16278543 or 15833863. OLE color: 15833863.
HSL color Cylindrical-coordinate representation of color #079BF1: hue angle of 202.05º 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 #079BF1 is Cyan = 0.97, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 7 | 155 | 241 | - |
| CMYK | 0.97 | 0.36 | 0 | 0.05 |
| HSL | 202.05º | 0.94% | 0.49% | - |
| HSV(B) | 202.05º | 0.97% | 0.95% | - |
| XYZ | 27.69 | 29.84 | 87.52 | - |
| YUV | 120.55 | 195.97 | 47.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 155 | 241 | 0.97 | 0.36 | 0 | 0.05 | 202.05 | 0.94 | 0.49 |
| Hex | 7 | 9B | F1 | 61 | 24 | 0 | 5 | CA | 5E | 31 |
| Octal | 7 | 233 | 361 | 141 | 44 | 0 | 5 | 312 | 136 | 61 |
| Binary | 111 | 10011011 | 11110001 | 1100001 | 100100 | 0 | 101 | 11001010 | 1011110 | 110001 |
Color Harmonies of #079BF1
Complementary color
Monochromatic Colors of #079BF1
Black with #079BF1
Text Example
Text Example
White with #079BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #079BF1; }
p { color: rgb(7,155,241); }
H1.HeaderClassName
{
color: #079BF1;
}
.AnyTagClassName
{
color: #079BF1;
}
</style>
background-color css
<style>
a { background-color: #079BF1; }
a { background-color: rgb(7,155,241); }
div.DivClassName
{
background-color: #079BF1;
}
.BgClassName
{
background-color: #079BF1;
}
</style>
border-color css
<style>
span { border-color: #079BF1; }
span { border-color: rgb(7,155,241); }
td.TdClassName
{
border-color: #079BF1;
}
.TagClassName
{
border-color: #079BF1;
}
</style>