Shades of Pacific Blue #0790E3
Tints of Pacific Blue #0790E3
RGB
CMYK
RGB Variations
Color information
#0790E3 (or 0x0790E3) is known color: Pacific Blue. HEX triplet: 07, 90 and E3. RGB value is (7,144,227). Sum of RGB (Red+Green+Blue) = 7+144+227=378 (50% of max value = 765). Red value is 7 (3.12% from 255 or 1.85% from 378); Green value is 144 (56.64% from 255 or 38.10% from 378); Blue value is 227 (89.06% from 255 or 60.05% from 378); Max value from RGB is 227 - color contains mainly: blue. Hex color #0790E3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0790E3 is #F86F1C. Grayscale: #707070. Windows color (decimal): -16281373 or 14913543. OLE color: 14913543.
HSL color Cylindrical-coordinate representation of color #0790E3: hue angle of 202.64º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0790E3 is Cyan = 0.97, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 7 | 144 | 227 | - |
| CMYK | 0.97 | 0.37 | 0 | 0.11 |
| HSL | 202.64º | 0.94% | 0.46% | - |
| HSV(B) | 202.64º | 0.97% | 0.89% | - |
| XYZ | 23.93 | 25.54 | 76.34 | - |
| YUV | 112.5 | 192.61 | 52.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 144 | 227 | 0.97 | 0.37 | 0 | 0.11 | 202.64 | 0.94 | 0.46 |
| Hex | 7 | 90 | E3 | 61 | 25 | 0 | B | CB | 5E | 2E |
| Octal | 7 | 220 | 343 | 141 | 45 | 0 | 13 | 313 | 136 | 56 |
| Binary | 111 | 10010000 | 11100011 | 1100001 | 100101 | 0 | 1011 | 11001011 | 1011110 | 101110 |
Color Harmonies of #0790E3
Complementary color
Monochromatic Colors of #0790E3
Black with #0790E3
Text Example
Text Example
White with #0790E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0790E3; }
p { color: rgb(7,144,227); }
H1.HeaderClassName
{
color: #0790E3;
}
.AnyTagClassName
{
color: #0790E3;
}
</style>
background-color css
<style>
a { background-color: #0790E3; }
a { background-color: rgb(7,144,227); }
div.DivClassName
{
background-color: #0790E3;
}
.BgClassName
{
background-color: #0790E3;
}
</style>
border-color css
<style>
span { border-color: #0790E3; }
span { border-color: rgb(7,144,227); }
td.TdClassName
{
border-color: #0790E3;
}
.TagClassName
{
border-color: #0790E3;
}
</style>