Shades of Bondi Blue #0D84BA
Tints of Bondi Blue #0D84BA
RGB
CMYK
RGB Variations
Color information
#0D84BA (or 0x0D84BA) is known color: Bondi Blue. HEX triplet: 0D, 84 and BA. RGB value is (13,132,186). Sum of RGB (Red+Green+Blue) = 13+132+186=331 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.93% from 331); Green value is 132 (51.95% from 255 or 39.88% from 331); Blue value is 186 (73.05% from 255 or 56.19% from 331); Max value from RGB is 186 - color contains mainly: blue. Hex color #0D84BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0D84BA is #F27B45. Grayscale: #666666. Windows color (decimal): -15891270 or 12223501. OLE color: 12223501.
HSL color Cylindrical-coordinate representation of color #0D84BA: hue angle of 198.73º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D84BA is Cyan = 0.93, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 13 | 132 | 186 | - |
| CMYK | 0.93 | 0.29 | 0 | 0.27 |
| HSL | 198.73º | 0.87% | 0.39% | - |
| HSV(B) | 198.73º | 0.93% | 0.73% | - |
| XYZ | 17.28 | 20.13 | 49.43 | - |
| YUV | 102.58 | 175.08 | 64.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 132 | 186 | 0.93 | 0.29 | 0 | 0.27 | 198.73 | 0.87 | 0.39 |
| Hex | D | 84 | BA | 5D | 1D | 0 | 1B | C7 | 57 | 27 |
| Octal | 15 | 204 | 272 | 135 | 35 | 0 | 33 | 307 | 127 | 47 |
| Binary | 1101 | 10000100 | 10111010 | 1011101 | 11101 | 0 | 11011 | 11000111 | 1010111 | 100111 |
Color Harmonies of #0D84BA
Complementary color
Monochromatic Colors of #0D84BA
Black with #0D84BA
Text Example
Text Example
White with #0D84BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D84BA; }
p { color: rgb(13,132,186); }
H1.HeaderClassName
{
color: #0D84BA;
}
.AnyTagClassName
{
color: #0D84BA;
}
</style>
background-color css
<style>
a { background-color: #0D84BA; }
a { background-color: rgb(13,132,186); }
div.DivClassName
{
background-color: #0D84BA;
}
.BgClassName
{
background-color: #0D84BA;
}
</style>
border-color css
<style>
span { border-color: #0D84BA; }
span { border-color: rgb(13,132,186); }
td.TdClassName
{
border-color: #0D84BA;
}
.TagClassName
{
border-color: #0D84BA;
}
</style>