Html Css Color HEX #058CBA Bondi Blue

📋 copy color: '#058CBA'

red 5 ◦ green 140 ◦ blue 186

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

Shades of Bondi Blue #058CBA

Tints of Bondi Blue #058CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 56.19%

R = 1.51%
G = 42.3%
B = 56.19%

CMYK

 C value IS 0.97

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#058CBA (or 0x058CBA) is known color: Bondi Blue. HEX triplet: 05, 8C and BA. RGB value is (5,140,186). Sum of RGB (Red+Green+Blue) = 5+140+186=331 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.51% from 331); Green value is 140 (55.08% from 255 or 42.30% from 331); Blue value is 186 (73.05% from 255 or 56.19% from 331); Max value from RGB is 186 - color contains mainly: blue. Hex color #058CBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #058CBA is #FA7345. Grayscale: #686868. Windows color (decimal): -16413510 or 12225541. OLE color: 12225541.

HSL color Cylindrical-coordinate representation of color #058CBA: hue angle of 195.25º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #058CBA is Cyan = 0.97, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 5 140 186 -
CMYK 0.97 0.25 0 0.27
HSL 195.25º 0.95% 0.37% -
HSV(B) 195.25º 0.97% 0.73% -
XYZ 18.3 22.33 49.8 -
YUV 104.88 173.77 56.76 -
System Red Green Blue C M Y K H S L
Decimal 5 140 186 0.97 0.25 0 0.27 195.25 0.95 0.37
Hex 5 8C BA 61 19 0 1B C3 5F 25
Octal 5 214 272 141 31 0 33 303 137 45
Binary 101 10001100 10111010 1100001 11001 0 11011 11000011 1011111 100101

Color Harmonies of #058CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058CBA

Black with #058CBA

Text Example


Text Example

White with #058CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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