Shades of Bondi Blue #1490BB
Tints of Bondi Blue #1490BB
RGB
CMYK
RGB Variations
Color information
#1490BB (or 0x1490BB) is known color: Bondi Blue. HEX triplet: 14, 90 and BB. RGB value is (20,144,187). Sum of RGB (Red+Green+Blue) = 20+144+187=351 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.70% from 351); Green value is 144 (56.64% from 255 or 41.03% from 351); Blue value is 187 (73.44% from 255 or 53.28% from 351); Max value from RGB is 187 - color contains mainly: blue. Hex color #1490BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1490BB is #EB6F44. Grayscale: #6F6F6F. Windows color (decimal): -15429445 or 12292116. OLE color: 12292116.
HSL color Cylindrical-coordinate representation of color #1490BB: hue angle of 195.45º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1490BB is Cyan = 0.89, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 20 | 144 | 187 | - |
| CMYK | 0.89 | 0.23 | 0 | 0.27 |
| HSL | 195.45º | 0.81% | 0.41% | - |
| HSV(B) | 195.45º | 0.89% | 0.73% | - |
| XYZ | 19.23 | 23.68 | 50.57 | - |
| YUV | 111.83 | 170.42 | 62.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 144 | 187 | 0.89 | 0.23 | 0 | 0.27 | 195.45 | 0.81 | 0.41 |
| Hex | 14 | 90 | BB | 59 | 17 | 0 | 1B | C3 | 51 | 29 |
| Octal | 24 | 220 | 273 | 131 | 27 | 0 | 33 | 303 | 121 | 51 |
| Binary | 10100 | 10010000 | 10111011 | 1011001 | 10111 | 0 | 11011 | 11000011 | 1010001 | 101001 |
Color Harmonies of #1490BB
Complementary color
Monochromatic Colors of #1490BB
Black with #1490BB
Text Example
Text Example
White with #1490BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1490BB; }
p { color: rgb(20,144,187); }
H1.HeaderClassName
{
color: #1490BB;
}
.AnyTagClassName
{
color: #1490BB;
}
</style>
background-color css
<style>
a { background-color: #1490BB; }
a { background-color: rgb(20,144,187); }
div.DivClassName
{
background-color: #1490BB;
}
.BgClassName
{
background-color: #1490BB;
}
</style>
border-color css
<style>
span { border-color: #1490BB; }
span { border-color: rgb(20,144,187); }
td.TdClassName
{
border-color: #1490BB;
}
.TagClassName
{
border-color: #1490BB;
}
</style>