Html Css Color HEX #0487B9 Bondi Blue

📋 copy color: '#0487B9'

red 4 ◦ green 135 ◦ blue 185

#0487B9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bondi Blue #0487B9

Tints of Bondi Blue #0487B9

RGB

 RED value IS 4 (1.95% from 255) = 1.23%

 GREEN value IS 135 (53.13% from 255) = 41.67%

 BLUE value IS 185 (72.66% from 255) = 57.1%

R = 1.23%
G = 41.67%
B = 57.1%

CMYK

 C value IS 0.98

 M value IS 0.27

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0487B9 (or 0x0487B9) is known color: Bondi Blue. HEX triplet: 04, 87 and B9. RGB value is (4,135,185). Sum of RGB (Red+Green+Blue) = 4+135+185=324 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.23% from 324); Green value is 135 (53.12% from 255 or 41.67% from 324); Blue value is 185 (72.66% from 255 or 57.10% from 324); Max value from RGB is 185 - color contains mainly: blue. Hex color #0487B9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0487B9 is #FB7846. Grayscale: #656565. Windows color (decimal): -16480327 or 12158724. OLE color: 12158724.

HSL color Cylindrical-coordinate representation of color #0487B9: hue angle of 196.57º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0487B9 is Cyan = 0.98, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 4 135 185 -
CMYK 0.98 0.27 0 0.27
HSL 196.57º 0.96% 0.37% -
HSV(B) 196.57º 0.98% 0.73% -
XYZ 17.47 20.86 49 -
YUV 101.53 175.1 58.43 -
System Red Green Blue C M Y K H S L
Decimal 4 135 185 0.98 0.27 0 0.27 196.57 0.96 0.37
Hex 4 87 B9 62 1B 0 1B C5 60 25
Octal 4 207 271 142 33 0 33 305 140 45
Binary 100 10000111 10111001 1100010 11011 0 11011 11000101 1100000 100101

Color Harmonies of #0487B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0487B9

Black with #0487B9

Text Example


Text Example

White with #0487B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0487B9;
 }
 .AnyTagClassName
 {
   color: #0487B9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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