Shades of Pacific Blue #0798DB
Tints of Pacific Blue #0798DB
RGB
CMYK
RGB Variations
Color information
#0798DB (or 0x0798DB) is known color: Pacific Blue. HEX triplet: 07, 98 and DB. RGB value is (7,152,219). Sum of RGB (Red+Green+Blue) = 7+152+219=378 (50% of max value = 765). Red value is 7 (3.12% from 255 or 1.85% from 378); Green value is 152 (59.77% from 255 or 40.21% from 378); Blue value is 219 (85.94% from 255 or 57.94% from 378); Max value from RGB is 219 - color contains mainly: blue. Hex color #0798DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0798DB is #F86724. Grayscale: #737373. Windows color (decimal): -16279333 or 14391303. OLE color: 14391303.
HSL color Cylindrical-coordinate representation of color #0798DB: hue angle of 198.96º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0798DB is Cyan = 0.97, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 7 | 152 | 219 | - |
| CMYK | 0.97 | 0.31 | 0 | 0.14 |
| HSL | 198.96º | 0.94% | 0.44% | - |
| HSV(B) | 198.96º | 0.97% | 0.86% | - |
| XYZ | 24.1 | 27.62 | 71.08 | - |
| YUV | 116.28 | 185.96 | 50.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 152 | 219 | 0.97 | 0.31 | 0 | 0.14 | 198.96 | 0.94 | 0.44 |
| Hex | 7 | 98 | DB | 61 | 1F | 0 | E | C7 | 5E | 2C |
| Octal | 7 | 230 | 333 | 141 | 37 | 0 | 16 | 307 | 136 | 54 |
| Binary | 111 | 10011000 | 11011011 | 1100001 | 11111 | 0 | 1110 | 11000111 | 1011110 | 101100 |
Color Harmonies of #0798DB
Complementary color
Monochromatic Colors of #0798DB
Black with #0798DB
Text Example
Text Example
White with #0798DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0798DB; }
p { color: rgb(7,152,219); }
H1.HeaderClassName
{
color: #0798DB;
}
.AnyTagClassName
{
color: #0798DB;
}
</style>
background-color css
<style>
a { background-color: #0798DB; }
a { background-color: rgb(7,152,219); }
div.DivClassName
{
background-color: #0798DB;
}
.BgClassName
{
background-color: #0798DB;
}
</style>
border-color css
<style>
span { border-color: #0798DB; }
span { border-color: rgb(7,152,219); }
td.TdClassName
{
border-color: #0798DB;
}
.TagClassName
{
border-color: #0798DB;
}
</style>