Shades of Bondi Blue #0F85BD
Tints of Bondi Blue #0F85BD
RGB
CMYK
RGB Variations
Color information
#0F85BD (or 0x0F85BD) is known color: Bondi Blue. HEX triplet: 0F, 85 and BD. RGB value is (15,133,189). Sum of RGB (Red+Green+Blue) = 15+133+189=337 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.45% from 337); Green value is 133 (52.34% from 255 or 39.47% from 337); Blue value is 189 (74.22% from 255 or 56.08% from 337); Max value from RGB is 189 - color contains mainly: blue. Hex color #0F85BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0F85BD is #F07A42. Grayscale: #676767. Windows color (decimal): -15759939 or 12420367. OLE color: 12420367.
HSL color Cylindrical-coordinate representation of color #0F85BD: hue angle of 199.31º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F85BD is Cyan = 0.92, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 15 | 133 | 189 | - |
| CMYK | 0.92 | 0.30 | 0 | 0.26 |
| HSL | 199.31º | 0.85% | 0.4% | - |
| HSV(B) | 199.31º | 0.92% | 0.74% | - |
| XYZ | 17.77 | 20.55 | 51.17 | - |
| YUV | 104.1 | 175.91 | 64.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 133 | 189 | 0.92 | 0.30 | 0 | 0.26 | 199.31 | 0.85 | 0.4 |
| Hex | F | 85 | BD | 5C | 1E | 0 | 1A | C7 | 55 | 28 |
| Octal | 17 | 205 | 275 | 134 | 36 | 0 | 32 | 307 | 125 | 50 |
| Binary | 1111 | 10000101 | 10111101 | 1011100 | 11110 | 0 | 11010 | 11000111 | 1010101 | 101000 |
Color Harmonies of #0F85BD
Complementary color
Monochromatic Colors of #0F85BD
Black with #0F85BD
Text Example
Text Example
White with #0F85BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F85BD; }
p { color: rgb(15,133,189); }
H1.HeaderClassName
{
color: #0F85BD;
}
.AnyTagClassName
{
color: #0F85BD;
}
</style>
background-color css
<style>
a { background-color: #0F85BD; }
a { background-color: rgb(15,133,189); }
div.DivClassName
{
background-color: #0F85BD;
}
.BgClassName
{
background-color: #0F85BD;
}
</style>
border-color css
<style>
span { border-color: #0F85BD; }
span { border-color: rgb(15,133,189); }
td.TdClassName
{
border-color: #0F85BD;
}
.TagClassName
{
border-color: #0F85BD;
}
</style>