Shades of Bondi Blue #1587BC
Tints of Bondi Blue #1587BC
RGB
CMYK
RGB Variations
Color information
#1587BC (or 0x1587BC) is known color: Bondi Blue. HEX triplet: 15, 87 and BC. RGB value is (21,135,188). Sum of RGB (Red+Green+Blue) = 21+135+188=344 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.10% from 344); Green value is 135 (53.12% from 255 or 39.24% from 344); Blue value is 188 (73.83% from 255 or 54.65% from 344); Max value from RGB is 188 - color contains mainly: blue. Hex color #1587BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1587BC is #EA7843. Grayscale: #6A6A6A. Windows color (decimal): -15366212 or 12355349. OLE color: 12355349.
HSL color Cylindrical-coordinate representation of color #1587BC: hue angle of 199.04º 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 #1587BC is Cyan = 0.89, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 21 | 135 | 188 | - |
| CMYK | 0.89 | 0.28 | 0 | 0.26 |
| HSL | 199.04º | 0.8% | 0.41% | - |
| HSV(B) | 199.04º | 0.89% | 0.74% | - |
| XYZ | 18.05 | 21.12 | 50.7 | - |
| YUV | 106.96 | 173.73 | 66.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 135 | 188 | 0.89 | 0.28 | 0 | 0.26 | 199.04 | 0.8 | 0.41 |
| Hex | 15 | 87 | BC | 59 | 1C | 0 | 1A | C7 | 50 | 29 |
| Octal | 25 | 207 | 274 | 131 | 34 | 0 | 32 | 307 | 120 | 51 |
| Binary | 10101 | 10000111 | 10111100 | 1011001 | 11100 | 0 | 11010 | 11000111 | 1010000 | 101001 |
Color Harmonies of #1587BC
Complementary color
Monochromatic Colors of #1587BC
Black with #1587BC
Text Example
Text Example
White with #1587BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1587BC; }
p { color: rgb(21,135,188); }
H1.HeaderClassName
{
color: #1587BC;
}
.AnyTagClassName
{
color: #1587BC;
}
</style>
background-color css
<style>
a { background-color: #1587BC; }
a { background-color: rgb(21,135,188); }
div.DivClassName
{
background-color: #1587BC;
}
.BgClassName
{
background-color: #1587BC;
}
</style>
border-color css
<style>
span { border-color: #1587BC; }
span { border-color: rgb(21,135,188); }
td.TdClassName
{
border-color: #1587BC;
}
.TagClassName
{
border-color: #1587BC;
}
</style>