Shades of Bondi Blue #0498BA
Tints of Bondi Blue #0498BA
RGB
CMYK
RGB Variations
Color information
#0498BA (or 0x0498BA) is known color: Bondi Blue. HEX triplet: 04, 98 and BA. RGB value is (4,152,186). Sum of RGB (Red+Green+Blue) = 4+152+186=342 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.17% from 342); Green value is 152 (59.77% from 255 or 44.44% from 342); Blue value is 186 (73.05% from 255 or 54.39% from 342); Max value from RGB is 186 - color contains mainly: blue. Hex color #0498BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0498BA is #FB6745. Grayscale: #6F6F6F. Windows color (decimal): -16475974 or 12228612. OLE color: 12228612.
HSL color Cylindrical-coordinate representation of color #0498BA: hue angle of 191.21º 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 #0498BA is Cyan = 0.98, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 4 | 152 | 186 | - |
| CMYK | 0.98 | 0.18 | 0 | 0.27 |
| HSL | 191.21º | 0.96% | 0.37% | - |
| HSV(B) | 191.21º | 0.98% | 0.73% | - |
| XYZ | 20.14 | 26.03 | 50.42 | - |
| YUV | 111.62 | 169.97 | 51.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 152 | 186 | 0.98 | 0.18 | 0 | 0.27 | 191.21 | 0.96 | 0.37 |
| Hex | 4 | 98 | BA | 62 | 12 | 0 | 1B | BF | 60 | 25 |
| Octal | 4 | 230 | 272 | 142 | 22 | 0 | 33 | 277 | 140 | 45 |
| Binary | 100 | 10011000 | 10111010 | 1100010 | 10010 | 0 | 11011 | 10111111 | 1100000 | 100101 |
Color Harmonies of #0498BA
Complementary color
Monochromatic Colors of #0498BA
Black with #0498BA
Text Example
Text Example
White with #0498BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0498BA; }
p { color: rgb(4,152,186); }
H1.HeaderClassName
{
color: #0498BA;
}
.AnyTagClassName
{
color: #0498BA;
}
</style>
background-color css
<style>
a { background-color: #0498BA; }
a { background-color: rgb(4,152,186); }
div.DivClassName
{
background-color: #0498BA;
}
.BgClassName
{
background-color: #0498BA;
}
</style>
border-color css
<style>
span { border-color: #0498BA; }
span { border-color: rgb(4,152,186); }
td.TdClassName
{
border-color: #0498BA;
}
.TagClassName
{
border-color: #0498BA;
}
</style>