Shades of Bondi Blue #078DBD
Tints of Bondi Blue #078DBD
RGB
CMYK
RGB Variations
Color information
#078DBD (or 0x078DBD) is known color: Bondi Blue. HEX triplet: 07, 8D and BD. RGB value is (7,141,189). Sum of RGB (Red+Green+Blue) = 7+141+189=337 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.08% from 337); Green value is 141 (55.47% from 255 or 41.84% from 337); Blue value is 189 (74.22% from 255 or 56.08% from 337); Max value from RGB is 189 - color contains mainly: blue. Hex color #078DBD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #078DBD is #F87242. Grayscale: #6A6A6A. Windows color (decimal): -16282179 or 12422407. OLE color: 12422407.
HSL color Cylindrical-coordinate representation of color #078DBD: hue angle of 195.82º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #078DBD is Cyan = 0.96, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 7 | 141 | 189 | - |
| CMYK | 0.96 | 0.25 | 0 | 0.26 |
| HSL | 195.82º | 0.93% | 0.38% | - |
| HSV(B) | 195.82º | 0.96% | 0.74% | - |
| XYZ | 18.8 | 22.77 | 51.55 | - |
| YUV | 106.41 | 174.61 | 57.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 141 | 189 | 0.96 | 0.25 | 0 | 0.26 | 195.82 | 0.93 | 0.38 |
| Hex | 7 | 8D | BD | 60 | 19 | 0 | 1A | C4 | 5D | 26 |
| Octal | 7 | 215 | 275 | 140 | 31 | 0 | 32 | 304 | 135 | 46 |
| Binary | 111 | 10001101 | 10111101 | 1100000 | 11001 | 0 | 11010 | 11000100 | 1011101 | 100110 |
Color Harmonies of #078DBD
Complementary color
Monochromatic Colors of #078DBD
Black with #078DBD
Text Example
Text Example
White with #078DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078DBD; }
p { color: rgb(7,141,189); }
H1.HeaderClassName
{
color: #078DBD;
}
.AnyTagClassName
{
color: #078DBD;
}
</style>
background-color css
<style>
a { background-color: #078DBD; }
a { background-color: rgb(7,141,189); }
div.DivClassName
{
background-color: #078DBD;
}
.BgClassName
{
background-color: #078DBD;
}
</style>
border-color css
<style>
span { border-color: #078DBD; }
span { border-color: rgb(7,141,189); }
td.TdClassName
{
border-color: #078DBD;
}
.TagClassName
{
border-color: #078DBD;
}
</style>