Shades of Bondi Blue #0487BC
Tints of Bondi Blue #0487BC
RGB
CMYK
RGB Variations
Color information
#0487BC (or 0x0487BC) is known color: Bondi Blue. HEX triplet: 04, 87 and BC. RGB value is (4,135,188). Sum of RGB (Red+Green+Blue) = 4+135+188=327 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.22% from 327); Green value is 135 (53.12% from 255 or 41.28% from 327); Blue value is 188 (73.83% from 255 or 57.49% from 327); Max value from RGB is 188 - color contains mainly: blue. Hex color #0487BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0487BC is #FB7843. Grayscale: #656565. Windows color (decimal): -16480324 or 12355332. OLE color: 12355332.
HSL color Cylindrical-coordinate representation of color #0487BC: hue angle of 197.28º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0487BC is Cyan = 0.98, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 4 | 135 | 188 | - |
| CMYK | 0.98 | 0.28 | 0 | 0.26 |
| HSL | 197.28º | 0.96% | 0.38% | - |
| HSV(B) | 197.28º | 0.98% | 0.74% | - |
| XYZ | 17.79 | 20.98 | 50.69 | - |
| YUV | 101.87 | 176.6 | 58.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 135 | 188 | 0.98 | 0.28 | 0 | 0.26 | 197.28 | 0.96 | 0.38 |
| Hex | 4 | 87 | BC | 62 | 1C | 0 | 1A | C5 | 60 | 26 |
| Octal | 4 | 207 | 274 | 142 | 34 | 0 | 32 | 305 | 140 | 46 |
| Binary | 100 | 10000111 | 10111100 | 1100010 | 11100 | 0 | 11010 | 11000101 | 1100000 | 100110 |
Color Harmonies of #0487BC
Complementary color
Monochromatic Colors of #0487BC
Black with #0487BC
Text Example
Text Example
White with #0487BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0487BC; }
p { color: rgb(4,135,188); }
H1.HeaderClassName
{
color: #0487BC;
}
.AnyTagClassName
{
color: #0487BC;
}
</style>
background-color css
<style>
a { background-color: #0487BC; }
a { background-color: rgb(4,135,188); }
div.DivClassName
{
background-color: #0487BC;
}
.BgClassName
{
background-color: #0487BC;
}
</style>
border-color css
<style>
span { border-color: #0487BC; }
span { border-color: rgb(4,135,188); }
td.TdClassName
{
border-color: #0487BC;
}
.TagClassName
{
border-color: #0487BC;
}
</style>