Shades of Bondi Blue #0482BD
Tints of Bondi Blue #0482BD
RGB
CMYK
RGB Variations
Color information
#0482BD (or 0x0482BD) is known color: Bondi Blue. HEX triplet: 04, 82 and BD. RGB value is (4,130,189). Sum of RGB (Red+Green+Blue) = 4+130+189=323 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.24% from 323); Green value is 130 (51.17% from 255 or 40.25% from 323); Blue value is 189 (74.22% from 255 or 58.51% from 323); Max value from RGB is 189 - color contains mainly: blue. Hex color #0482BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0482BD is #FB7D42. Grayscale: #626262. Windows color (decimal): -16481603 or 12419588. OLE color: 12419588.
HSL color Cylindrical-coordinate representation of color #0482BD: hue angle of 199.14º 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 #0482BD is Cyan = 0.98, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 4 | 130 | 189 | - |
| CMYK | 0.98 | 0.31 | 0 | 0.26 |
| HSL | 199.14º | 0.96% | 0.38% | - |
| HSV(B) | 199.14º | 0.98% | 0.74% | - |
| XYZ | 17.22 | 19.67 | 51.03 | - |
| YUV | 99.05 | 178.76 | 60.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 130 | 189 | 0.98 | 0.31 | 0 | 0.26 | 199.14 | 0.96 | 0.38 |
| Hex | 4 | 82 | BD | 62 | 1F | 0 | 1A | C7 | 60 | 26 |
| Octal | 4 | 202 | 275 | 142 | 37 | 0 | 32 | 307 | 140 | 46 |
| Binary | 100 | 10000010 | 10111101 | 1100010 | 11111 | 0 | 11010 | 11000111 | 1100000 | 100110 |
Color Harmonies of #0482BD
Complementary color
Monochromatic Colors of #0482BD
Black with #0482BD
Text Example
Text Example
White with #0482BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0482BD; }
p { color: rgb(4,130,189); }
H1.HeaderClassName
{
color: #0482BD;
}
.AnyTagClassName
{
color: #0482BD;
}
</style>
background-color css
<style>
a { background-color: #0482BD; }
a { background-color: rgb(4,130,189); }
div.DivClassName
{
background-color: #0482BD;
}
.BgClassName
{
background-color: #0482BD;
}
</style>
border-color css
<style>
span { border-color: #0482BD; }
span { border-color: rgb(4,130,189); }
td.TdClassName
{
border-color: #0482BD;
}
.TagClassName
{
border-color: #0482BD;
}
</style>