Shades of Bondi Blue #078DBA
Tints of Bondi Blue #078DBA
RGB
CMYK
RGB Variations
Color information
#078DBA (or 0x078DBA) is known color: Bondi Blue. HEX triplet: 07, 8D and BA. RGB value is (7,141,186). Sum of RGB (Red+Green+Blue) = 7+141+186=334 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.10% from 334); Green value is 141 (55.47% from 255 or 42.22% from 334); Blue value is 186 (73.05% from 255 or 55.69% from 334); Max value from RGB is 186 - color contains mainly: blue. Hex color #078DBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #078DBA is #F87245. Grayscale: #696969. Windows color (decimal): -16282182 or 12225799. OLE color: 12225799.
HSL color Cylindrical-coordinate representation of color #078DBA: hue angle of 195.08º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #078DBA is Cyan = 0.96, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 7 | 141 | 186 | - |
| CMYK | 0.96 | 0.24 | 0 | 0.27 |
| HSL | 195.08º | 0.93% | 0.38% | - |
| HSV(B) | 195.08º | 0.96% | 0.73% | - |
| XYZ | 18.48 | 22.64 | 49.85 | - |
| YUV | 106.06 | 173.11 | 57.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 141 | 186 | 0.96 | 0.24 | 0 | 0.27 | 195.08 | 0.93 | 0.38 |
| Hex | 7 | 8D | BA | 60 | 18 | 0 | 1B | C3 | 5D | 26 |
| Octal | 7 | 215 | 272 | 140 | 30 | 0 | 33 | 303 | 135 | 46 |
| Binary | 111 | 10001101 | 10111010 | 1100000 | 11000 | 0 | 11011 | 11000011 | 1011101 | 100110 |
Color Harmonies of #078DBA
Complementary color
Monochromatic Colors of #078DBA
Black with #078DBA
Text Example
Text Example
White with #078DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078DBA; }
p { color: rgb(7,141,186); }
H1.HeaderClassName
{
color: #078DBA;
}
.AnyTagClassName
{
color: #078DBA;
}
</style>
background-color css
<style>
a { background-color: #078DBA; }
a { background-color: rgb(7,141,186); }
div.DivClassName
{
background-color: #078DBA;
}
.BgClassName
{
background-color: #078DBA;
}
</style>
border-color css
<style>
span { border-color: #078DBA; }
span { border-color: rgb(7,141,186); }
td.TdClassName
{
border-color: #078DBA;
}
.TagClassName
{
border-color: #078DBA;
}
</style>