Shades of Bondi Blue #0587BD
Tints of Bondi Blue #0587BD
RGB
CMYK
RGB Variations
Color information
#0587BD (or 0x0587BD) is known color: Bondi Blue. HEX triplet: 05, 87 and BD. RGB value is (5,135,189). Sum of RGB (Red+Green+Blue) = 5+135+189=329 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.52% from 329); Green value is 135 (53.12% from 255 or 41.03% from 329); Blue value is 189 (74.22% from 255 or 57.45% from 329); Max value from RGB is 189 - color contains mainly: blue. Hex color #0587BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0587BD is #FA7842. Grayscale: #656565. Windows color (decimal): -16414787 or 12420869. OLE color: 12420869.
HSL color Cylindrical-coordinate representation of color #0587BD: hue angle of 197.61º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0587BD is Cyan = 0.97, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 5 | 135 | 189 | - |
| CMYK | 0.97 | 0.29 | 0 | 0.26 |
| HSL | 197.61º | 0.95% | 0.38% | - |
| HSV(B) | 197.61º | 0.97% | 0.74% | - |
| XYZ | 17.91 | 21.03 | 51.26 | - |
| YUV | 102.29 | 176.93 | 58.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 135 | 189 | 0.97 | 0.29 | 0 | 0.26 | 197.61 | 0.95 | 0.38 |
| Hex | 5 | 87 | BD | 61 | 1D | 0 | 1A | C6 | 5F | 26 |
| Octal | 5 | 207 | 275 | 141 | 35 | 0 | 32 | 306 | 137 | 46 |
| Binary | 101 | 10000111 | 10111101 | 1100001 | 11101 | 0 | 11010 | 11000110 | 1011111 | 100110 |
Color Harmonies of #0587BD
Complementary color
Monochromatic Colors of #0587BD
Black with #0587BD
Text Example
Text Example
White with #0587BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0587BD; }
p { color: rgb(5,135,189); }
H1.HeaderClassName
{
color: #0587BD;
}
.AnyTagClassName
{
color: #0587BD;
}
</style>
background-color css
<style>
a { background-color: #0587BD; }
a { background-color: rgb(5,135,189); }
div.DivClassName
{
background-color: #0587BD;
}
.BgClassName
{
background-color: #0587BD;
}
</style>
border-color css
<style>
span { border-color: #0587BD; }
span { border-color: rgb(5,135,189); }
td.TdClassName
{
border-color: #0587BD;
}
.TagClassName
{
border-color: #0587BD;
}
</style>