Shades of Bondi Blue #048EC0
Tints of Bondi Blue #048EC0
RGB
CMYK
RGB Variations
Color information
#048EC0 (or 0x048EC0) is known color: Bondi Blue. HEX triplet: 04, 8E and C0. RGB value is (4,142,192). Sum of RGB (Red+Green+Blue) = 4+142+192=338 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.18% from 338); Green value is 142 (55.86% from 255 or 42.01% from 338); Blue value is 192 (75.39% from 255 or 56.80% from 338); Max value from RGB is 192 - color contains mainly: blue. Hex color #048EC0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #048EC0 is #FB713F. Grayscale: #6A6A6A. Windows color (decimal): -16478528 or 12619268. OLE color: 12619268.
HSL color Cylindrical-coordinate representation of color #048EC0: hue angle of 195.96º 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 #048EC0 is Cyan = 0.98, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 4 | 142 | 192 | - |
| CMYK | 0.98 | 0.26 | 0 | 0.25 |
| HSL | 195.96º | 0.96% | 0.38% | - |
| HSV(B) | 195.96º | 0.98% | 0.75% | - |
| XYZ | 19.24 | 23.18 | 53.33 | - |
| YUV | 106.44 | 176.28 | 54.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 142 | 192 | 0.98 | 0.26 | 0 | 0.25 | 195.96 | 0.96 | 0.38 |
| Hex | 4 | 8E | C0 | 62 | 1A | 0 | 19 | C4 | 60 | 26 |
| Octal | 4 | 216 | 300 | 142 | 32 | 0 | 31 | 304 | 140 | 46 |
| Binary | 100 | 10001110 | 11000000 | 1100010 | 11010 | 0 | 11001 | 11000100 | 1100000 | 100110 |
Color Harmonies of #048EC0
Complementary color
Monochromatic Colors of #048EC0
Black with #048EC0
Text Example
Text Example
White with #048EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048EC0; }
p { color: rgb(4,142,192); }
H1.HeaderClassName
{
color: #048EC0;
}
.AnyTagClassName
{
color: #048EC0;
}
</style>
background-color css
<style>
a { background-color: #048EC0; }
a { background-color: rgb(4,142,192); }
div.DivClassName
{
background-color: #048EC0;
}
.BgClassName
{
background-color: #048EC0;
}
</style>
border-color css
<style>
span { border-color: #048EC0; }
span { border-color: rgb(4,142,192); }
td.TdClassName
{
border-color: #048EC0;
}
.TagClassName
{
border-color: #048EC0;
}
</style>