Shades of Bondi Blue #0781C5
Tints of Bondi Blue #0781C5
RGB
CMYK
RGB Variations
Color information
#0781C5 (or 0x0781C5) is known color: Bondi Blue. HEX triplet: 07, 81 and C5. RGB value is (7,129,197). Sum of RGB (Red+Green+Blue) = 7+129+197=333 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.10% from 333); Green value is 129 (50.78% from 255 or 38.74% from 333); Blue value is 197 (77.34% from 255 or 59.16% from 333); Max value from RGB is 197 - color contains mainly: blue. Hex color #0781C5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0781C5 is #F87E3A. Grayscale: #636363. Windows color (decimal): -16285243 or 12943623. OLE color: 12943623.
HSL color Cylindrical-coordinate representation of color #0781C5: hue angle of 201.47º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0781C5 is Cyan = 0.96, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 7 | 129 | 197 | - |
| CMYK | 0.96 | 0.35 | 0 | 0.23 |
| HSL | 201.47º | 0.93% | 0.4% | - |
| HSV(B) | 201.47º | 0.96% | 0.77% | - |
| XYZ | 18.02 | 19.78 | 55.69 | - |
| YUV | 100.27 | 182.58 | 61.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 129 | 197 | 0.96 | 0.35 | 0 | 0.23 | 201.47 | 0.93 | 0.4 |
| Hex | 7 | 81 | C5 | 60 | 23 | 0 | 17 | C9 | 5D | 28 |
| Octal | 7 | 201 | 305 | 140 | 43 | 0 | 27 | 311 | 135 | 50 |
| Binary | 111 | 10000001 | 11000101 | 1100000 | 100011 | 0 | 10111 | 11001001 | 1011101 | 101000 |
Color Harmonies of #0781C5
Complementary color
Monochromatic Colors of #0781C5
Black with #0781C5
Text Example
Text Example
White with #0781C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0781C5; }
p { color: rgb(7,129,197); }
H1.HeaderClassName
{
color: #0781C5;
}
.AnyTagClassName
{
color: #0781C5;
}
</style>
background-color css
<style>
a { background-color: #0781C5; }
a { background-color: rgb(7,129,197); }
div.DivClassName
{
background-color: #0781C5;
}
.BgClassName
{
background-color: #0781C5;
}
</style>
border-color css
<style>
span { border-color: #0781C5; }
span { border-color: rgb(7,129,197); }
td.TdClassName
{
border-color: #0781C5;
}
.TagClassName
{
border-color: #0781C5;
}
</style>