Shades of Bondi Blue #039DB4
Tints of Bondi Blue #039DB4
RGB
CMYK
RGB Variations
Color information
#039DB4 (or 0x039DB4) is known color: Bondi Blue. HEX triplet: 03, 9D and B4. RGB value is (3,157,180). Sum of RGB (Red+Green+Blue) = 3+157+180=340 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.88% from 340); Green value is 157 (61.72% from 255 or 46.18% from 340); Blue value is 180 (70.70% from 255 or 52.94% from 340); Max value from RGB is 180 - color contains mainly: blue. Hex color #039DB4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #039DB4 is #FC624B. Grayscale: #717171. Windows color (decimal): -16540236 or 11836675. OLE color: 11836675.
HSL color Cylindrical-coordinate representation of color #039DB4: hue angle of 187.8º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #039DB4 is Cyan = 0.98, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 3 | 157 | 180 | - |
| CMYK | 0.98 | 0.13 | 0 | 0.29 |
| HSL | 187.8º | 0.97% | 0.36% | - |
| HSV(B) | 187.8º | 0.98% | 0.71% | - |
| XYZ | 20.33 | 27.43 | 47.4 | - |
| YUV | 113.58 | 165.48 | 49.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 157 | 180 | 0.98 | 0.13 | 0 | 0.29 | 187.8 | 0.97 | 0.36 |
| Hex | 3 | 9D | B4 | 62 | D | 0 | 1D | BC | 61 | 24 |
| Octal | 3 | 235 | 264 | 142 | 15 | 0 | 35 | 274 | 141 | 44 |
| Binary | 11 | 10011101 | 10110100 | 1100010 | 1101 | 0 | 11101 | 10111100 | 1100001 | 100100 |
Color Harmonies of #039DB4
Complementary color
Monochromatic Colors of #039DB4
Black with #039DB4
Text Example
Text Example
White with #039DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039DB4; }
p { color: rgb(3,157,180); }
H1.HeaderClassName
{
color: #039DB4;
}
.AnyTagClassName
{
color: #039DB4;
}
</style>
background-color css
<style>
a { background-color: #039DB4; }
a { background-color: rgb(3,157,180); }
div.DivClassName
{
background-color: #039DB4;
}
.BgClassName
{
background-color: #039DB4;
}
</style>
border-color css
<style>
span { border-color: #039DB4; }
span { border-color: rgb(3,157,180); }
td.TdClassName
{
border-color: #039DB4;
}
.TagClassName
{
border-color: #039DB4;
}
</style>