Shades of Bondi Blue #078CB5
Tints of Bondi Blue #078CB5
RGB
CMYK
RGB Variations
Color information
#078CB5 (or 0x078CB5) is known color: Bondi Blue. HEX triplet: 07, 8C and B5. RGB value is (7,140,181). Sum of RGB (Red+Green+Blue) = 7+140+181=328 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.13% from 328); Green value is 140 (55.08% from 255 or 42.68% from 328); Blue value is 181 (71.09% from 255 or 55.18% from 328); Max value from RGB is 181 - color contains mainly: blue. Hex color #078CB5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #078CB5 is #F8734A. Grayscale: #686868. Windows color (decimal): -16282443 or 11897863. OLE color: 11897863.
HSL color Cylindrical-coordinate representation of color #078CB5: hue angle of 194.14º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #078CB5 is Cyan = 0.96, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 7 | 140 | 181 | - |
| CMYK | 0.96 | 0.23 | 0 | 0.29 |
| HSL | 194.14º | 0.93% | 0.37% | - |
| HSV(B) | 194.14º | 0.96% | 0.71% | - |
| XYZ | 17.81 | 22.14 | 47.05 | - |
| YUV | 104.91 | 170.94 | 58.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 140 | 181 | 0.96 | 0.23 | 0 | 0.29 | 194.14 | 0.93 | 0.37 |
| Hex | 7 | 8C | B5 | 60 | 17 | 0 | 1D | C2 | 5D | 25 |
| Octal | 7 | 214 | 265 | 140 | 27 | 0 | 35 | 302 | 135 | 45 |
| Binary | 111 | 10001100 | 10110101 | 1100000 | 10111 | 0 | 11101 | 11000010 | 1011101 | 100101 |
Color Harmonies of #078CB5
Complementary color
Monochromatic Colors of #078CB5
Black with #078CB5
Text Example
Text Example
White with #078CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078CB5; }
p { color: rgb(7,140,181); }
H1.HeaderClassName
{
color: #078CB5;
}
.AnyTagClassName
{
color: #078CB5;
}
</style>
background-color css
<style>
a { background-color: #078CB5; }
a { background-color: rgb(7,140,181); }
div.DivClassName
{
background-color: #078CB5;
}
.BgClassName
{
background-color: #078CB5;
}
</style>
border-color css
<style>
span { border-color: #078CB5; }
span { border-color: rgb(7,140,181); }
td.TdClassName
{
border-color: #078CB5;
}
.TagClassName
{
border-color: #078CB5;
}
</style>