Shades of Bondi Blue #038DBF
Tints of Bondi Blue #038DBF
RGB
CMYK
RGB Variations
Color information
#038DBF (or 0x038DBF) is known color: Bondi Blue. HEX triplet: 03, 8D and BF. RGB value is (3,141,191). Sum of RGB (Red+Green+Blue) = 3+141+191=335 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.90% from 335); Green value is 141 (55.47% from 255 or 42.09% from 335); Blue value is 191 (75% from 255 or 57.01% from 335); Max value from RGB is 191 - color contains mainly: blue. Hex color #038DBF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #038DBF is #FC7240. Grayscale: #696969. Windows color (decimal): -16544321 or 12553475. OLE color: 12553475.
HSL color Cylindrical-coordinate representation of color #038DBF: hue angle of 195.96º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038DBF is Cyan = 0.98, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 3 | 141 | 191 | - |
| CMYK | 0.98 | 0.26 | 0 | 0.25 |
| HSL | 195.96º | 0.97% | 0.38% | - |
| HSV(B) | 195.96º | 0.98% | 0.75% | - |
| XYZ | 18.97 | 22.83 | 52.7 | - |
| YUV | 105.44 | 176.28 | 54.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 141 | 191 | 0.98 | 0.26 | 0 | 0.25 | 195.96 | 0.97 | 0.38 |
| Hex | 3 | 8D | BF | 62 | 1A | 0 | 19 | C4 | 61 | 26 |
| Octal | 3 | 215 | 277 | 142 | 32 | 0 | 31 | 304 | 141 | 46 |
| Binary | 11 | 10001101 | 10111111 | 1100010 | 11010 | 0 | 11001 | 11000100 | 1100001 | 100110 |
Color Harmonies of #038DBF
Complementary color
Monochromatic Colors of #038DBF
Black with #038DBF
Text Example
Text Example
White with #038DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038DBF; }
p { color: rgb(3,141,191); }
H1.HeaderClassName
{
color: #038DBF;
}
.AnyTagClassName
{
color: #038DBF;
}
</style>
background-color css
<style>
a { background-color: #038DBF; }
a { background-color: rgb(3,141,191); }
div.DivClassName
{
background-color: #038DBF;
}
.BgClassName
{
background-color: #038DBF;
}
</style>
border-color css
<style>
span { border-color: #038DBF; }
span { border-color: rgb(3,141,191); }
td.TdClassName
{
border-color: #038DBF;
}
.TagClassName
{
border-color: #038DBF;
}
</style>