#0485BC

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

Shades of Bondi Blue #0485BC

Tints of Bondi Blue #0485BC

Color information

#0485BC (or 0x0485BC) is unknown color: approx Bondi Blue. HEX triplet: 04, 85 and BC. RGB value is (4,133,188). Sum of RGB (Red+Green+Blue) = 4+133+188=325 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.23% from 325); Green value is 133 (52.34% from 255 or 40.92% from 325); Blue value is 188 (73.83% from 255 or 57.85% from 325); Max value from RGB is 188 - color contains mainly: blue. Hex color #0485BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0485BC is #FB7A43. Grayscale: #646464. Windows color (decimal): -16480836 or 12354820. OLE color: 12354820.

HSL color Cylindrical-coordinate representation of color #0485BC: hue angle of 197.93º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0485BC is Cyan = 0.98, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB4133188-
CMYK0.980.2900.26
HSL197.93º95.83%37.65%-
HSV(B)197.93º97.87%73.73%-
XYZ17.5120.4350.6-
YUV100.7177.2659.03-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.23%
GREEN value IS 133 (52.34% from 255) = 40.92%
BLUE value IS 188 (73.83% from 255) = 57.85%
R=1.23%
G=40.92%
B=57.85%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal41331880.980.2900.26197.9395.8337.65
Hex485BC621D01Ac66026
Octal42052741423503230614046
Binary1001000010110111100110001011101011010110001101100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0485BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0485BC; }

 p { color: rgb(4,133,188); }

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

<style>
 a { background-color: #0485BC; }

 a { background-color: rgb(4,133,188); }

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

<style>
 span { border-color: #0485BC; }

 span { border-color: rgb(4,133,188); }

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