#0287C4

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

Shades of Bondi Blue #0287C4

Tints of Bondi Blue #0287C4

Color information

#0287C4 (or 0x0287C4) is unknown color: approx Bondi Blue. HEX triplet: 02, 87 and C4. RGB value is (2,135,196). Sum of RGB (Red+Green+Blue) = 2+135+196=333 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 333); Green value is 135 (53.12% from 255 or 40.54% from 333); Blue value is 196 (76.95% from 255 or 58.86% from 333); Max value from RGB is 196 - color contains mainly: blue. Hex color #0287C4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0287C4 is #FD783B. Grayscale: #656565. Windows color (decimal): -16611388 or 12879618. OLE color: 12879618.

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

Color convert

RGB2135196-
CMYK0.990.3100.23
HSL198.87º97.98%38.82%-
HSV(B)198.87º98.98%76.86%-
XYZ18.6521.3355.36-
YUV102.19180.9456.54-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.60%
GREEN value IS 135 (53.12% from 255) = 40.54%
BLUE value IS 196 (76.95% from 255) = 58.86%
R=0.60%
G=40.54%
B=58.86%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal21351960.990.3100.23198.8797.9838.82
Hex287C4631F017c76227
Octal22073041433702730714247
Binary101000011111000100110001111111010111110001111100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0287C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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