Html Css Color HEX #0287B1 Bondi Blue

📋 copy color: '#0287B1'

red 2 ◦ green 135 ◦ blue 177

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

Shades of Bondi Blue #0287B1

Tints of Bondi Blue #0287B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 56.37%

R = 0.64%
G = 42.99%
B = 56.37%

CMYK

 C value IS 0.99

 M value IS 0.24

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#0287B1 (or 0x0287B1) is known color: Bondi Blue. HEX triplet: 02, 87 and B1. RGB value is (2,135,177). Sum of RGB (Red+Green+Blue) = 2+135+177=314 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.64% from 314); Green value is 135 (53.12% from 255 or 42.99% from 314); Blue value is 177 (69.53% from 255 or 56.37% from 314); Max value from RGB is 177 - color contains mainly: blue. Hex color #0287B1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0287B1 is #FD784E. Grayscale: #636363. Windows color (decimal): -16611407 or 11634434. OLE color: 11634434.

HSL color Cylindrical-coordinate representation of color #0287B1: hue angle of 194.4º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0287B1 is Cyan = 0.99, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 2 135 177 -
CMYK 0.99 0.24 0 0.31
HSL 194.4º 0.98% 0.35% -
HSV(B) 194.4º 0.99% 0.69% -
XYZ 16.62 20.52 44.68 -
YUV 100.02 171.44 58.08 -
System Red Green Blue C M Y K H S L
Decimal 2 135 177 0.99 0.24 0 0.31 194.4 0.98 0.35
Hex 2 87 B1 63 18 0 1F C2 62 23
Octal 2 207 261 143 30 0 37 302 142 43
Binary 10 10000111 10110001 1100011 11000 0 11111 11000010 1100010 100011

Color Harmonies of #0287B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0287B1

Black with #0287B1

Text Example


Text Example

White with #0287B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0287B1; }

 p { color: rgb(2,135,177); }

 H1.HeaderClassName
 {
   color: #0287B1;
 }
 .AnyTagClassName
 {
   color: #0287B1;
 }
</style>

background-color css

<style>
 a { background-color: #0287B1; }

 a { background-color: rgb(2,135,177); }

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

border-color css

<style>
 span { border-color: #0287B1; }

 span { border-color: rgb(2,135,177); }

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