Shades of Pacific Blue #078CDB
Tints of Pacific Blue #078CDB
RGB
CMYK
RGB Variations
Color information
#078CDB (or 0x078CDB) is known color: Pacific Blue. HEX triplet: 07, 8C and DB. RGB value is (7,140,219). Sum of RGB (Red+Green+Blue) = 7+140+219=366 (48% of max value = 765). Red value is 7 (3.12% from 255 or 1.91% from 366); Green value is 140 (55.08% from 255 or 38.25% from 366); Blue value is 219 (85.94% from 255 or 59.84% from 366); Max value from RGB is 219 - color contains mainly: blue. Hex color #078CDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #078CDB is #F87324. Grayscale: #6C6C6C. Windows color (decimal): -16282405 or 14388231. OLE color: 14388231.
HSL color Cylindrical-coordinate representation of color #078CDB: hue angle of 202.36º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #078CDB is Cyan = 0.97, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 7 | 140 | 219 | - |
| CMYK | 0.97 | 0.36 | 0 | 0.14 |
| HSL | 202.36º | 0.94% | 0.44% | - |
| HSV(B) | 202.36º | 0.97% | 0.86% | - |
| XYZ | 22.25 | 23.92 | 70.46 | - |
| YUV | 109.24 | 189.94 | 55.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 140 | 219 | 0.97 | 0.36 | 0 | 0.14 | 202.36 | 0.94 | 0.44 |
| Hex | 7 | 8C | DB | 61 | 24 | 0 | E | CA | 5E | 2C |
| Octal | 7 | 214 | 333 | 141 | 44 | 0 | 16 | 312 | 136 | 54 |
| Binary | 111 | 10001100 | 11011011 | 1100001 | 100100 | 0 | 1110 | 11001010 | 1011110 | 101100 |
Color Harmonies of #078CDB
Complementary color
Monochromatic Colors of #078CDB
Black with #078CDB
Text Example
Text Example
White with #078CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078CDB; }
p { color: rgb(7,140,219); }
H1.HeaderClassName
{
color: #078CDB;
}
.AnyTagClassName
{
color: #078CDB;
}
</style>
background-color css
<style>
a { background-color: #078CDB; }
a { background-color: rgb(7,140,219); }
div.DivClassName
{
background-color: #078CDB;
}
.BgClassName
{
background-color: #078CDB;
}
</style>
border-color css
<style>
span { border-color: #078CDB; }
span { border-color: rgb(7,140,219); }
td.TdClassName
{
border-color: #078CDB;
}
.TagClassName
{
border-color: #078CDB;
}
</style>