Html Css Color HEX #058CB0 Bondi Blue

📋 copy color: '#058CB0'

red 5 ◦ green 140 ◦ blue 176

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

Shades of Bondi Blue #058CB0

Tints of Bondi Blue #058CB0

RGB

 RED value IS 5 (2.34% from 255) = 1.56%

 GREEN value IS 140 (55.08% from 255) = 43.61%

 BLUE value IS 176 (69.14% from 255) = 54.83%

R = 1.56%
G = 43.61%
B = 54.83%

CMYK

 C value IS 0.97

 M value IS 0.20

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#058CB0 (or 0x058CB0) is known color: Bondi Blue. HEX triplet: 05, 8C and B0. RGB value is (5,140,176). Sum of RGB (Red+Green+Blue) = 5+140+176=321 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.56% from 321); Green value is 140 (55.08% from 255 or 43.61% from 321); Blue value is 176 (69.14% from 255 or 54.83% from 321); Max value from RGB is 176 - color contains mainly: blue. Hex color #058CB0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058CB0 is #FA734F. Grayscale: #676767. Windows color (decimal): -16413520 or 11570181. OLE color: 11570181.

HSL color Cylindrical-coordinate representation of color #058CB0: hue angle of 192.63º 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 #058CB0 is Cyan = 0.97, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 5 140 176 -
CMYK 0.97 0.20 0 0.31
HSL 192.63º 0.94% 0.35% -
HSV(B) 192.63º 0.97% 0.69% -
XYZ 17.28 21.92 44.4 -
YUV 103.74 168.77 57.57 -
System Red Green Blue C M Y K H S L
Decimal 5 140 176 0.97 0.20 0 0.31 192.63 0.94 0.35
Hex 5 8C B0 61 14 0 1F C1 5E 23
Octal 5 214 260 141 24 0 37 301 136 43
Binary 101 10001100 10110000 1100001 10100 0 11111 11000001 1011110 100011

Color Harmonies of #058CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058CB0

Black with #058CB0

Text Example


Text Example

White with #058CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #058CB0;
 }
 .AnyTagClassName
 {
   color: #058CB0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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