Shades of Bondi Blue #0484BC
Tints of Bondi Blue #0484BC
RGB
CMYK
RGB Variations
Color information
#0484BC (or 0x0484BC) is known color: Bondi Blue. HEX triplet: 04, 84 and BC. RGB value is (4,132,188). Sum of RGB (Red+Green+Blue) = 4+132+188=324 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.23% from 324); Green value is 132 (51.95% from 255 or 40.74% from 324); Blue value is 188 (73.83% from 255 or 58.02% from 324); Max value from RGB is 188 - color contains mainly: blue. Hex color #0484BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0484BC is #FB7B43. Grayscale: #636363. Windows color (decimal): -16481092 or 12354564. OLE color: 12354564.
HSL color Cylindrical-coordinate representation of color #0484BC: hue angle of 198.26º 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 #0484BC is Cyan = 0.98, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 4 | 132 | 188 | - |
| CMYK | 0.98 | 0.30 | 0 | 0.26 |
| HSL | 198.26º | 0.96% | 0.38% | - |
| HSV(B) | 198.26º | 0.98% | 0.74% | - |
| XYZ | 17.38 | 20.16 | 50.55 | - |
| YUV | 100.11 | 177.59 | 59.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 132 | 188 | 0.98 | 0.30 | 0 | 0.26 | 198.26 | 0.96 | 0.38 |
| Hex | 4 | 84 | BC | 62 | 1E | 0 | 1A | C6 | 60 | 26 |
| Octal | 4 | 204 | 274 | 142 | 36 | 0 | 32 | 306 | 140 | 46 |
| Binary | 100 | 10000100 | 10111100 | 1100010 | 11110 | 0 | 11010 | 11000110 | 1100000 | 100110 |
Color Harmonies of #0484BC
Complementary color
Monochromatic Colors of #0484BC
Black with #0484BC
Text Example
Text Example
White with #0484BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0484BC; }
p { color: rgb(4,132,188); }
H1.HeaderClassName
{
color: #0484BC;
}
.AnyTagClassName
{
color: #0484BC;
}
</style>
background-color css
<style>
a { background-color: #0484BC; }
a { background-color: rgb(4,132,188); }
div.DivClassName
{
background-color: #0484BC;
}
.BgClassName
{
background-color: #0484BC;
}
</style>
border-color css
<style>
span { border-color: #0484BC; }
span { border-color: rgb(4,132,188); }
td.TdClassName
{
border-color: #0484BC;
}
.TagClassName
{
border-color: #0484BC;
}
</style>