Shades of Bondi Blue #1483C4
Tints of Bondi Blue #1483C4
RGB
CMYK
RGB Variations
Color information
#1483C4 (or 0x1483C4) is known color: Bondi Blue. HEX triplet: 14, 83 and C4. RGB value is (20,131,196). Sum of RGB (Red+Green+Blue) = 20+131+196=347 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.76% from 347); Green value is 131 (51.56% from 255 or 37.75% from 347); Blue value is 196 (76.95% from 255 or 56.48% from 347); Max value from RGB is 196 - color contains mainly: blue. Hex color #1483C4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1483C4 is #EB7C3B. Grayscale: #686868. Windows color (decimal): -15432764 or 12878612. OLE color: 12878612.
HSL color Cylindrical-coordinate representation of color #1483C4: hue angle of 202.16º 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 #1483C4 is Cyan = 0.90, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 20 | 131 | 196 | - |
| CMYK | 0.90 | 0.33 | 0 | 0.23 |
| HSL | 202.16º | 0.81% | 0.42% | - |
| HSV(B) | 202.16º | 0.9% | 0.77% | - |
| XYZ | 18.37 | 20.37 | 55.19 | - |
| YUV | 105.22 | 179.23 | 67.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 131 | 196 | 0.90 | 0.33 | 0 | 0.23 | 202.16 | 0.81 | 0.42 |
| Hex | 14 | 83 | C4 | 5A | 21 | 0 | 17 | CA | 51 | 2A |
| Octal | 24 | 203 | 304 | 132 | 41 | 0 | 27 | 312 | 121 | 52 |
| Binary | 10100 | 10000011 | 11000100 | 1011010 | 100001 | 0 | 10111 | 11001010 | 1010001 | 101010 |
Color Harmonies of #1483C4
Complementary color
Monochromatic Colors of #1483C4
Black with #1483C4
Text Example
Text Example
White with #1483C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1483C4; }
p { color: rgb(20,131,196); }
H1.HeaderClassName
{
color: #1483C4;
}
.AnyTagClassName
{
color: #1483C4;
}
</style>
background-color css
<style>
a { background-color: #1483C4; }
a { background-color: rgb(20,131,196); }
div.DivClassName
{
background-color: #1483C4;
}
.BgClassName
{
background-color: #1483C4;
}
</style>
border-color css
<style>
span { border-color: #1483C4; }
span { border-color: rgb(20,131,196); }
td.TdClassName
{
border-color: #1483C4;
}
.TagClassName
{
border-color: #1483C4;
}
</style>