Shades of Bondi Blue #0488B1
Tints of Bondi Blue #0488B1
RGB
CMYK
RGB Variations
Color information
#0488B1 (or 0x0488B1) is known color: Bondi Blue. HEX triplet: 04, 88 and B1. RGB value is (4,136,177). Sum of RGB (Red+Green+Blue) = 4+136+177=317 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.26% from 317); Green value is 136 (53.52% from 255 or 42.90% from 317); Blue value is 177 (69.53% from 255 or 55.84% from 317); Max value from RGB is 177 - color contains mainly: blue. Hex color #0488B1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0488B1 is #FB774E. Grayscale: #646464. Windows color (decimal): -16480079 or 11634692. OLE color: 11634692.
HSL color Cylindrical-coordinate representation of color #0488B1: hue angle of 194.22º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0488B1 is Cyan = 0.98, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 4 | 136 | 177 | - |
| CMYK | 0.98 | 0.23 | 0 | 0.31 |
| HSL | 194.22º | 0.96% | 0.35% | - |
| HSV(B) | 194.22º | 0.98% | 0.69% | - |
| XYZ | 16.79 | 20.81 | 44.73 | - |
| YUV | 101.21 | 170.77 | 58.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 136 | 177 | 0.98 | 0.23 | 0 | 0.31 | 194.22 | 0.96 | 0.35 |
| Hex | 4 | 88 | B1 | 62 | 17 | 0 | 1F | C2 | 60 | 23 |
| Octal | 4 | 210 | 261 | 142 | 27 | 0 | 37 | 302 | 140 | 43 |
| Binary | 100 | 10001000 | 10110001 | 1100010 | 10111 | 0 | 11111 | 11000010 | 1100000 | 100011 |
Color Harmonies of #0488B1
Complementary color
Monochromatic Colors of #0488B1
Black with #0488B1
Text Example
Text Example
White with #0488B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0488B1; }
p { color: rgb(4,136,177); }
H1.HeaderClassName
{
color: #0488B1;
}
.AnyTagClassName
{
color: #0488B1;
}
</style>
background-color css
<style>
a { background-color: #0488B1; }
a { background-color: rgb(4,136,177); }
div.DivClassName
{
background-color: #0488B1;
}
.BgClassName
{
background-color: #0488B1;
}
</style>
border-color css
<style>
span { border-color: #0488B1; }
span { border-color: rgb(4,136,177); }
td.TdClassName
{
border-color: #0488B1;
}
.TagClassName
{
border-color: #0488B1;
}
</style>