#058DB0

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

Shades of Bondi Blue #058DB0

Tints of Bondi Blue #058DB0

Color information

#058DB0 (or 0x058DB0) is unknown color: approx Bondi Blue. HEX triplet: 05, 8D and B0. RGB value is (5,141,176). Sum of RGB (Red+Green+Blue) = 5+141+176=322 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.55% from 322); Green value is 141 (55.47% from 255 or 43.79% from 322); Blue value is 176 (69.14% from 255 or 54.66% from 322); Max value from RGB is 176 - color contains mainly: blue. Hex color #058DB0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058DB0 is #FA724F. Grayscale: #686868. Windows color (decimal): -16413264 or 11570437. OLE color: 11570437.

HSL color Cylindrical-coordinate representation of color #058DB0: hue angle of 192.28º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #058DB0 is Cyan = 0.97, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB5141176-
CMYK0.970.2000.31
HSL192.28º94.48%35.49%-
HSV(B)192.28º97.16%69.02%-
XYZ17.4222.2244.44-
YUV104.33168.4457.15-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.55%
GREEN value IS 141 (55.47% from 255) = 43.79%
BLUE value IS 176 (69.14% from 255) = 54.66%
R=1.55%
G=43.79%
B=54.66%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal51411760.970.2000.31192.2894.4835.49
Hex58DB0611401Fc05e23
Octal52152601412403730013643
Binary1011000110110110000110000110100011111110000001011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058DB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #058DB0; }

 p { color: rgb(5,141,176); }

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

<style>
 a { background-color: #058DB0; }

 a { background-color: rgb(5,141,176); }

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

<style>
 span { border-color: #058DB0; }

 span { border-color: rgb(5,141,176); }

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