#0488BD

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

Shades of Bondi Blue #0488BD

Tints of Bondi Blue #0488BD

Color information

#0488BD (or 0x0488BD) is unknown color: approx Bondi Blue. HEX triplet: 04, 88 and BD. RGB value is (4,136,189). Sum of RGB (Red+Green+Blue) = 4+136+189=329 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.22% from 329); Green value is 136 (53.52% from 255 or 41.34% from 329); Blue value is 189 (74.22% from 255 or 57.45% from 329); Max value from RGB is 189 - color contains mainly: blue. Hex color #0488BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0488BD is #FB7742. Grayscale: #666666. Windows color (decimal): -16480067 or 12421124. OLE color: 12421124.

HSL color Cylindrical-coordinate representation of color #0488BD: hue angle of 197.19º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0488BD is Cyan = 0.98, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB4136189-
CMYK0.980.2800.26
HSL197.19º95.85%37.84%-
HSV(B)197.19º97.88%74.12%-
XYZ18.0421.3151.31-
YUV102.57176.7757.69-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.22%
GREEN value IS 136 (53.52% from 255) = 41.34%
BLUE value IS 189 (74.22% from 255) = 57.45%
R=1.22%
G=41.34%
B=57.45%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal41361890.980.2800.26197.1995.8537.84
Hex488BD621C01Ac56026
Octal42102751423403230514046
Binary1001000100010111101110001011100011010110001011100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0488BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0488BD; }

 p { color: rgb(4,136,189); }

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

<style>
 a { background-color: #0488BD; }

 a { background-color: rgb(4,136,189); }

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

<style>
 span { border-color: #0488BD; }

 span { border-color: rgb(4,136,189); }

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