Shades of Pacific Blue #0790DA
Tints of Pacific Blue #0790DA
RGB
CMYK
RGB Variations
Color information
#0790DA (or 0x0790DA) is known color: Pacific Blue. HEX triplet: 07, 90 and DA. RGB value is (7,144,218). Sum of RGB (Red+Green+Blue) = 7+144+218=369 (48% of max value = 765). Red value is 7 (3.12% from 255 or 1.90% from 369); Green value is 144 (56.64% from 255 or 39.02% from 369); Blue value is 218 (85.55% from 255 or 59.08% from 369); Max value from RGB is 218 - color contains mainly: blue. Hex color #0790DA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0790DA is #F86F25. Grayscale: #6F6F6F. Windows color (decimal): -16281382 or 14323719. OLE color: 14323719.
HSL color Cylindrical-coordinate representation of color #0790DA: hue angle of 201.04º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0790DA is Cyan = 0.97, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 7 | 144 | 218 | - |
| CMYK | 0.97 | 0.34 | 0 | 0.15 |
| HSL | 201.04º | 0.94% | 0.44% | - |
| HSV(B) | 201.04º | 0.97% | 0.85% | - |
| XYZ | 22.72 | 25.05 | 69.97 | - |
| YUV | 111.47 | 188.11 | 53.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 144 | 218 | 0.97 | 0.34 | 0 | 0.15 | 201.04 | 0.94 | 0.44 |
| Hex | 7 | 90 | DA | 61 | 22 | 0 | F | C9 | 5E | 2C |
| Octal | 7 | 220 | 332 | 141 | 42 | 0 | 17 | 311 | 136 | 54 |
| Binary | 111 | 10010000 | 11011010 | 1100001 | 100010 | 0 | 1111 | 11001001 | 1011110 | 101100 |
Color Harmonies of #0790DA
Complementary color
Monochromatic Colors of #0790DA
Black with #0790DA
Text Example
Text Example
White with #0790DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0790DA; }
p { color: rgb(7,144,218); }
H1.HeaderClassName
{
color: #0790DA;
}
.AnyTagClassName
{
color: #0790DA;
}
</style>
background-color css
<style>
a { background-color: #0790DA; }
a { background-color: rgb(7,144,218); }
div.DivClassName
{
background-color: #0790DA;
}
.BgClassName
{
background-color: #0790DA;
}
</style>
border-color css
<style>
span { border-color: #0790DA; }
span { border-color: rgb(7,144,218); }
td.TdClassName
{
border-color: #0790DA;
}
.TagClassName
{
border-color: #0790DA;
}
</style>