Shades of Bondi Blue #0383BB
Tints of Bondi Blue #0383BB
RGB
CMYK
RGB Variations
Color information
#0383BB (or 0x0383BB) is known color: Bondi Blue. HEX triplet: 03, 83 and BB. RGB value is (3,131,187). Sum of RGB (Red+Green+Blue) = 3+131+187=321 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.93% from 321); Green value is 131 (51.56% from 255 or 40.81% from 321); Blue value is 187 (73.44% from 255 or 58.26% from 321); Max value from RGB is 187 - color contains mainly: blue. Hex color #0383BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0383BB is #FC7C44. Grayscale: #626262. Windows color (decimal): -16546885 or 12288771. OLE color: 12288771.
HSL color Cylindrical-coordinate representation of color #0383BB: hue angle of 198.26º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0383BB is Cyan = 0.98, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 3 | 131 | 187 | - |
| CMYK | 0.98 | 0.30 | 0 | 0.27 |
| HSL | 198.26º | 0.97% | 0.37% | - |
| HSV(B) | 198.26º | 0.98% | 0.73% | - |
| XYZ | 17.12 | 19.84 | 49.94 | - |
| YUV | 99.11 | 177.59 | 59.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 131 | 187 | 0.98 | 0.30 | 0 | 0.27 | 198.26 | 0.97 | 0.37 |
| Hex | 3 | 83 | BB | 62 | 1E | 0 | 1B | C6 | 61 | 25 |
| Octal | 3 | 203 | 273 | 142 | 36 | 0 | 33 | 306 | 141 | 45 |
| Binary | 11 | 10000011 | 10111011 | 1100010 | 11110 | 0 | 11011 | 11000110 | 1100001 | 100101 |
Color Harmonies of #0383BB
Complementary color
Monochromatic Colors of #0383BB
Black with #0383BB
Text Example
Text Example
White with #0383BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0383BB; }
p { color: rgb(3,131,187); }
H1.HeaderClassName
{
color: #0383BB;
}
.AnyTagClassName
{
color: #0383BB;
}
</style>
background-color css
<style>
a { background-color: #0383BB; }
a { background-color: rgb(3,131,187); }
div.DivClassName
{
background-color: #0383BB;
}
.BgClassName
{
background-color: #0383BB;
}
</style>
border-color css
<style>
span { border-color: #0383BB; }
span { border-color: rgb(3,131,187); }
td.TdClassName
{
border-color: #0383BB;
}
.TagClassName
{
border-color: #0383BB;
}
</style>