Shades of Bondi Blue #0294BF
Tints of Bondi Blue #0294BF
RGB
CMYK
RGB Variations
Color information
#0294BF (or 0x0294BF) is known color: Bondi Blue. HEX triplet: 02, 94 and BF. RGB value is (2,148,191). Sum of RGB (Red+Green+Blue) = 2+148+191=341 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.59% from 341); Green value is 148 (58.20% from 255 or 43.40% from 341); Blue value is 191 (75% from 255 or 56.01% from 341); Max value from RGB is 191 - color contains mainly: blue. Hex color #0294BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0294BF is #FD6B40. Grayscale: #6C6C6C. Windows color (decimal): -16608065 or 12555266. OLE color: 12555266.
HSL color Cylindrical-coordinate representation of color #0294BF: hue angle of 193.65º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0294BF is Cyan = 0.99, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 2 | 148 | 191 | - |
| CMYK | 0.99 | 0.23 | 0 | 0.25 |
| HSL | 193.65º | 0.98% | 0.38% | - |
| HSV(B) | 193.65º | 0.99% | 0.75% | - |
| XYZ | 20.02 | 24.95 | 53.05 | - |
| YUV | 109.25 | 174.13 | 51.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 148 | 191 | 0.99 | 0.23 | 0 | 0.25 | 193.65 | 0.98 | 0.38 |
| Hex | 2 | 94 | BF | 63 | 17 | 0 | 19 | C2 | 62 | 26 |
| Octal | 2 | 224 | 277 | 143 | 27 | 0 | 31 | 302 | 142 | 46 |
| Binary | 10 | 10010100 | 10111111 | 1100011 | 10111 | 0 | 11001 | 11000010 | 1100010 | 100110 |
Color Harmonies of #0294BF
Complementary color
Monochromatic Colors of #0294BF
Black with #0294BF
Text Example
Text Example
White with #0294BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0294BF; }
p { color: rgb(2,148,191); }
H1.HeaderClassName
{
color: #0294BF;
}
.AnyTagClassName
{
color: #0294BF;
}
</style>
background-color css
<style>
a { background-color: #0294BF; }
a { background-color: rgb(2,148,191); }
div.DivClassName
{
background-color: #0294BF;
}
.BgClassName
{
background-color: #0294BF;
}
</style>
border-color css
<style>
span { border-color: #0294BF; }
span { border-color: rgb(2,148,191); }
td.TdClassName
{
border-color: #0294BF;
}
.TagClassName
{
border-color: #0294BF;
}
</style>