Html Css Color HEX #0488BE Bondi Blue

📋 copy color: '#0488BE'

red 4 ◦ green 136 ◦ blue 190

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

Shades of Bondi Blue #0488BE

Tints of Bondi Blue #0488BE

RGB

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

 GREEN value IS 136 (53.52% from 255) = 41.21%

 BLUE value IS 190 (74.61% from 255) = 57.58%

R = 1.21%
G = 41.21%
B = 57.58%

CMYK

 C value IS 0.98

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0488BE (or 0x0488BE) is known color: Bondi Blue. HEX triplet: 04, 88 and BE. RGB value is (4,136,190). Sum of RGB (Red+Green+Blue) = 4+136+190=330 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.21% from 330); Green value is 136 (53.52% from 255 or 41.21% from 330); Blue value is 190 (74.61% from 255 or 57.58% from 330); Max value from RGB is 190 - color contains mainly: blue. Hex color #0488BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0488BE is #FB7741. Grayscale: #666666. Windows color (decimal): -16480066 or 12486660. OLE color: 12486660.

HSL color Cylindrical-coordinate representation of color #0488BE: hue angle of 197.42º 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 #0488BE is Cyan = 0.98, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 4 136 190 -
CMYK 0.98 0.28 0 0.25
HSL 197.42º 0.96% 0.38% -
HSV(B) 197.42º 0.98% 0.75% -
XYZ 18.15 21.35 51.88 -
YUV 102.69 177.27 57.61 -
System Red Green Blue C M Y K H S L
Decimal 4 136 190 0.98 0.28 0 0.25 197.42 0.96 0.38
Hex 4 88 BE 62 1C 0 19 C5 60 26
Octal 4 210 276 142 34 0 31 305 140 46
Binary 100 10001000 10111110 1100010 11100 0 11001 11000101 1100000 100110

Color Harmonies of #0488BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0488BE

Black with #0488BE

Text Example


Text Example

White with #0488BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0488BE;
 }
 .AnyTagClassName
 {
   color: #0488BE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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