Shades of Bondi Blue #0782BE
Tints of Bondi Blue #0782BE
RGB
CMYK
RGB Variations
Color information
#0782BE (or 0x0782BE) is known color: Bondi Blue. HEX triplet: 07, 82 and BE. RGB value is (7,130,190). Sum of RGB (Red+Green+Blue) = 7+130+190=327 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.14% from 327); Green value is 130 (51.17% from 255 or 39.76% from 327); Blue value is 190 (74.61% from 255 or 58.10% from 327); Max value from RGB is 190 - color contains mainly: blue. Hex color #0782BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0782BE is #F87D41. Grayscale: #636363. Windows color (decimal): -16284994 or 12485127. OLE color: 12485127.
HSL color Cylindrical-coordinate representation of color #0782BE: hue angle of 199.67º 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 #0782BE is Cyan = 0.96, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 7 | 130 | 190 | - |
| CMYK | 0.96 | 0.32 | 0 | 0.25 |
| HSL | 199.67º | 0.93% | 0.39% | - |
| HSV(B) | 199.67º | 0.96% | 0.75% | - |
| XYZ | 17.36 | 19.73 | 51.61 | - |
| YUV | 100.06 | 178.75 | 61.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 130 | 190 | 0.96 | 0.32 | 0 | 0.25 | 199.67 | 0.93 | 0.39 |
| Hex | 7 | 82 | BE | 60 | 20 | 0 | 19 | C8 | 5D | 27 |
| Octal | 7 | 202 | 276 | 140 | 40 | 0 | 31 | 310 | 135 | 47 |
| Binary | 111 | 10000010 | 10111110 | 1100000 | 100000 | 0 | 11001 | 11001000 | 1011101 | 100111 |
Color Harmonies of #0782BE
Complementary color
Monochromatic Colors of #0782BE
Black with #0782BE
Text Example
Text Example
White with #0782BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0782BE; }
p { color: rgb(7,130,190); }
H1.HeaderClassName
{
color: #0782BE;
}
.AnyTagClassName
{
color: #0782BE;
}
</style>
background-color css
<style>
a { background-color: #0782BE; }
a { background-color: rgb(7,130,190); }
div.DivClassName
{
background-color: #0782BE;
}
.BgClassName
{
background-color: #0782BE;
}
</style>
border-color css
<style>
span { border-color: #0782BE; }
span { border-color: rgb(7,130,190); }
td.TdClassName
{
border-color: #0782BE;
}
.TagClassName
{
border-color: #0782BE;
}
</style>