Shades of Pacific Blue #0789DF
Tints of Pacific Blue #0789DF
RGB
CMYK
RGB Variations
Color information
#0789DF (or 0x0789DF) is known color: Pacific Blue. HEX triplet: 07, 89 and DF. RGB value is (7,137,223). Sum of RGB (Red+Green+Blue) = 7+137+223=367 (48% of max value = 765). Red value is 7 (3.12% from 255 or 1.91% from 367); Green value is 137 (53.91% from 255 or 37.33% from 367); Blue value is 223 (87.5% from 255 or 60.76% from 367); Max value from RGB is 223 - color contains mainly: blue. Hex color #0789DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0789DF is #F87620. Grayscale: #6B6B6B. Windows color (decimal): -16283169 or 14649607. OLE color: 14649607.
HSL color Cylindrical-coordinate representation of color #0789DF: hue angle of 203.89º 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 #0789DF is Cyan = 0.97, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 7 | 137 | 223 | - |
| CMYK | 0.97 | 0.39 | 0 | 0.13 |
| HSL | 203.89º | 0.94% | 0.45% | - |
| HSV(B) | 203.89º | 0.97% | 0.87% | - |
| XYZ | 22.35 | 23.26 | 73.12 | - |
| YUV | 107.93 | 192.93 | 56.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 137 | 223 | 0.97 | 0.39 | 0 | 0.13 | 203.89 | 0.94 | 0.45 |
| Hex | 7 | 89 | DF | 61 | 27 | 0 | D | CC | 5E | 2D |
| Octal | 7 | 211 | 337 | 141 | 47 | 0 | 15 | 314 | 136 | 55 |
| Binary | 111 | 10001001 | 11011111 | 1100001 | 100111 | 0 | 1101 | 11001100 | 1011110 | 101101 |
Color Harmonies of #0789DF
Complementary color
Monochromatic Colors of #0789DF
Black with #0789DF
Text Example
Text Example
White with #0789DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0789DF; }
p { color: rgb(7,137,223); }
H1.HeaderClassName
{
color: #0789DF;
}
.AnyTagClassName
{
color: #0789DF;
}
</style>
background-color css
<style>
a { background-color: #0789DF; }
a { background-color: rgb(7,137,223); }
div.DivClassName
{
background-color: #0789DF;
}
.BgClassName
{
background-color: #0789DF;
}
</style>
border-color css
<style>
span { border-color: #0789DF; }
span { border-color: rgb(7,137,223); }
td.TdClassName
{
border-color: #0789DF;
}
.TagClassName
{
border-color: #0789DF;
}
</style>