Shades of Pacific Blue #0798DD
Tints of Pacific Blue #0798DD
RGB
CMYK
RGB Variations
Color information
#0798DD (or 0x0798DD) is known color: Pacific Blue. HEX triplet: 07, 98 and DD. RGB value is (7,152,221). Sum of RGB (Red+Green+Blue) = 7+152+221=380 (50% of max value = 765). Red value is 7 (3.12% from 255 or 1.84% from 380); Green value is 152 (59.77% from 255 or 40% from 380); Blue value is 221 (86.72% from 255 or 58.16% from 380); Max value from RGB is 221 - color contains mainly: blue. Hex color #0798DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0798DD is #F86722. Grayscale: #747474. Windows color (decimal): -16279331 or 14522375. OLE color: 14522375.
HSL color Cylindrical-coordinate representation of color #0798DD: hue angle of 199.35º 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 #0798DD is Cyan = 0.97, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 7 | 152 | 221 | - |
| CMYK | 0.97 | 0.31 | 0 | 0.13 |
| HSL | 199.35º | 0.94% | 0.45% | - |
| HSV(B) | 199.35º | 0.97% | 0.87% | - |
| XYZ | 24.37 | 27.72 | 72.47 | - |
| YUV | 116.51 | 186.96 | 49.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 152 | 221 | 0.97 | 0.31 | 0 | 0.13 | 199.35 | 0.94 | 0.45 |
| Hex | 7 | 98 | DD | 61 | 1F | 0 | D | C7 | 5E | 2D |
| Octal | 7 | 230 | 335 | 141 | 37 | 0 | 15 | 307 | 136 | 55 |
| Binary | 111 | 10011000 | 11011101 | 1100001 | 11111 | 0 | 1101 | 11000111 | 1011110 | 101101 |
Color Harmonies of #0798DD
Complementary color
Monochromatic Colors of #0798DD
Black with #0798DD
Text Example
Text Example
White with #0798DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0798DD; }
p { color: rgb(7,152,221); }
H1.HeaderClassName
{
color: #0798DD;
}
.AnyTagClassName
{
color: #0798DD;
}
</style>
background-color css
<style>
a { background-color: #0798DD; }
a { background-color: rgb(7,152,221); }
div.DivClassName
{
background-color: #0798DD;
}
.BgClassName
{
background-color: #0798DD;
}
</style>
border-color css
<style>
span { border-color: #0798DD; }
span { border-color: rgb(7,152,221); }
td.TdClassName
{
border-color: #0798DD;
}
.TagClassName
{
border-color: #0798DD;
}
</style>