Shades of Bondi Blue #028DB5
Tints of Bondi Blue #028DB5
RGB
CMYK
RGB Variations
Color information
#028DB5 (or 0x028DB5) is known color: Bondi Blue. HEX triplet: 02, 8D and B5. RGB value is (2,141,181). Sum of RGB (Red+Green+Blue) = 2+141+181=324 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 324); Green value is 141 (55.47% from 255 or 43.52% from 324); Blue value is 181 (71.09% from 255 or 55.86% from 324); Max value from RGB is 181 - color contains mainly: blue. Hex color #028DB5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #028DB5 is #FD724A. Grayscale: #676767. Windows color (decimal): -16609867 or 11898114. OLE color: 11898114.
HSL color Cylindrical-coordinate representation of color #028DB5: hue angle of 193.41º 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 #028DB5 is Cyan = 0.99, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 2 | 141 | 181 | - |
| CMYK | 0.99 | 0.22 | 0 | 0.29 |
| HSL | 193.41º | 0.98% | 0.36% | - |
| HSV(B) | 193.41º | 0.99% | 0.71% | - |
| XYZ | 17.89 | 22.4 | 47.1 | - |
| YUV | 104 | 171.45 | 55.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 141 | 181 | 0.99 | 0.22 | 0 | 0.29 | 193.41 | 0.98 | 0.36 |
| Hex | 2 | 8D | B5 | 63 | 16 | 0 | 1D | C1 | 62 | 24 |
| Octal | 2 | 215 | 265 | 143 | 26 | 0 | 35 | 301 | 142 | 44 |
| Binary | 10 | 10001101 | 10110101 | 1100011 | 10110 | 0 | 11101 | 11000001 | 1100010 | 100100 |
Color Harmonies of #028DB5
Complementary color
Monochromatic Colors of #028DB5
Black with #028DB5
Text Example
Text Example
White with #028DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028DB5; }
p { color: rgb(2,141,181); }
H1.HeaderClassName
{
color: #028DB5;
}
.AnyTagClassName
{
color: #028DB5;
}
</style>
background-color css
<style>
a { background-color: #028DB5; }
a { background-color: rgb(2,141,181); }
div.DivClassName
{
background-color: #028DB5;
}
.BgClassName
{
background-color: #028DB5;
}
</style>
border-color css
<style>
span { border-color: #028DB5; }
span { border-color: rgb(2,141,181); }
td.TdClassName
{
border-color: #028DB5;
}
.TagClassName
{
border-color: #028DB5;
}
</style>