Shades of Bondi Blue #0498BD
Tints of Bondi Blue #0498BD
RGB
CMYK
RGB Variations
Color information
#0498BD (or 0x0498BD) is known color: Bondi Blue. HEX triplet: 04, 98 and BD. RGB value is (4,152,189). Sum of RGB (Red+Green+Blue) = 4+152+189=345 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.16% from 345); Green value is 152 (59.77% from 255 or 44.06% from 345); Blue value is 189 (74.22% from 255 or 54.78% from 345); Max value from RGB is 189 - color contains mainly: blue. Hex color #0498BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0498BD is #FB6742. Grayscale: #6F6F6F. Windows color (decimal): -16475971 or 12425220. OLE color: 12425220.
HSL color Cylindrical-coordinate representation of color #0498BD: hue angle of 192º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0498BD is Cyan = 0.98, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 4 | 152 | 189 | - |
| CMYK | 0.98 | 0.20 | 0 | 0.26 |
| HSL | 192º | 0.96% | 0.38% | - |
| HSV(B) | 192º | 0.98% | 0.74% | - |
| XYZ | 20.46 | 26.16 | 52.11 | - |
| YUV | 111.97 | 171.47 | 50.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 152 | 189 | 0.98 | 0.20 | 0 | 0.26 | 192 | 0.96 | 0.38 |
| Hex | 4 | 98 | BD | 62 | 14 | 0 | 1A | C0 | 60 | 26 |
| Octal | 4 | 230 | 275 | 142 | 24 | 0 | 32 | 300 | 140 | 46 |
| Binary | 100 | 10011000 | 10111101 | 1100010 | 10100 | 0 | 11010 | 11000000 | 1100000 | 100110 |
Color Harmonies of #0498BD
Complementary color
Monochromatic Colors of #0498BD
Black with #0498BD
Text Example
Text Example
White with #0498BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0498BD; }
p { color: rgb(4,152,189); }
H1.HeaderClassName
{
color: #0498BD;
}
.AnyTagClassName
{
color: #0498BD;
}
</style>
background-color css
<style>
a { background-color: #0498BD; }
a { background-color: rgb(4,152,189); }
div.DivClassName
{
background-color: #0498BD;
}
.BgClassName
{
background-color: #0498BD;
}
</style>
border-color css
<style>
span { border-color: #0498BD; }
span { border-color: rgb(4,152,189); }
td.TdClassName
{
border-color: #0498BD;
}
.TagClassName
{
border-color: #0498BD;
}
</style>