Shades of Bondi Blue #1584BD
Tints of Bondi Blue #1584BD
RGB
CMYK
RGB Variations
Color information
#1584BD (or 0x1584BD) is known color: Bondi Blue. HEX triplet: 15, 84 and BD. RGB value is (21,132,189). Sum of RGB (Red+Green+Blue) = 21+132+189=342 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.14% from 342); Green value is 132 (51.95% from 255 or 38.60% from 342); Blue value is 189 (74.22% from 255 or 55.26% from 342); Max value from RGB is 189 - color contains mainly: blue. Hex color #1584BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1584BD is #EA7B42. Grayscale: #686868. Windows color (decimal): -15366979 or 12420117. OLE color: 12420117.
HSL color Cylindrical-coordinate representation of color #1584BD: hue angle of 200.36º degrees, saturation: 0.8, 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 #1584BD is Cyan = 0.89, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 21 | 132 | 189 | - |
| CMYK | 0.89 | 0.30 | 0 | 0.26 |
| HSL | 200.36º | 0.8% | 0.41% | - |
| HSV(B) | 200.36º | 0.89% | 0.74% | - |
| XYZ | 17.75 | 20.34 | 51.13 | - |
| YUV | 105.31 | 175.23 | 67.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 132 | 189 | 0.89 | 0.30 | 0 | 0.26 | 200.36 | 0.8 | 0.41 |
| Hex | 15 | 84 | BD | 59 | 1E | 0 | 1A | C8 | 50 | 29 |
| Octal | 25 | 204 | 275 | 131 | 36 | 0 | 32 | 310 | 120 | 51 |
| Binary | 10101 | 10000100 | 10111101 | 1011001 | 11110 | 0 | 11010 | 11001000 | 1010000 | 101001 |
Color Harmonies of #1584BD
Complementary color
Monochromatic Colors of #1584BD
Black with #1584BD
Text Example
Text Example
White with #1584BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1584BD; }
p { color: rgb(21,132,189); }
H1.HeaderClassName
{
color: #1584BD;
}
.AnyTagClassName
{
color: #1584BD;
}
</style>
background-color css
<style>
a { background-color: #1584BD; }
a { background-color: rgb(21,132,189); }
div.DivClassName
{
background-color: #1584BD;
}
.BgClassName
{
background-color: #1584BD;
}
</style>
border-color css
<style>
span { border-color: #1584BD; }
span { border-color: rgb(21,132,189); }
td.TdClassName
{
border-color: #1584BD;
}
.TagClassName
{
border-color: #1584BD;
}
</style>