Shades of Bondi Blue #0485BA
Tints of Bondi Blue #0485BA
RGB
CMYK
RGB Variations
Color information
#0485BA (or 0x0485BA) is known color: Bondi Blue. HEX triplet: 04, 85 and BA. RGB value is (4,133,186). Sum of RGB (Red+Green+Blue) = 4+133+186=323 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.24% from 323); Green value is 133 (52.34% from 255 or 41.18% from 323); Blue value is 186 (73.05% from 255 or 57.59% from 323); Max value from RGB is 186 - color contains mainly: blue. Hex color #0485BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0485BA is #FB7A45. Grayscale: #646464. Windows color (decimal): -16480838 or 12223748. OLE color: 12223748.
HSL color Cylindrical-coordinate representation of color #0485BA: hue angle of 197.47º 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 #0485BA is Cyan = 0.98, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 4 | 133 | 186 | - |
| CMYK | 0.98 | 0.28 | 0 | 0.27 |
| HSL | 197.47º | 0.96% | 0.37% | - |
| HSV(B) | 197.47º | 0.98% | 0.73% | - |
| XYZ | 17.3 | 20.35 | 49.47 | - |
| YUV | 100.47 | 176.26 | 59.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 133 | 186 | 0.98 | 0.28 | 0 | 0.27 | 197.47 | 0.96 | 0.37 |
| Hex | 4 | 85 | BA | 62 | 1C | 0 | 1B | C5 | 60 | 25 |
| Octal | 4 | 205 | 272 | 142 | 34 | 0 | 33 | 305 | 140 | 45 |
| Binary | 100 | 10000101 | 10111010 | 1100010 | 11100 | 0 | 11011 | 11000101 | 1100000 | 100101 |
Color Harmonies of #0485BA
Complementary color
Monochromatic Colors of #0485BA
Black with #0485BA
Text Example
Text Example
White with #0485BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0485BA; }
p { color: rgb(4,133,186); }
H1.HeaderClassName
{
color: #0485BA;
}
.AnyTagClassName
{
color: #0485BA;
}
</style>
background-color css
<style>
a { background-color: #0485BA; }
a { background-color: rgb(4,133,186); }
div.DivClassName
{
background-color: #0485BA;
}
.BgClassName
{
background-color: #0485BA;
}
</style>
border-color css
<style>
span { border-color: #0485BA; }
span { border-color: rgb(4,133,186); }
td.TdClassName
{
border-color: #0485BA;
}
.TagClassName
{
border-color: #0485BA;
}
</style>