Shades of Pacific Blue #0788DF
Tints of Pacific Blue #0788DF
RGB
CMYK
RGB Variations
Color information
#0788DF (or 0x0788DF) is known color: Pacific Blue. HEX triplet: 07, 88 and DF. RGB value is (7,136,223). Sum of RGB (Red+Green+Blue) = 7+136+223=366 (48% of max value = 765). Red value is 7 (3.12% from 255 or 1.91% from 366); Green value is 136 (53.52% from 255 or 37.16% from 366); Blue value is 223 (87.5% from 255 or 60.93% from 366); Max value from RGB is 223 - color contains mainly: blue. Hex color #0788DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0788DF is #F87720. Grayscale: #6A6A6A. Windows color (decimal): -16283425 or 14649351. OLE color: 14649351.
HSL color Cylindrical-coordinate representation of color #0788DF: hue angle of 204.17º 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 #0788DF is Cyan = 0.97, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 7 | 136 | 223 | - |
| CMYK | 0.97 | 0.39 | 0 | 0.13 |
| HSL | 204.17º | 0.94% | 0.45% | - |
| HSV(B) | 204.17º | 0.97% | 0.87% | - |
| XYZ | 22.21 | 22.98 | 73.08 | - |
| YUV | 107.35 | 193.26 | 56.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 136 | 223 | 0.97 | 0.39 | 0 | 0.13 | 204.17 | 0.94 | 0.45 |
| Hex | 7 | 88 | DF | 61 | 27 | 0 | D | CC | 5E | 2D |
| Octal | 7 | 210 | 337 | 141 | 47 | 0 | 15 | 314 | 136 | 55 |
| Binary | 111 | 10001000 | 11011111 | 1100001 | 100111 | 0 | 1101 | 11001100 | 1011110 | 101101 |
Color Harmonies of #0788DF
Complementary color
Monochromatic Colors of #0788DF
Black with #0788DF
Text Example
Text Example
White with #0788DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0788DF; }
p { color: rgb(7,136,223); }
H1.HeaderClassName
{
color: #0788DF;
}
.AnyTagClassName
{
color: #0788DF;
}
</style>
background-color css
<style>
a { background-color: #0788DF; }
a { background-color: rgb(7,136,223); }
div.DivClassName
{
background-color: #0788DF;
}
.BgClassName
{
background-color: #0788DF;
}
</style>
border-color css
<style>
span { border-color: #0788DF; }
span { border-color: rgb(7,136,223); }
td.TdClassName
{
border-color: #0788DF;
}
.TagClassName
{
border-color: #0788DF;
}
</style>