Shades of Bondi Blue #028DB4
Tints of Bondi Blue #028DB4
RGB
CMYK
RGB Variations
Color information
#028DB4 (or 0x028DB4) is known color: Bondi Blue. HEX triplet: 02, 8D and B4. RGB value is (2,141,180). Sum of RGB (Red+Green+Blue) = 2+141+180=323 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 323); Green value is 141 (55.47% from 255 or 43.65% from 323); Blue value is 180 (70.70% from 255 or 55.73% from 323); Max value from RGB is 180 - color contains mainly: blue. Hex color #028DB4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #028DB4 is #FD724B. Grayscale: #676767. Windows color (decimal): -16609868 or 11832578. OLE color: 11832578.
HSL color Cylindrical-coordinate representation of color #028DB4: hue angle of 193.15º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028DB4 is Cyan = 0.99, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 2 | 141 | 180 | - |
| CMYK | 0.99 | 0.22 | 0 | 0.29 |
| HSL | 193.15º | 0.98% | 0.36% | - |
| HSV(B) | 193.15º | 0.99% | 0.71% | - |
| XYZ | 17.79 | 22.36 | 46.56 | - |
| YUV | 103.89 | 170.95 | 55.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 141 | 180 | 0.99 | 0.22 | 0 | 0.29 | 193.15 | 0.98 | 0.36 |
| Hex | 2 | 8D | B4 | 63 | 16 | 0 | 1D | C1 | 62 | 24 |
| Octal | 2 | 215 | 264 | 143 | 26 | 0 | 35 | 301 | 142 | 44 |
| Binary | 10 | 10001101 | 10110100 | 1100011 | 10110 | 0 | 11101 | 11000001 | 1100010 | 100100 |
Color Harmonies of #028DB4
Complementary color
Monochromatic Colors of #028DB4
Black with #028DB4
Text Example
Text Example
White with #028DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028DB4; }
p { color: rgb(2,141,180); }
H1.HeaderClassName
{
color: #028DB4;
}
.AnyTagClassName
{
color: #028DB4;
}
</style>
background-color css
<style>
a { background-color: #028DB4; }
a { background-color: rgb(2,141,180); }
div.DivClassName
{
background-color: #028DB4;
}
.BgClassName
{
background-color: #028DB4;
}
</style>
border-color css
<style>
span { border-color: #028DB4; }
span { border-color: rgb(2,141,180); }
td.TdClassName
{
border-color: #028DB4;
}
.TagClassName
{
border-color: #028DB4;
}
</style>