Shades of Pacific Blue #079BDF
Tints of Pacific Blue #079BDF
RGB
CMYK
RGB Variations
Color information
#079BDF (or 0x079BDF) is known color: Pacific Blue. HEX triplet: 07, 9B and DF. RGB value is (7,155,223). Sum of RGB (Red+Green+Blue) = 7+155+223=385 (50% of max value = 765). Red value is 7 (3.12% from 255 or 1.82% from 385); Green value is 155 (60.94% from 255 or 40.26% from 385); Blue value is 223 (87.5% from 255 or 57.92% from 385); Max value from RGB is 223 - color contains mainly: blue. Hex color #079BDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #079BDF is #F86420. Grayscale: #767676. Windows color (decimal): -16278561 or 14654215. OLE color: 14654215.
HSL color Cylindrical-coordinate representation of color #079BDF: hue angle of 198.89º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #079BDF is Cyan = 0.97, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 7 | 155 | 223 | - |
| CMYK | 0.97 | 0.30 | 0 | 0.13 |
| HSL | 198.89º | 0.94% | 0.45% | - |
| HSV(B) | 198.89º | 0.97% | 0.87% | - |
| XYZ | 25.13 | 28.82 | 74.05 | - |
| YUV | 118.5 | 186.97 | 48.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 155 | 223 | 0.97 | 0.30 | 0 | 0.13 | 198.89 | 0.94 | 0.45 |
| Hex | 7 | 9B | DF | 61 | 1E | 0 | D | C7 | 5E | 2D |
| Octal | 7 | 233 | 337 | 141 | 36 | 0 | 15 | 307 | 136 | 55 |
| Binary | 111 | 10011011 | 11011111 | 1100001 | 11110 | 0 | 1101 | 11000111 | 1011110 | 101101 |
Color Harmonies of #079BDF
Complementary color
Monochromatic Colors of #079BDF
Black with #079BDF
Text Example
Text Example
White with #079BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #079BDF; }
p { color: rgb(7,155,223); }
H1.HeaderClassName
{
color: #079BDF;
}
.AnyTagClassName
{
color: #079BDF;
}
</style>
background-color css
<style>
a { background-color: #079BDF; }
a { background-color: rgb(7,155,223); }
div.DivClassName
{
background-color: #079BDF;
}
.BgClassName
{
background-color: #079BDF;
}
</style>
border-color css
<style>
span { border-color: #079BDF; }
span { border-color: rgb(7,155,223); }
td.TdClassName
{
border-color: #079BDF;
}
.TagClassName
{
border-color: #079BDF;
}
</style>