Shades of Bondi Blue #018DB4
Tints of Bondi Blue #018DB4
RGB
CMYK
RGB Variations
Color information
#018DB4 (or 0x018DB4) is known color: Bondi Blue. HEX triplet: 01, 8D and B4. RGB value is (1,141,180). Sum of RGB (Red+Green+Blue) = 1+141+180=322 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 322); Green value is 141 (55.47% from 255 or 43.79% from 322); Blue value is 180 (70.70% from 255 or 55.90% from 322); Max value from RGB is 180 - color contains mainly: blue. Hex color #018DB4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #018DB4 is #FE724B. Grayscale: #676767. Windows color (decimal): -16675404 or 11832577. OLE color: 11832577.
HSL color Cylindrical-coordinate representation of color #018DB4: hue angle of 193.07º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018DB4 is Cyan = 0.99, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 1 | 141 | 180 | - |
| CMYK | 0.99 | 0.22 | 0 | 0.29 |
| HSL | 193.07º | 0.99% | 0.35% | - |
| HSV(B) | 193.07º | 0.99% | 0.71% | - |
| XYZ | 17.78 | 22.35 | 46.56 | - |
| YUV | 103.59 | 171.12 | 54.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 141 | 180 | 0.99 | 0.22 | 0 | 0.29 | 193.07 | 0.99 | 0.35 |
| Hex | 1 | 8D | B4 | 63 | 16 | 0 | 1D | C1 | 63 | 23 |
| Octal | 1 | 215 | 264 | 143 | 26 | 0 | 35 | 301 | 143 | 43 |
| Binary | 1 | 10001101 | 10110100 | 1100011 | 10110 | 0 | 11101 | 11000001 | 1100011 | 100011 |
Color Harmonies of #018DB4
Complementary color
Monochromatic Colors of #018DB4
Black with #018DB4
Text Example
Text Example
White with #018DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018DB4; }
p { color: rgb(1,141,180); }
H1.HeaderClassName
{
color: #018DB4;
}
.AnyTagClassName
{
color: #018DB4;
}
</style>
background-color css
<style>
a { background-color: #018DB4; }
a { background-color: rgb(1,141,180); }
div.DivClassName
{
background-color: #018DB4;
}
.BgClassName
{
background-color: #018DB4;
}
</style>
border-color css
<style>
span { border-color: #018DB4; }
span { border-color: rgb(1,141,180); }
td.TdClassName
{
border-color: #018DB4;
}
.TagClassName
{
border-color: #018DB4;
}
</style>