Html Css Color HEX #0288BD Bondi Blue

📋 copy color: '#0288BD'

red 2 ◦ green 136 ◦ blue 189

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

Shades of Bondi Blue #0288BD

Tints of Bondi Blue #0288BD

RGB

 RED value IS 2 (1.17% from 255) = 0.61%

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

 BLUE value IS 189 (74.22% from 255) = 57.8%

R = 0.61%
G = 41.59%
B = 57.8%

CMYK

 C value IS 0.99

 M value IS 0.28

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0288BD (or 0x0288BD) is known color: Bondi Blue. HEX triplet: 02, 88 and BD. RGB value is (2,136,189). Sum of RGB (Red+Green+Blue) = 2+136+189=327 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 327); Green value is 136 (53.52% from 255 or 41.59% from 327); Blue value is 189 (74.22% from 255 or 57.80% from 327); Max value from RGB is 189 - color contains mainly: blue. Hex color #0288BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0288BD is #FD7742. Grayscale: #656565. Windows color (decimal): -16611139 or 12421122. OLE color: 12421122.

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

Color convert

RGB 2 136 189 -
CMYK 0.99 0.28 0 0.26
HSL 197.01º 0.98% 0.37% -
HSV(B) 197.01º 0.99% 0.74% -
XYZ 18.01 21.3 51.31 -
YUV 101.98 177.11 56.69 -
System Red Green Blue C M Y K H S L
Decimal 2 136 189 0.99 0.28 0 0.26 197.01 0.98 0.37
Hex 2 88 BD 63 1C 0 1A C5 62 25
Octal 2 210 275 143 34 0 32 305 142 45
Binary 10 10001000 10111101 1100011 11100 0 11010 11000101 1100010 100101

Color Harmonies of #0288BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0288BD

Black with #0288BD

Text Example


Text Example

White with #0288BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0288BD;
 }
 .AnyTagClassName
 {
   color: #0288BD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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