Shades of Bondi Blue #048EBA
Tints of Bondi Blue #048EBA
RGB
CMYK
RGB Variations
Color information
#048EBA (or 0x048EBA) is known color: Bondi Blue. HEX triplet: 04, 8E and BA. RGB value is (4,142,186). Sum of RGB (Red+Green+Blue) = 4+142+186=332 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.20% from 332); Green value is 142 (55.86% from 255 or 42.77% from 332); Blue value is 186 (73.05% from 255 or 56.02% from 332); Max value from RGB is 186 - color contains mainly: blue. Hex color #048EBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #048EBA is #FB7145. Grayscale: #696969. Windows color (decimal): -16478534 or 12226052. OLE color: 12226052.
HSL color Cylindrical-coordinate representation of color #048EBA: hue angle of 194.51º 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 #048EBA is Cyan = 0.98, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 4 | 142 | 186 | - |
| CMYK | 0.98 | 0.24 | 0 | 0.27 |
| HSL | 194.51º | 0.96% | 0.37% | - |
| HSV(B) | 194.51º | 0.98% | 0.73% | - |
| XYZ | 18.59 | 22.92 | 49.9 | - |
| YUV | 105.75 | 173.28 | 55.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 142 | 186 | 0.98 | 0.24 | 0 | 0.27 | 194.51 | 0.96 | 0.37 |
| Hex | 4 | 8E | BA | 62 | 18 | 0 | 1B | C3 | 60 | 25 |
| Octal | 4 | 216 | 272 | 142 | 30 | 0 | 33 | 303 | 140 | 45 |
| Binary | 100 | 10001110 | 10111010 | 1100010 | 11000 | 0 | 11011 | 11000011 | 1100000 | 100101 |
Color Harmonies of #048EBA
Complementary color
Monochromatic Colors of #048EBA
Black with #048EBA
Text Example
Text Example
White with #048EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048EBA; }
p { color: rgb(4,142,186); }
H1.HeaderClassName
{
color: #048EBA;
}
.AnyTagClassName
{
color: #048EBA;
}
</style>
background-color css
<style>
a { background-color: #048EBA; }
a { background-color: rgb(4,142,186); }
div.DivClassName
{
background-color: #048EBA;
}
.BgClassName
{
background-color: #048EBA;
}
</style>
border-color css
<style>
span { border-color: #048EBA; }
span { border-color: rgb(4,142,186); }
td.TdClassName
{
border-color: #048EBA;
}
.TagClassName
{
border-color: #048EBA;
}
</style>