Html Css Color HEX #058FBC Bondi Blue

📋 copy color: '#058FBC'

red 5 ◦ green 143 ◦ blue 188

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

Shades of Bondi Blue #058FBC

Tints of Bondi Blue #058FBC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 42.56%

 BLUE value IS 188 (73.83% from 255) = 55.95%

R = 1.49%
G = 42.56%
B = 55.95%

CMYK

 C value IS 0.97

 M value IS 0.24

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#058FBC (or 0x058FBC) is known color: Bondi Blue. HEX triplet: 05, 8F and BC. RGB value is (5,143,188). Sum of RGB (Red+Green+Blue) = 5+143+188=336 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.49% from 336); Green value is 143 (56.25% from 255 or 42.56% from 336); Blue value is 188 (73.83% from 255 or 55.95% from 336); Max value from RGB is 188 - color contains mainly: blue. Hex color #058FBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #058FBC is #FA7043. Grayscale: #6A6A6A. Windows color (decimal): -16412740 or 12357381. OLE color: 12357381.

HSL color Cylindrical-coordinate representation of color #058FBC: hue angle of 194.75º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #058FBC is Cyan = 0.97, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 5 143 188 -
CMYK 0.97 0.24 0 0.26
HSL 194.75º 0.95% 0.38% -
HSV(B) 194.75º 0.97% 0.74% -
XYZ 18.96 23.31 51.08 -
YUV 106.87 173.78 55.34 -
System Red Green Blue C M Y K H S L
Decimal 5 143 188 0.97 0.24 0 0.26 194.75 0.95 0.38
Hex 5 8F BC 61 18 0 1A C3 5F 26
Octal 5 217 274 141 30 0 32 303 137 46
Binary 101 10001111 10111100 1100001 11000 0 11010 11000011 1011111 100110

Color Harmonies of #058FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058FBC

Black with #058FBC

Text Example


Text Example

White with #058FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,143,188); }

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

background-color css

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

 a { background-color: rgb(5,143,188); }

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

border-color css

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

 span { border-color: rgb(5,143,188); }

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