Shades of Pacific Blue #0790DC
Tints of Pacific Blue #0790DC
RGB
CMYK
RGB Variations
Color information
#0790DC (or 0x0790DC) is known color: Pacific Blue. HEX triplet: 07, 90 and DC. RGB value is (7,144,220). Sum of RGB (Red+Green+Blue) = 7+144+220=371 (49% of max value = 765). Red value is 7 (3.12% from 255 or 1.89% from 371); Green value is 144 (56.64% from 255 or 38.81% from 371); Blue value is 220 (86.33% from 255 or 59.30% from 371); Max value from RGB is 220 - color contains mainly: blue. Hex color #0790DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0790DC is #F86F23. Grayscale: #6F6F6F. Windows color (decimal): -16281380 or 14454791. OLE color: 14454791.
HSL color Cylindrical-coordinate representation of color #0790DC: hue angle of 201.41º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0790DC is Cyan = 0.97, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 7 | 144 | 220 | - |
| CMYK | 0.97 | 0.35 | 0 | 0.14 |
| HSL | 201.41º | 0.94% | 0.45% | - |
| HSV(B) | 201.41º | 0.97% | 0.86% | - |
| XYZ | 22.98 | 25.16 | 71.36 | - |
| YUV | 111.7 | 189.11 | 53.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 144 | 220 | 0.97 | 0.35 | 0 | 0.14 | 201.41 | 0.94 | 0.45 |
| Hex | 7 | 90 | DC | 61 | 23 | 0 | E | C9 | 5E | 2D |
| Octal | 7 | 220 | 334 | 141 | 43 | 0 | 16 | 311 | 136 | 55 |
| Binary | 111 | 10010000 | 11011100 | 1100001 | 100011 | 0 | 1110 | 11001001 | 1011110 | 101101 |
Color Harmonies of #0790DC
Complementary color
Monochromatic Colors of #0790DC
Black with #0790DC
Text Example
Text Example
White with #0790DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0790DC; }
p { color: rgb(7,144,220); }
H1.HeaderClassName
{
color: #0790DC;
}
.AnyTagClassName
{
color: #0790DC;
}
</style>
background-color css
<style>
a { background-color: #0790DC; }
a { background-color: rgb(7,144,220); }
div.DivClassName
{
background-color: #0790DC;
}
.BgClassName
{
background-color: #0790DC;
}
</style>
border-color css
<style>
span { border-color: #0790DC; }
span { border-color: rgb(7,144,220); }
td.TdClassName
{
border-color: #0790DC;
}
.TagClassName
{
border-color: #0790DC;
}
</style>