#0498B7

Color #0498B7 Bondi Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bondi Blue #0498B7

Tints of Bondi Blue #0498B7

Color information

#0498B7 (or 0x0498B7) is unknown color: approx Bondi Blue. HEX triplet: 04, 98 and B7. RGB value is (4,152,183). Sum of RGB (Red+Green+Blue) = 4+152+183=339 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.18% from 339); Green value is 152 (59.77% from 255 or 44.84% from 339); Blue value is 183 (71.88% from 255 or 53.98% from 339); Max value from RGB is 183 - color contains mainly: blue. Hex color #0498B7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0498B7 is #FB6748. Grayscale: #6F6F6F. Windows color (decimal): -16475977 or 12032004. OLE color: 12032004.

HSL color Cylindrical-coordinate representation of color #0498B7: hue angle of 190.39º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0498B7 is Cyan = 0.98, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB4152183-
CMYK0.980.1700.28
HSL190.39º95.72%36.67%-
HSV(B)190.39º97.81%71.76%-
XYZ19.8325.948.75-
YUV111.28168.4751.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 4 (1.95% from 255) = 1.18%
GREEN value IS 152 (59.77% from 255) = 44.84%
BLUE value IS 183 (71.88% from 255) = 53.98%
R=1.18%
G=44.84%
B=53.98%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal41521830.980.1700.28190.3995.7236.67
Hex498B7621101Cbe6025
Octal42302671422103427614045
Binary1001001100010110111110001010001011100101111101100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0498B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0498B7; }

 p { color: rgb(4,152,183); }

 H1.HeaderClassName
 {
   color: #0498B7;
 }
 .AnyTagClassName
 {
   color: #0498B7;
 }
</style>
background-color css

<style>
 a { background-color: #0498B7; }

 a { background-color: rgb(4,152,183); }

 div.DivClassName
 {
   background-color: #0498B7;
 }
 .BgClassName
 {
   background-color: #0498B7;
 }
</style>
border-color css

<style>
 span { border-color: #0498B7; }

 span { border-color: rgb(4,152,183); }

 td.TdClassName
 {
   border-color: #0498B7;
 }
 .TagClassName
 {
   border-color: #0498B7;
 }
</style>