Shades of Bondi Blue #0584BC
Tints of Bondi Blue #0584BC
RGB
CMYK
RGB Variations
Color information
#0584BC (or 0x0584BC) is known color: Bondi Blue. HEX triplet: 05, 84 and BC. RGB value is (5,132,188). Sum of RGB (Red+Green+Blue) = 5+132+188=325 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.54% from 325); Green value is 132 (51.95% from 255 or 40.62% from 325); Blue value is 188 (73.83% from 255 or 57.85% from 325); Max value from RGB is 188 - color contains mainly: blue. Hex color #0584BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0584BC is #FA7B43. Grayscale: #646464. Windows color (decimal): -16415556 or 12354565. OLE color: 12354565.
HSL color Cylindrical-coordinate representation of color #0584BC: hue angle of 198.36º 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 #0584BC is Cyan = 0.97, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 5 | 132 | 188 | - |
| CMYK | 0.97 | 0.30 | 0 | 0.26 |
| HSL | 198.36º | 0.95% | 0.38% | - |
| HSV(B) | 198.36º | 0.97% | 0.74% | - |
| XYZ | 17.39 | 20.17 | 50.55 | - |
| YUV | 100.41 | 177.42 | 59.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 132 | 188 | 0.97 | 0.30 | 0 | 0.26 | 198.36 | 0.95 | 0.38 |
| Hex | 5 | 84 | BC | 61 | 1E | 0 | 1A | C6 | 5F | 26 |
| Octal | 5 | 204 | 274 | 141 | 36 | 0 | 32 | 306 | 137 | 46 |
| Binary | 101 | 10000100 | 10111100 | 1100001 | 11110 | 0 | 11010 | 11000110 | 1011111 | 100110 |
Color Harmonies of #0584BC
Complementary color
Monochromatic Colors of #0584BC
Black with #0584BC
Text Example
Text Example
White with #0584BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0584BC; }
p { color: rgb(5,132,188); }
H1.HeaderClassName
{
color: #0584BC;
}
.AnyTagClassName
{
color: #0584BC;
}
</style>
background-color css
<style>
a { background-color: #0584BC; }
a { background-color: rgb(5,132,188); }
div.DivClassName
{
background-color: #0584BC;
}
.BgClassName
{
background-color: #0584BC;
}
</style>
border-color css
<style>
span { border-color: #0584BC; }
span { border-color: rgb(5,132,188); }
td.TdClassName
{
border-color: #0584BC;
}
.TagClassName
{
border-color: #0584BC;
}
</style>