Shades of Bondi Blue #048CC0
Tints of Bondi Blue #048CC0
RGB
CMYK
RGB Variations
Color information
#048CC0 (or 0x048CC0) is known color: Bondi Blue. HEX triplet: 04, 8C and C0. RGB value is (4,140,192). Sum of RGB (Red+Green+Blue) = 4+140+192=336 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.19% from 336); Green value is 140 (55.08% from 255 or 41.67% from 336); Blue value is 192 (75.39% from 255 or 57.14% from 336); Max value from RGB is 192 - color contains mainly: blue. Hex color #048CC0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #048CC0 is #FB733F. Grayscale: #686868. Windows color (decimal): -16479040 or 12618756. OLE color: 12618756.
HSL color Cylindrical-coordinate representation of color #048CC0: hue angle of 196.6º 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 #048CC0 is Cyan = 0.98, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 4 | 140 | 192 | - |
| CMYK | 0.98 | 0.27 | 0 | 0.25 |
| HSL | 196.6º | 0.96% | 0.38% | - |
| HSV(B) | 196.6º | 0.98% | 0.75% | - |
| XYZ | 18.94 | 22.59 | 53.23 | - |
| YUV | 105.26 | 176.94 | 55.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 140 | 192 | 0.98 | 0.27 | 0 | 0.25 | 196.6 | 0.96 | 0.38 |
| Hex | 4 | 8C | C0 | 62 | 1B | 0 | 19 | C5 | 60 | 26 |
| Octal | 4 | 214 | 300 | 142 | 33 | 0 | 31 | 305 | 140 | 46 |
| Binary | 100 | 10001100 | 11000000 | 1100010 | 11011 | 0 | 11001 | 11000101 | 1100000 | 100110 |
Color Harmonies of #048CC0
Complementary color
Monochromatic Colors of #048CC0
Black with #048CC0
Text Example
Text Example
White with #048CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048CC0; }
p { color: rgb(4,140,192); }
H1.HeaderClassName
{
color: #048CC0;
}
.AnyTagClassName
{
color: #048CC0;
}
</style>
background-color css
<style>
a { background-color: #048CC0; }
a { background-color: rgb(4,140,192); }
div.DivClassName
{
background-color: #048CC0;
}
.BgClassName
{
background-color: #048CC0;
}
</style>
border-color css
<style>
span { border-color: #048CC0; }
span { border-color: rgb(4,140,192); }
td.TdClassName
{
border-color: #048CC0;
}
.TagClassName
{
border-color: #048CC0;
}
</style>