Shades of Dodger Blue #079BEC
Tints of Dodger Blue #079BEC
RGB
CMYK
RGB Variations
Color information
#079BEC (or 0x079BEC) is known color: Dodger Blue. HEX triplet: 07, 9B and EC. RGB value is (7,155,236). Sum of RGB (Red+Green+Blue) = 7+155+236=398 (52% of max value = 765). Red value is 7 (3.12% from 255 or 1.76% from 398); Green value is 155 (60.94% from 255 or 38.94% from 398); Blue value is 236 (92.58% from 255 or 59.30% from 398); Max value from RGB is 236 - color contains mainly: blue. Hex color #079BEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #079BEC is #F86413. Grayscale: #777777. Windows color (decimal): -16278548 or 15506183. OLE color: 15506183.
HSL color Cylindrical-coordinate representation of color #079BEC: hue angle of 201.22º 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 #079BEC is Cyan = 0.97, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 7 | 155 | 236 | - |
| CMYK | 0.97 | 0.34 | 0 | 0.07 |
| HSL | 201.22º | 0.94% | 0.48% | - |
| HSV(B) | 201.22º | 0.97% | 0.93% | - |
| XYZ | 26.95 | 29.54 | 83.64 | - |
| YUV | 119.98 | 193.47 | 47.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 155 | 236 | 0.97 | 0.34 | 0 | 0.07 | 201.22 | 0.94 | 0.48 |
| Hex | 7 | 9B | EC | 61 | 22 | 0 | 7 | C9 | 5E | 30 |
| Octal | 7 | 233 | 354 | 141 | 42 | 0 | 7 | 311 | 136 | 60 |
| Binary | 111 | 10011011 | 11101100 | 1100001 | 100010 | 0 | 111 | 11001001 | 1011110 | 110000 |
Color Harmonies of #079BEC
Complementary color
Monochromatic Colors of #079BEC
Black with #079BEC
Text Example
Text Example
White with #079BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #079BEC; }
p { color: rgb(7,155,236); }
H1.HeaderClassName
{
color: #079BEC;
}
.AnyTagClassName
{
color: #079BEC;
}
</style>
background-color css
<style>
a { background-color: #079BEC; }
a { background-color: rgb(7,155,236); }
div.DivClassName
{
background-color: #079BEC;
}
.BgClassName
{
background-color: #079BEC;
}
</style>
border-color css
<style>
span { border-color: #079BEC; }
span { border-color: rgb(7,155,236); }
td.TdClassName
{
border-color: #079BEC;
}
.TagClassName
{
border-color: #079BEC;
}
</style>