Shades of Bondi Blue #058DB0
Tints of Bondi Blue #058DB0
RGB
CMYK
RGB Variations
Color information
#058DB0 (or 0x058DB0) is known color: Bondi Blue. HEX triplet: 05, 8D and B0. RGB value is (5,141,176). Sum of RGB (Red+Green+Blue) = 5+141+176=322 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.55% from 322); Green value is 141 (55.47% from 255 or 43.79% from 322); Blue value is 176 (69.14% from 255 or 54.66% from 322); Max value from RGB is 176 - color contains mainly: blue. Hex color #058DB0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058DB0 is #FA724F. Grayscale: #686868. Windows color (decimal): -16413264 or 11570437. OLE color: 11570437.
HSL color Cylindrical-coordinate representation of color #058DB0: hue angle of 192.28º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #058DB0 is Cyan = 0.97, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 5 | 141 | 176 | - |
| CMYK | 0.97 | 0.20 | 0 | 0.31 |
| HSL | 192.28º | 0.94% | 0.35% | - |
| HSV(B) | 192.28º | 0.97% | 0.69% | - |
| XYZ | 17.42 | 22.22 | 44.44 | - |
| YUV | 104.33 | 168.44 | 57.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 141 | 176 | 0.97 | 0.20 | 0 | 0.31 | 192.28 | 0.94 | 0.35 |
| Hex | 5 | 8D | B0 | 61 | 14 | 0 | 1F | C0 | 5E | 23 |
| Octal | 5 | 215 | 260 | 141 | 24 | 0 | 37 | 300 | 136 | 43 |
| Binary | 101 | 10001101 | 10110000 | 1100001 | 10100 | 0 | 11111 | 11000000 | 1011110 | 100011 |
Color Harmonies of #058DB0
Complementary color
Monochromatic Colors of #058DB0
Black with #058DB0
Text Example
Text Example
White with #058DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058DB0; }
p { color: rgb(5,141,176); }
H1.HeaderClassName
{
color: #058DB0;
}
.AnyTagClassName
{
color: #058DB0;
}
</style>
background-color css
<style>
a { background-color: #058DB0; }
a { background-color: rgb(5,141,176); }
div.DivClassName
{
background-color: #058DB0;
}
.BgClassName
{
background-color: #058DB0;
}
</style>
border-color css
<style>
span { border-color: #058DB0; }
span { border-color: rgb(5,141,176); }
td.TdClassName
{
border-color: #058DB0;
}
.TagClassName
{
border-color: #058DB0;
}
</style>