Shades of Bondi Blue #038DBD
Tints of Bondi Blue #038DBD
RGB
CMYK
RGB Variations
Color information
#038DBD (or 0x038DBD) is known color: Bondi Blue. HEX triplet: 03, 8D and BD. RGB value is (3,141,189). Sum of RGB (Red+Green+Blue) = 3+141+189=333 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.90% from 333); Green value is 141 (55.47% from 255 or 42.34% from 333); Blue value is 189 (74.22% from 255 or 56.76% from 333); Max value from RGB is 189 - color contains mainly: blue. Hex color #038DBD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #038DBD is #FC7242. Grayscale: #686868. Windows color (decimal): -16544323 or 12422403. OLE color: 12422403.
HSL color Cylindrical-coordinate representation of color #038DBD: hue angle of 195.48º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038DBD is Cyan = 0.98, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 3 | 141 | 189 | - |
| CMYK | 0.98 | 0.25 | 0 | 0.26 |
| HSL | 195.48º | 0.97% | 0.38% | - |
| HSV(B) | 195.48º | 0.98% | 0.74% | - |
| XYZ | 18.75 | 22.74 | 51.55 | - |
| YUV | 105.21 | 175.28 | 55.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 141 | 189 | 0.98 | 0.25 | 0 | 0.26 | 195.48 | 0.97 | 0.38 |
| Hex | 3 | 8D | BD | 62 | 19 | 0 | 1A | C3 | 61 | 26 |
| Octal | 3 | 215 | 275 | 142 | 31 | 0 | 32 | 303 | 141 | 46 |
| Binary | 11 | 10001101 | 10111101 | 1100010 | 11001 | 0 | 11010 | 11000011 | 1100001 | 100110 |
Color Harmonies of #038DBD
Complementary color
Monochromatic Colors of #038DBD
Black with #038DBD
Text Example
Text Example
White with #038DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038DBD; }
p { color: rgb(3,141,189); }
H1.HeaderClassName
{
color: #038DBD;
}
.AnyTagClassName
{
color: #038DBD;
}
</style>
background-color css
<style>
a { background-color: #038DBD; }
a { background-color: rgb(3,141,189); }
div.DivClassName
{
background-color: #038DBD;
}
.BgClassName
{
background-color: #038DBD;
}
</style>
border-color css
<style>
span { border-color: #038DBD; }
span { border-color: rgb(3,141,189); }
td.TdClassName
{
border-color: #038DBD;
}
.TagClassName
{
border-color: #038DBD;
}
</style>