Shades of Bondi Blue #048FB3
Tints of Bondi Blue #048FB3
RGB
CMYK
RGB Variations
Color information
#048FB3 (or 0x048FB3) is known color: Bondi Blue. HEX triplet: 04, 8F and B3. RGB value is (4,143,179). Sum of RGB (Red+Green+Blue) = 4+143+179=326 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.23% from 326); Green value is 143 (56.25% from 255 or 43.87% from 326); Blue value is 179 (70.31% from 255 or 54.91% from 326); Max value from RGB is 179 - color contains mainly: blue. Hex color #048FB3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #048FB3 is #FB704C. Grayscale: #696969. Windows color (decimal): -16478285 or 11767556. OLE color: 11767556.
HSL color Cylindrical-coordinate representation of color #048FB3: hue angle of 192.34º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #048FB3 is Cyan = 0.98, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 4 | 143 | 179 | - |
| CMYK | 0.98 | 0.20 | 0 | 0.30 |
| HSL | 192.34º | 0.96% | 0.36% | - |
| HSV(B) | 192.34º | 0.98% | 0.7% | - |
| XYZ | 18.01 | 22.93 | 46.12 | - |
| YUV | 105.54 | 169.45 | 55.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 143 | 179 | 0.98 | 0.20 | 0 | 0.30 | 192.34 | 0.96 | 0.36 |
| Hex | 4 | 8F | B3 | 62 | 14 | 0 | 1E | C0 | 60 | 24 |
| Octal | 4 | 217 | 263 | 142 | 24 | 0 | 36 | 300 | 140 | 44 |
| Binary | 100 | 10001111 | 10110011 | 1100010 | 10100 | 0 | 11110 | 11000000 | 1100000 | 100100 |
Color Harmonies of #048FB3
Complementary color
Monochromatic Colors of #048FB3
Black with #048FB3
Text Example
Text Example
White with #048FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048FB3; }
p { color: rgb(4,143,179); }
H1.HeaderClassName
{
color: #048FB3;
}
.AnyTagClassName
{
color: #048FB3;
}
</style>
background-color css
<style>
a { background-color: #048FB3; }
a { background-color: rgb(4,143,179); }
div.DivClassName
{
background-color: #048FB3;
}
.BgClassName
{
background-color: #048FB3;
}
</style>
border-color css
<style>
span { border-color: #048FB3; }
span { border-color: rgb(4,143,179); }
td.TdClassName
{
border-color: #048FB3;
}
.TagClassName
{
border-color: #048FB3;
}
</style>