Shades of Bondi Blue #048DBB
Tints of Bondi Blue #048DBB
RGB
CMYK
RGB Variations
Color information
#048DBB (or 0x048DBB) is known color: Bondi Blue. HEX triplet: 04, 8D and BB. RGB value is (4,141,187). Sum of RGB (Red+Green+Blue) = 4+141+187=332 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.20% from 332); Green value is 141 (55.47% from 255 or 42.47% from 332); Blue value is 187 (73.44% from 255 or 56.33% from 332); Max value from RGB is 187 - color contains mainly: blue. Hex color #048DBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #048DBB is #FB7244. Grayscale: #686868. Windows color (decimal): -16478789 or 12291332. OLE color: 12291332.
HSL color Cylindrical-coordinate representation of color #048DBB: hue angle of 195.08º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #048DBB is Cyan = 0.98, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 4 | 141 | 187 | - |
| CMYK | 0.98 | 0.25 | 0 | 0.27 |
| HSL | 195.08º | 0.96% | 0.37% | - |
| HSV(B) | 195.08º | 0.98% | 0.73% | - |
| XYZ | 18.54 | 22.66 | 50.41 | - |
| YUV | 105.28 | 174.11 | 55.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 141 | 187 | 0.98 | 0.25 | 0 | 0.27 | 195.08 | 0.96 | 0.37 |
| Hex | 4 | 8D | BB | 62 | 19 | 0 | 1B | C3 | 60 | 25 |
| Octal | 4 | 215 | 273 | 142 | 31 | 0 | 33 | 303 | 140 | 45 |
| Binary | 100 | 10001101 | 10111011 | 1100010 | 11001 | 0 | 11011 | 11000011 | 1100000 | 100101 |
Color Harmonies of #048DBB
Complementary color
Monochromatic Colors of #048DBB
Black with #048DBB
Text Example
Text Example
White with #048DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048DBB; }
p { color: rgb(4,141,187); }
H1.HeaderClassName
{
color: #048DBB;
}
.AnyTagClassName
{
color: #048DBB;
}
</style>
background-color css
<style>
a { background-color: #048DBB; }
a { background-color: rgb(4,141,187); }
div.DivClassName
{
background-color: #048DBB;
}
.BgClassName
{
background-color: #048DBB;
}
</style>
border-color css
<style>
span { border-color: #048DBB; }
span { border-color: rgb(4,141,187); }
td.TdClassName
{
border-color: #048DBB;
}
.TagClassName
{
border-color: #048DBB;
}
</style>