Shades of Bondi Blue #1484BF
Tints of Bondi Blue #1484BF
RGB
CMYK
RGB Variations
Color information
#1484BF (or 0x1484BF) is known color: Bondi Blue. HEX triplet: 14, 84 and BF. RGB value is (20,132,191). Sum of RGB (Red+Green+Blue) = 20+132+191=343 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.83% from 343); Green value is 132 (51.95% from 255 or 38.48% from 343); Blue value is 191 (75% from 255 or 55.69% from 343); Max value from RGB is 191 - color contains mainly: blue. Hex color #1484BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1484BF is #EB7B40. Grayscale: #686868. Windows color (decimal): -15432513 or 12551188. OLE color: 12551188.
HSL color Cylindrical-coordinate representation of color #1484BF: hue angle of 200.7º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1484BF is Cyan = 0.90, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 20 | 132 | 191 | - |
| CMYK | 0.90 | 0.31 | 0 | 0.25 |
| HSL | 200.7º | 0.81% | 0.41% | - |
| HSV(B) | 200.7º | 0.9% | 0.75% | - |
| XYZ | 17.94 | 20.41 | 52.28 | - |
| YUV | 105.24 | 176.39 | 67.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 132 | 191 | 0.90 | 0.31 | 0 | 0.25 | 200.7 | 0.81 | 0.41 |
| Hex | 14 | 84 | BF | 5A | 1F | 0 | 19 | C9 | 51 | 29 |
| Octal | 24 | 204 | 277 | 132 | 37 | 0 | 31 | 311 | 121 | 51 |
| Binary | 10100 | 10000100 | 10111111 | 1011010 | 11111 | 0 | 11001 | 11001001 | 1010001 | 101001 |
Color Harmonies of #1484BF
Complementary color
Monochromatic Colors of #1484BF
Black with #1484BF
Text Example
Text Example
White with #1484BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1484BF; }
p { color: rgb(20,132,191); }
H1.HeaderClassName
{
color: #1484BF;
}
.AnyTagClassName
{
color: #1484BF;
}
</style>
background-color css
<style>
a { background-color: #1484BF; }
a { background-color: rgb(20,132,191); }
div.DivClassName
{
background-color: #1484BF;
}
.BgClassName
{
background-color: #1484BF;
}
</style>
border-color css
<style>
span { border-color: #1484BF; }
span { border-color: rgb(20,132,191); }
td.TdClassName
{
border-color: #1484BF;
}
.TagClassName
{
border-color: #1484BF;
}
</style>