Shades of Bondi Blue #0490BF
Tints of Bondi Blue #0490BF
RGB
CMYK
RGB Variations
Color information
#0490BF (or 0x0490BF) is known color: Bondi Blue. HEX triplet: 04, 90 and BF. RGB value is (4,144,191). Sum of RGB (Red+Green+Blue) = 4+144+191=339 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.18% from 339); Green value is 144 (56.64% from 255 or 42.48% from 339); Blue value is 191 (75% from 255 or 56.34% from 339); Max value from RGB is 191 - color contains mainly: blue. Hex color #0490BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0490BF is #FB6F40. Grayscale: #6B6B6B. Windows color (decimal): -16478017 or 12554244. OLE color: 12554244.
HSL color Cylindrical-coordinate representation of color #0490BF: hue angle of 195.08º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0490BF is Cyan = 0.98, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 4 | 144 | 191 | - |
| CMYK | 0.98 | 0.25 | 0 | 0.25 |
| HSL | 195.08º | 0.96% | 0.38% | - |
| HSV(B) | 195.08º | 0.98% | 0.75% | - |
| XYZ | 19.43 | 23.73 | 52.85 | - |
| YUV | 107.5 | 175.12 | 54.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 144 | 191 | 0.98 | 0.25 | 0 | 0.25 | 195.08 | 0.96 | 0.38 |
| Hex | 4 | 90 | BF | 62 | 19 | 0 | 19 | C3 | 60 | 26 |
| Octal | 4 | 220 | 277 | 142 | 31 | 0 | 31 | 303 | 140 | 46 |
| Binary | 100 | 10010000 | 10111111 | 1100010 | 11001 | 0 | 11001 | 11000011 | 1100000 | 100110 |
Color Harmonies of #0490BF
Complementary color
Monochromatic Colors of #0490BF
Black with #0490BF
Text Example
Text Example
White with #0490BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0490BF; }
p { color: rgb(4,144,191); }
H1.HeaderClassName
{
color: #0490BF;
}
.AnyTagClassName
{
color: #0490BF;
}
</style>
background-color css
<style>
a { background-color: #0490BF; }
a { background-color: rgb(4,144,191); }
div.DivClassName
{
background-color: #0490BF;
}
.BgClassName
{
background-color: #0490BF;
}
</style>
border-color css
<style>
span { border-color: #0490BF; }
span { border-color: rgb(4,144,191); }
td.TdClassName
{
border-color: #0490BF;
}
.TagClassName
{
border-color: #0490BF;
}
</style>