Shades of Bondi Blue #048CB8
Tints of Bondi Blue #048CB8
RGB
CMYK
RGB Variations
Color information
#048CB8 (or 0x048CB8) is known color: Bondi Blue. HEX triplet: 04, 8C and B8. RGB value is (4,140,184). Sum of RGB (Red+Green+Blue) = 4+140+184=328 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.22% from 328); Green value is 140 (55.08% from 255 or 42.68% from 328); Blue value is 184 (72.27% from 255 or 56.10% from 328); Max value from RGB is 184 - color contains mainly: blue. Hex color #048CB8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #048CB8 is #FB7347. Grayscale: #686868. Windows color (decimal): -16479048 or 12094468. OLE color: 12094468.
HSL color Cylindrical-coordinate representation of color #048CB8: hue angle of 194.67º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #048CB8 is Cyan = 0.98, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 4 | 140 | 184 | - |
| CMYK | 0.98 | 0.24 | 0 | 0.28 |
| HSL | 194.67º | 0.96% | 0.37% | - |
| HSV(B) | 194.67º | 0.98% | 0.72% | - |
| XYZ | 18.08 | 22.24 | 48.69 | - |
| YUV | 104.35 | 172.94 | 56.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 140 | 184 | 0.98 | 0.24 | 0 | 0.28 | 194.67 | 0.96 | 0.37 |
| Hex | 4 | 8C | B8 | 62 | 18 | 0 | 1C | C3 | 60 | 25 |
| Octal | 4 | 214 | 270 | 142 | 30 | 0 | 34 | 303 | 140 | 45 |
| Binary | 100 | 10001100 | 10111000 | 1100010 | 11000 | 0 | 11100 | 11000011 | 1100000 | 100101 |
Color Harmonies of #048CB8
Complementary color
Monochromatic Colors of #048CB8
Black with #048CB8
Text Example
Text Example
White with #048CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048CB8; }
p { color: rgb(4,140,184); }
H1.HeaderClassName
{
color: #048CB8;
}
.AnyTagClassName
{
color: #048CB8;
}
</style>
background-color css
<style>
a { background-color: #048CB8; }
a { background-color: rgb(4,140,184); }
div.DivClassName
{
background-color: #048CB8;
}
.BgClassName
{
background-color: #048CB8;
}
</style>
border-color css
<style>
span { border-color: #048CB8; }
span { border-color: rgb(4,140,184); }
td.TdClassName
{
border-color: #048CB8;
}
.TagClassName
{
border-color: #048CB8;
}
</style>