Shades of Dodger Blue #079BEE
Tints of Dodger Blue #079BEE
RGB
CMYK
RGB Variations
Color information
#079BEE (or 0x079BEE) is known color: Dodger Blue. HEX triplet: 07, 9B and EE. RGB value is (7,155,238). Sum of RGB (Red+Green+Blue) = 7+155+238=400 (52% of max value = 765). Red value is 7 (3.12% from 255 or 1.75% from 400); Green value is 155 (60.94% from 255 or 38.75% from 400); Blue value is 238 (93.36% from 255 or 59.5% from 400); Max value from RGB is 238 - color contains mainly: blue. Hex color #079BEE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #079BEE is #F86411. Grayscale: #777777. Windows color (decimal): -16278546 or 15637255. OLE color: 15637255.
HSL color Cylindrical-coordinate representation of color #079BEE: hue angle of 201.56º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #079BEE is Cyan = 0.97, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 7 | 155 | 238 | - |
| CMYK | 0.97 | 0.35 | 0 | 0.07 |
| HSL | 201.56º | 0.94% | 0.48% | - |
| HSV(B) | 201.56º | 0.97% | 0.93% | - |
| XYZ | 27.24 | 29.66 | 85.18 | - |
| YUV | 120.21 | 194.47 | 47.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 155 | 238 | 0.97 | 0.35 | 0 | 0.07 | 201.56 | 0.94 | 0.48 |
| Hex | 7 | 9B | EE | 61 | 23 | 0 | 7 | CA | 5E | 30 |
| Octal | 7 | 233 | 356 | 141 | 43 | 0 | 7 | 312 | 136 | 60 |
| Binary | 111 | 10011011 | 11101110 | 1100001 | 100011 | 0 | 111 | 11001010 | 1011110 | 110000 |
Color Harmonies of #079BEE
Complementary color
Monochromatic Colors of #079BEE
Black with #079BEE
Text Example
Text Example
White with #079BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #079BEE; }
p { color: rgb(7,155,238); }
H1.HeaderClassName
{
color: #079BEE;
}
.AnyTagClassName
{
color: #079BEE;
}
</style>
background-color css
<style>
a { background-color: #079BEE; }
a { background-color: rgb(7,155,238); }
div.DivClassName
{
background-color: #079BEE;
}
.BgClassName
{
background-color: #079BEE;
}
</style>
border-color css
<style>
span { border-color: #079BEE; }
span { border-color: rgb(7,155,238); }
td.TdClassName
{
border-color: #079BEE;
}
.TagClassName
{
border-color: #079BEE;
}
</style>