Shades of Bondi Blue #048BBE
Tints of Bondi Blue #048BBE
RGB
CMYK
RGB Variations
Color information
#048BBE (or 0x048BBE) is known color: Bondi Blue. HEX triplet: 04, 8B and BE. RGB value is (4,139,190). Sum of RGB (Red+Green+Blue) = 4+139+190=333 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.20% from 333); Green value is 139 (54.69% from 255 or 41.74% from 333); Blue value is 190 (74.61% from 255 or 57.06% from 333); Max value from RGB is 190 - color contains mainly: blue. Hex color #048BBE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #048BBE is #FB7441. Grayscale: #686868. Windows color (decimal): -16479298 or 12487428. OLE color: 12487428.
HSL color Cylindrical-coordinate representation of color #048BBE: hue angle of 196.45º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #048BBE is Cyan = 0.98, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 4 | 139 | 190 | - |
| CMYK | 0.98 | 0.27 | 0 | 0.25 |
| HSL | 196.45º | 0.96% | 0.38% | - |
| HSV(B) | 196.45º | 0.98% | 0.75% | - |
| XYZ | 18.58 | 22.21 | 52.02 | - |
| YUV | 104.45 | 176.27 | 56.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 139 | 190 | 0.98 | 0.27 | 0 | 0.25 | 196.45 | 0.96 | 0.38 |
| Hex | 4 | 8B | BE | 62 | 1B | 0 | 19 | C4 | 60 | 26 |
| Octal | 4 | 213 | 276 | 142 | 33 | 0 | 31 | 304 | 140 | 46 |
| Binary | 100 | 10001011 | 10111110 | 1100010 | 11011 | 0 | 11001 | 11000100 | 1100000 | 100110 |
Color Harmonies of #048BBE
Complementary color
Monochromatic Colors of #048BBE
Black with #048BBE
Text Example
Text Example
White with #048BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048BBE; }
p { color: rgb(4,139,190); }
H1.HeaderClassName
{
color: #048BBE;
}
.AnyTagClassName
{
color: #048BBE;
}
</style>
background-color css
<style>
a { background-color: #048BBE; }
a { background-color: rgb(4,139,190); }
div.DivClassName
{
background-color: #048BBE;
}
.BgClassName
{
background-color: #048BBE;
}
</style>
border-color css
<style>
span { border-color: #048BBE; }
span { border-color: rgb(4,139,190); }
td.TdClassName
{
border-color: #048BBE;
}
.TagClassName
{
border-color: #048BBE;
}
</style>