Shades of Pacific Blue #0788DD
Tints of Pacific Blue #0788DD
RGB
CMYK
RGB Variations
Color information
#0788DD (or 0x0788DD) is known color: Pacific Blue. HEX triplet: 07, 88 and DD. RGB value is (7,136,221). Sum of RGB (Red+Green+Blue) = 7+136+221=364 (48% of max value = 765). Red value is 7 (3.12% from 255 or 1.92% from 364); Green value is 136 (53.52% from 255 or 37.36% from 364); Blue value is 221 (86.72% from 255 or 60.71% from 364); Max value from RGB is 221 - color contains mainly: blue. Hex color #0788DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0788DD is #F87722. Grayscale: #6A6A6A. Windows color (decimal): -16283427 or 14518279. OLE color: 14518279.
HSL color Cylindrical-coordinate representation of color #0788DD: hue angle of 203.83º 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 #0788DD is Cyan = 0.97, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 7 | 136 | 221 | - |
| CMYK | 0.97 | 0.38 | 0 | 0.13 |
| HSL | 203.83º | 0.94% | 0.45% | - |
| HSV(B) | 203.83º | 0.97% | 0.87% | - |
| XYZ | 21.94 | 22.87 | 71.67 | - |
| YUV | 107.12 | 192.26 | 56.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 136 | 221 | 0.97 | 0.38 | 0 | 0.13 | 203.83 | 0.94 | 0.45 |
| Hex | 7 | 88 | DD | 61 | 26 | 0 | D | CC | 5E | 2D |
| Octal | 7 | 210 | 335 | 141 | 46 | 0 | 15 | 314 | 136 | 55 |
| Binary | 111 | 10001000 | 11011101 | 1100001 | 100110 | 0 | 1101 | 11001100 | 1011110 | 101101 |
Color Harmonies of #0788DD
Complementary color
Monochromatic Colors of #0788DD
Black with #0788DD
Text Example
Text Example
White with #0788DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0788DD; }
p { color: rgb(7,136,221); }
H1.HeaderClassName
{
color: #0788DD;
}
.AnyTagClassName
{
color: #0788DD;
}
</style>
background-color css
<style>
a { background-color: #0788DD; }
a { background-color: rgb(7,136,221); }
div.DivClassName
{
background-color: #0788DD;
}
.BgClassName
{
background-color: #0788DD;
}
</style>
border-color css
<style>
span { border-color: #0788DD; }
span { border-color: rgb(7,136,221); }
td.TdClassName
{
border-color: #0788DD;
}
.TagClassName
{
border-color: #0788DD;
}
</style>