Shades of Bondi Blue #1485C4
Tints of Bondi Blue #1485C4
RGB
CMYK
RGB Variations
Color information
#1485C4 (or 0x1485C4) is known color: Bondi Blue. HEX triplet: 14, 85 and C4. RGB value is (20,133,196). Sum of RGB (Red+Green+Blue) = 20+133+196=349 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.73% from 349); Green value is 133 (52.34% from 255 or 38.11% from 349); Blue value is 196 (76.95% from 255 or 56.16% from 349); Max value from RGB is 196 - color contains mainly: blue. Hex color #1485C4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1485C4 is #EB7A3B. Grayscale: #6A6A6A. Windows color (decimal): -15432252 or 12879124. OLE color: 12879124.
HSL color Cylindrical-coordinate representation of color #1485C4: hue angle of 201.48º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1485C4 is Cyan = 0.90, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 20 | 133 | 196 | - |
| CMYK | 0.90 | 0.32 | 0 | 0.23 |
| HSL | 201.48º | 0.81% | 0.42% | - |
| HSV(B) | 201.48º | 0.9% | 0.77% | - |
| XYZ | 18.64 | 20.91 | 55.28 | - |
| YUV | 106.4 | 178.56 | 66.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 133 | 196 | 0.90 | 0.32 | 0 | 0.23 | 201.48 | 0.81 | 0.42 |
| Hex | 14 | 85 | C4 | 5A | 20 | 0 | 17 | C9 | 51 | 2A |
| Octal | 24 | 205 | 304 | 132 | 40 | 0 | 27 | 311 | 121 | 52 |
| Binary | 10100 | 10000101 | 11000100 | 1011010 | 100000 | 0 | 10111 | 11001001 | 1010001 | 101010 |
Color Harmonies of #1485C4
Complementary color
Monochromatic Colors of #1485C4
Black with #1485C4
Text Example
Text Example
White with #1485C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1485C4; }
p { color: rgb(20,133,196); }
H1.HeaderClassName
{
color: #1485C4;
}
.AnyTagClassName
{
color: #1485C4;
}
</style>
background-color css
<style>
a { background-color: #1485C4; }
a { background-color: rgb(20,133,196); }
div.DivClassName
{
background-color: #1485C4;
}
.BgClassName
{
background-color: #1485C4;
}
</style>
border-color css
<style>
span { border-color: #1485C4; }
span { border-color: rgb(20,133,196); }
td.TdClassName
{
border-color: #1485C4;
}
.TagClassName
{
border-color: #1485C4;
}
</style>