Shades of Bondi Blue #078DB3
Tints of Bondi Blue #078DB3
RGB
CMYK
RGB Variations
Color information
#078DB3 (or 0x078DB3) is known color: Bondi Blue. HEX triplet: 07, 8D and B3. RGB value is (7,141,179). Sum of RGB (Red+Green+Blue) = 7+141+179=327 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.14% from 327); Green value is 141 (55.47% from 255 or 43.12% from 327); Blue value is 179 (70.31% from 255 or 54.74% from 327); Max value from RGB is 179 - color contains mainly: blue. Hex color #078DB3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #078DB3 is #F8724C. Grayscale: #686868. Windows color (decimal): -16282189 or 11767047. OLE color: 11767047.
HSL color Cylindrical-coordinate representation of color #078DB3: hue angle of 193.26º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #078DB3 is Cyan = 0.96, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 7 | 141 | 179 | - |
| CMYK | 0.96 | 0.21 | 0 | 0.30 |
| HSL | 193.26º | 0.92% | 0.36% | - |
| HSV(B) | 193.26º | 0.96% | 0.7% | - |
| XYZ | 17.75 | 22.35 | 46.03 | - |
| YUV | 105.27 | 169.61 | 57.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 141 | 179 | 0.96 | 0.21 | 0 | 0.30 | 193.26 | 0.92 | 0.36 |
| Hex | 7 | 8D | B3 | 60 | 15 | 0 | 1E | C1 | 5C | 24 |
| Octal | 7 | 215 | 263 | 140 | 25 | 0 | 36 | 301 | 134 | 44 |
| Binary | 111 | 10001101 | 10110011 | 1100000 | 10101 | 0 | 11110 | 11000001 | 1011100 | 100100 |
Color Harmonies of #078DB3
Complementary color
Monochromatic Colors of #078DB3
Black with #078DB3
Text Example
Text Example
White with #078DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078DB3; }
p { color: rgb(7,141,179); }
H1.HeaderClassName
{
color: #078DB3;
}
.AnyTagClassName
{
color: #078DB3;
}
</style>
background-color css
<style>
a { background-color: #078DB3; }
a { background-color: rgb(7,141,179); }
div.DivClassName
{
background-color: #078DB3;
}
.BgClassName
{
background-color: #078DB3;
}
</style>
border-color css
<style>
span { border-color: #078DB3; }
span { border-color: rgb(7,141,179); }
td.TdClassName
{
border-color: #078DB3;
}
.TagClassName
{
border-color: #078DB3;
}
</style>