Shades of Bondi Blue #058DB3
Tints of Bondi Blue #058DB3
RGB
CMYK
RGB Variations
Color information
#058DB3 (or 0x058DB3) is known color: Bondi Blue. HEX triplet: 05, 8D and B3. RGB value is (5,141,179). Sum of RGB (Red+Green+Blue) = 5+141+179=325 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.54% from 325); Green value is 141 (55.47% from 255 or 43.38% from 325); Blue value is 179 (70.31% from 255 or 55.08% from 325); Max value from RGB is 179 - color contains mainly: blue. Hex color #058DB3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #058DB3 is #FA724C. Grayscale: #686868. Windows color (decimal): -16413261 or 11767045. OLE color: 11767045.
HSL color Cylindrical-coordinate representation of color #058DB3: hue angle of 193.1º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #058DB3 is Cyan = 0.97, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 5 | 141 | 179 | - |
| CMYK | 0.97 | 0.21 | 0 | 0.30 |
| HSL | 193.1º | 0.95% | 0.36% | - |
| HSV(B) | 193.1º | 0.97% | 0.7% | - |
| XYZ | 17.72 | 22.34 | 46.03 | - |
| YUV | 104.67 | 169.94 | 56.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 141 | 179 | 0.97 | 0.21 | 0 | 0.30 | 193.1 | 0.95 | 0.36 |
| Hex | 5 | 8D | B3 | 61 | 15 | 0 | 1E | C1 | 5F | 24 |
| Octal | 5 | 215 | 263 | 141 | 25 | 0 | 36 | 301 | 137 | 44 |
| Binary | 101 | 10001101 | 10110011 | 1100001 | 10101 | 0 | 11110 | 11000001 | 1011111 | 100100 |
Color Harmonies of #058DB3
Complementary color
Monochromatic Colors of #058DB3
Black with #058DB3
Text Example
Text Example
White with #058DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058DB3; }
p { color: rgb(5,141,179); }
H1.HeaderClassName
{
color: #058DB3;
}
.AnyTagClassName
{
color: #058DB3;
}
</style>
background-color css
<style>
a { background-color: #058DB3; }
a { background-color: rgb(5,141,179); }
div.DivClassName
{
background-color: #058DB3;
}
.BgClassName
{
background-color: #058DB3;
}
</style>
border-color css
<style>
span { border-color: #058DB3; }
span { border-color: rgb(5,141,179); }
td.TdClassName
{
border-color: #058DB3;
}
.TagClassName
{
border-color: #058DB3;
}
</style>