Shades of Dodger Blue #079AF1
Tints of Dodger Blue #079AF1
RGB
CMYK
RGB Variations
Color information
#079AF1 (or 0x079AF1) is known color: Dodger Blue. HEX triplet: 07, 9A and F1. RGB value is (7,154,241). Sum of RGB (Red+Green+Blue) = 7+154+241=402 (53% of max value = 765). Red value is 7 (3.12% from 255 or 1.74% from 402); Green value is 154 (60.55% from 255 or 38.31% from 402); Blue value is 241 (94.53% from 255 or 59.95% from 402); Max value from RGB is 241 - color contains mainly: blue. Hex color #079AF1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #079AF1 is #F8650E. Grayscale: #777777. Windows color (decimal): -16278799 or 15833607. OLE color: 15833607.
HSL color Cylindrical-coordinate representation of color #079AF1: hue angle of 202.31º 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 #079AF1 is Cyan = 0.97, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 7 | 154 | 241 | - |
| CMYK | 0.97 | 0.36 | 0 | 0.05 |
| HSL | 202.31º | 0.94% | 0.49% | - |
| HSV(B) | 202.31º | 0.97% | 0.95% | - |
| XYZ | 27.52 | 29.51 | 87.46 | - |
| YUV | 119.97 | 196.3 | 47.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 154 | 241 | 0.97 | 0.36 | 0 | 0.05 | 202.31 | 0.94 | 0.49 |
| Hex | 7 | 9A | F1 | 61 | 24 | 0 | 5 | CA | 5E | 31 |
| Octal | 7 | 232 | 361 | 141 | 44 | 0 | 5 | 312 | 136 | 61 |
| Binary | 111 | 10011010 | 11110001 | 1100001 | 100100 | 0 | 101 | 11001010 | 1011110 | 110001 |
Color Harmonies of #079AF1
Complementary color
Monochromatic Colors of #079AF1
Black with #079AF1
Text Example
Text Example
White with #079AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #079AF1; }
p { color: rgb(7,154,241); }
H1.HeaderClassName
{
color: #079AF1;
}
.AnyTagClassName
{
color: #079AF1;
}
</style>
background-color css
<style>
a { background-color: #079AF1; }
a { background-color: rgb(7,154,241); }
div.DivClassName
{
background-color: #079AF1;
}
.BgClassName
{
background-color: #079AF1;
}
</style>
border-color css
<style>
span { border-color: #079AF1; }
span { border-color: rgb(7,154,241); }
td.TdClassName
{
border-color: #079AF1;
}
.TagClassName
{
border-color: #079AF1;
}
</style>