#0487BD

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

Shades of Bondi Blue #0487BD

Tints of Bondi Blue #0487BD

Color information

#0487BD (or 0x0487BD) is unknown color: approx Bondi Blue. HEX triplet: 04, 87 and BD. RGB value is (4,135,189). Sum of RGB (Red+Green+Blue) = 4+135+189=328 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.22% from 328); Green value is 135 (53.12% from 255 or 41.16% from 328); Blue value is 189 (74.22% from 255 or 57.62% from 328); Max value from RGB is 189 - color contains mainly: blue. Hex color #0487BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0487BD is #FB7842. Grayscale: #656565. Windows color (decimal): -16480323 or 12420868. OLE color: 12420868.

HSL color Cylindrical-coordinate representation of color #0487BD: hue angle of 197.51º 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 #0487BD is Cyan = 0.98, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB4135189-
CMYK0.980.2900.26
HSL197.51º95.85%37.84%-
HSV(B)197.51º97.88%74.12%-
XYZ17.921.0351.26-
YUV101.99177.158.11-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.22%
GREEN value IS 135 (53.12% from 255) = 41.16%
BLUE value IS 189 (74.22% from 255) = 57.62%
R=1.22%
G=41.16%
B=57.62%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal41351890.980.2900.26197.5195.8537.84
Hex487BD621D01Ac66026
Octal42072751423503230614046
Binary1001000011110111101110001011101011010110001101100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0487BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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