Shades of Bondi Blue #058DB1
Tints of Bondi Blue #058DB1
RGB
CMYK
RGB Variations
Color information
#058DB1 (or 0x058DB1) is known color: Bondi Blue. HEX triplet: 05, 8D and B1. RGB value is (5,141,177). Sum of RGB (Red+Green+Blue) = 5+141+177=323 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.55% from 323); Green value is 141 (55.47% from 255 or 43.65% from 323); Blue value is 177 (69.53% from 255 or 54.80% from 323); Max value from RGB is 177 - color contains mainly: blue. Hex color #058DB1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058DB1 is #FA724E. Grayscale: #686868. Windows color (decimal): -16413263 or 11635973. OLE color: 11635973.
HSL color Cylindrical-coordinate representation of color #058DB1: hue angle of 192.56º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #058DB1 is Cyan = 0.97, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 5 | 141 | 177 | - |
| CMYK | 0.97 | 0.20 | 0 | 0.31 |
| HSL | 192.56º | 0.95% | 0.36% | - |
| HSV(B) | 192.56º | 0.97% | 0.69% | - |
| XYZ | 17.52 | 22.26 | 44.97 | - |
| YUV | 104.44 | 168.94 | 57.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 141 | 177 | 0.97 | 0.20 | 0 | 0.31 | 192.56 | 0.95 | 0.36 |
| Hex | 5 | 8D | B1 | 61 | 14 | 0 | 1F | C1 | 5F | 24 |
| Octal | 5 | 215 | 261 | 141 | 24 | 0 | 37 | 301 | 137 | 44 |
| Binary | 101 | 10001101 | 10110001 | 1100001 | 10100 | 0 | 11111 | 11000001 | 1011111 | 100100 |
Color Harmonies of #058DB1
Complementary color
Monochromatic Colors of #058DB1
Black with #058DB1
Text Example
Text Example
White with #058DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058DB1; }
p { color: rgb(5,141,177); }
H1.HeaderClassName
{
color: #058DB1;
}
.AnyTagClassName
{
color: #058DB1;
}
</style>
background-color css
<style>
a { background-color: #058DB1; }
a { background-color: rgb(5,141,177); }
div.DivClassName
{
background-color: #058DB1;
}
.BgClassName
{
background-color: #058DB1;
}
</style>
border-color css
<style>
span { border-color: #058DB1; }
span { border-color: rgb(5,141,177); }
td.TdClassName
{
border-color: #058DB1;
}
.TagClassName
{
border-color: #058DB1;
}
</style>