Shades of Bondi Blue #0785BE
Tints of Bondi Blue #0785BE
RGB
CMYK
RGB Variations
Color information
#0785BE (or 0x0785BE) is known color: Bondi Blue. HEX triplet: 07, 85 and BE. RGB value is (7,133,190). Sum of RGB (Red+Green+Blue) = 7+133+190=330 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.12% from 330); Green value is 133 (52.34% from 255 or 40.30% from 330); Blue value is 190 (74.61% from 255 or 57.58% from 330); Max value from RGB is 190 - color contains mainly: blue. Hex color #0785BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0785BE is #F87A41. Grayscale: #656565. Windows color (decimal): -16284226 or 12485895. OLE color: 12485895.
HSL color Cylindrical-coordinate representation of color #0785BE: hue angle of 198.69º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0785BE is Cyan = 0.96, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 7 | 133 | 190 | - |
| CMYK | 0.96 | 0.3 | 0 | 0.25 |
| HSL | 198.69º | 0.93% | 0.39% | - |
| HSV(B) | 198.69º | 0.96% | 0.75% | - |
| XYZ | 17.77 | 20.54 | 51.74 | - |
| YUV | 101.82 | 177.76 | 60.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 133 | 190 | 0.96 | 0.3 | 0 | 0.25 | 198.69 | 0.93 | 0.39 |
| Hex | 7 | 85 | BE | 60 | 1E | 0 | 19 | C7 | 5D | 27 |
| Octal | 7 | 205 | 276 | 140 | 36 | 0 | 31 | 307 | 135 | 47 |
| Binary | 111 | 10000101 | 10111110 | 1100000 | 11110 | 0 | 11001 | 11000111 | 1011101 | 100111 |
Color Harmonies of #0785BE
Complementary color
Monochromatic Colors of #0785BE
Black with #0785BE
Text Example
Text Example
White with #0785BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0785BE; }
p { color: rgb(7,133,190); }
H1.HeaderClassName
{
color: #0785BE;
}
.AnyTagClassName
{
color: #0785BE;
}
</style>
background-color css
<style>
a { background-color: #0785BE; }
a { background-color: rgb(7,133,190); }
div.DivClassName
{
background-color: #0785BE;
}
.BgClassName
{
background-color: #0785BE;
}
</style>
border-color css
<style>
span { border-color: #0785BE; }
span { border-color: rgb(7,133,190); }
td.TdClassName
{
border-color: #0785BE;
}
.TagClassName
{
border-color: #0785BE;
}
</style>