Shades of Pacific Blue #0797DF
Tints of Pacific Blue #0797DF
RGB
CMYK
RGB Variations
Color information
#0797DF (or 0x0797DF) is known color: Pacific Blue. HEX triplet: 07, 97 and DF. RGB value is (7,151,223). Sum of RGB (Red+Green+Blue) = 7+151+223=381 (50% of max value = 765). Red value is 7 (3.12% from 255 or 1.84% from 381); Green value is 151 (59.38% from 255 or 39.63% from 381); Blue value is 223 (87.5% from 255 or 58.53% from 381); Max value from RGB is 223 - color contains mainly: blue. Hex color #0797DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0797DF is #F86820. Grayscale: #737373. Windows color (decimal): -16279585 or 14653191. OLE color: 14653191.
HSL color Cylindrical-coordinate representation of color #0797DF: hue angle of 200º 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 #0797DF is Cyan = 0.97, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 7 | 151 | 223 | - |
| CMYK | 0.97 | 0.32 | 0 | 0.13 |
| HSL | 200º | 0.94% | 0.45% | - |
| HSV(B) | 200º | 0.97% | 0.87% | - |
| XYZ | 24.47 | 27.51 | 73.83 | - |
| YUV | 116.15 | 188.29 | 50.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 151 | 223 | 0.97 | 0.32 | 0 | 0.13 | 200 | 0.94 | 0.45 |
| Hex | 7 | 97 | DF | 61 | 20 | 0 | D | C8 | 5E | 2D |
| Octal | 7 | 227 | 337 | 141 | 40 | 0 | 15 | 310 | 136 | 55 |
| Binary | 111 | 10010111 | 11011111 | 1100001 | 100000 | 0 | 1101 | 11001000 | 1011110 | 101101 |
Color Harmonies of #0797DF
Complementary color
Monochromatic Colors of #0797DF
Black with #0797DF
Text Example
Text Example
White with #0797DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0797DF; }
p { color: rgb(7,151,223); }
H1.HeaderClassName
{
color: #0797DF;
}
.AnyTagClassName
{
color: #0797DF;
}
</style>
background-color css
<style>
a { background-color: #0797DF; }
a { background-color: rgb(7,151,223); }
div.DivClassName
{
background-color: #0797DF;
}
.BgClassName
{
background-color: #0797DF;
}
</style>
border-color css
<style>
span { border-color: #0797DF; }
span { border-color: rgb(7,151,223); }
td.TdClassName
{
border-color: #0797DF;
}
.TagClassName
{
border-color: #0797DF;
}
</style>