Shades of Bondi Blue #0587BC
Tints of Bondi Blue #0587BC
RGB
CMYK
RGB Variations
Color information
#0587BC (or 0x0587BC) is known color: Bondi Blue. HEX triplet: 05, 87 and BC. RGB value is (5,135,188). Sum of RGB (Red+Green+Blue) = 5+135+188=328 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.52% from 328); Green value is 135 (53.12% from 255 or 41.16% from 328); Blue value is 188 (73.83% from 255 or 57.32% from 328); Max value from RGB is 188 - color contains mainly: blue. Hex color #0587BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0587BC is #FA7843. Grayscale: #656565. Windows color (decimal): -16414788 or 12355333. OLE color: 12355333.
HSL color Cylindrical-coordinate representation of color #0587BC: hue angle of 197.38º 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 #0587BC is Cyan = 0.97, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 5 | 135 | 188 | - |
| CMYK | 0.97 | 0.28 | 0 | 0.26 |
| HSL | 197.38º | 0.95% | 0.38% | - |
| HSV(B) | 197.38º | 0.97% | 0.74% | - |
| XYZ | 17.8 | 20.99 | 50.69 | - |
| YUV | 102.17 | 176.43 | 58.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 135 | 188 | 0.97 | 0.28 | 0 | 0.26 | 197.38 | 0.95 | 0.38 |
| Hex | 5 | 87 | BC | 61 | 1C | 0 | 1A | C5 | 5F | 26 |
| Octal | 5 | 207 | 274 | 141 | 34 | 0 | 32 | 305 | 137 | 46 |
| Binary | 101 | 10000111 | 10111100 | 1100001 | 11100 | 0 | 11010 | 11000101 | 1011111 | 100110 |
Color Harmonies of #0587BC
Complementary color
Monochromatic Colors of #0587BC
Black with #0587BC
Text Example
Text Example
White with #0587BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0587BC; }
p { color: rgb(5,135,188); }
H1.HeaderClassName
{
color: #0587BC;
}
.AnyTagClassName
{
color: #0587BC;
}
</style>
background-color css
<style>
a { background-color: #0587BC; }
a { background-color: rgb(5,135,188); }
div.DivClassName
{
background-color: #0587BC;
}
.BgClassName
{
background-color: #0587BC;
}
</style>
border-color css
<style>
span { border-color: #0587BC; }
span { border-color: rgb(5,135,188); }
td.TdClassName
{
border-color: #0587BC;
}
.TagClassName
{
border-color: #0587BC;
}
</style>