Html Css Color HEX #058CB2 Bondi Blue

📋 copy color: '#058CB2'

red 5 ◦ green 140 ◦ blue 178

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

Shades of Bondi Blue #058CB2

Tints of Bondi Blue #058CB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 55.11%

R = 1.55%
G = 43.34%
B = 55.11%

CMYK

 C value IS 0.97

 M value IS 0.21

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#058CB2 (or 0x058CB2) is known color: Bondi Blue. HEX triplet: 05, 8C and B2. RGB value is (5,140,178). Sum of RGB (Red+Green+Blue) = 5+140+178=323 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.55% from 323); Green value is 140 (55.08% from 255 or 43.34% from 323); Blue value is 178 (69.92% from 255 or 55.11% from 323); Max value from RGB is 178 - color contains mainly: blue. Hex color #058CB2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058CB2 is #FA734D. Grayscale: #676767. Windows color (decimal): -16413518 or 11701253. OLE color: 11701253.

HSL color Cylindrical-coordinate representation of color #058CB2: hue angle of 193.18º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #058CB2 is Cyan = 0.97, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 5 140 178 -
CMYK 0.97 0.21 0 0.30
HSL 193.18º 0.95% 0.36% -
HSV(B) 193.18º 0.97% 0.7% -
XYZ 17.48 22 45.45 -
YUV 103.97 169.77 57.41 -
System Red Green Blue C M Y K H S L
Decimal 5 140 178 0.97 0.21 0 0.30 193.18 0.95 0.36
Hex 5 8C B2 61 15 0 1E C1 5F 24
Octal 5 214 262 141 25 0 36 301 137 44
Binary 101 10001100 10110010 1100001 10101 0 11110 11000001 1011111 100100

Color Harmonies of #058CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058CB2

Black with #058CB2

Text Example


Text Example

White with #058CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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