Shades of Bondi Blue #1489BC
Tints of Bondi Blue #1489BC
RGB
CMYK
RGB Variations
Color information
#1489BC (or 0x1489BC) is known color: Bondi Blue. HEX triplet: 14, 89 and BC. RGB value is (20,137,188). Sum of RGB (Red+Green+Blue) = 20+137+188=345 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.80% from 345); Green value is 137 (53.91% from 255 or 39.71% from 345); Blue value is 188 (73.83% from 255 or 54.49% from 345); Max value from RGB is 188 - color contains mainly: blue. Hex color #1489BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1489BC is #EB7643. Grayscale: #6B6B6B. Windows color (decimal): -15431236 or 12355860. OLE color: 12355860.
HSL color Cylindrical-coordinate representation of color #1489BC: hue angle of 198.21º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1489BC is Cyan = 0.89, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 20 | 137 | 188 | - |
| CMYK | 0.89 | 0.27 | 0 | 0.26 |
| HSL | 198.21º | 0.81% | 0.41% | - |
| HSV(B) | 198.21º | 0.89% | 0.74% | - |
| XYZ | 18.31 | 21.67 | 50.79 | - |
| YUV | 107.83 | 173.24 | 65.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 137 | 188 | 0.89 | 0.27 | 0 | 0.26 | 198.21 | 0.81 | 0.41 |
| Hex | 14 | 89 | BC | 59 | 1B | 0 | 1A | C6 | 51 | 29 |
| Octal | 24 | 211 | 274 | 131 | 33 | 0 | 32 | 306 | 121 | 51 |
| Binary | 10100 | 10001001 | 10111100 | 1011001 | 11011 | 0 | 11010 | 11000110 | 1010001 | 101001 |
Color Harmonies of #1489BC
Complementary color
Monochromatic Colors of #1489BC
Black with #1489BC
Text Example
Text Example
White with #1489BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1489BC; }
p { color: rgb(20,137,188); }
H1.HeaderClassName
{
color: #1489BC;
}
.AnyTagClassName
{
color: #1489BC;
}
</style>
background-color css
<style>
a { background-color: #1489BC; }
a { background-color: rgb(20,137,188); }
div.DivClassName
{
background-color: #1489BC;
}
.BgClassName
{
background-color: #1489BC;
}
</style>
border-color css
<style>
span { border-color: #1489BC; }
span { border-color: rgb(20,137,188); }
td.TdClassName
{
border-color: #1489BC;
}
.TagClassName
{
border-color: #1489BC;
}
</style>