Html Css Color HEX #058FBA Bondi Blue

📋 copy color: '#058FBA'

red 5 ◦ green 143 ◦ blue 186

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

Shades of Bondi Blue #058FBA

Tints of Bondi Blue #058FBA

RGB

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

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

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

R = 1.5%
G = 42.81%
B = 55.69%

CMYK

 C value IS 0.97

 M value IS 0.23

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#058FBA (or 0x058FBA) is known color: Bondi Blue. HEX triplet: 05, 8F and BA. RGB value is (5,143,186). Sum of RGB (Red+Green+Blue) = 5+143+186=334 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.50% from 334); Green value is 143 (56.25% from 255 or 42.81% from 334); Blue value is 186 (73.05% from 255 or 55.69% from 334); Max value from RGB is 186 - color contains mainly: blue. Hex color #058FBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #058FBA is #FA7045. Grayscale: #6A6A6A. Windows color (decimal): -16412742 or 12226309. OLE color: 12226309.

HSL color Cylindrical-coordinate representation of color #058FBA: hue angle of 194.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 #058FBA is Cyan = 0.97, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 5 143 186 -
CMYK 0.97 0.23 0 0.27
HSL 194.25º 0.95% 0.37% -
HSV(B) 194.25º 0.97% 0.73% -
XYZ 18.75 23.22 49.95 -
YUV 106.64 172.78 55.5 -
System Red Green Blue C M Y K H S L
Decimal 5 143 186 0.97 0.23 0 0.27 194.25 0.95 0.37
Hex 5 8F BA 61 17 0 1B C2 5F 25
Octal 5 217 272 141 27 0 33 302 137 45
Binary 101 10001111 10111010 1100001 10111 0 11011 11000010 1011111 100101

Color Harmonies of #058FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058FBA

Black with #058FBA

Text Example


Text Example

White with #058FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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