Html Css Color HEX #058FB0 Bondi Blue

📋 copy color: '#058FB0'

red 5 ◦ green 143 ◦ blue 176

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

Shades of Bondi Blue #058FB0

Tints of Bondi Blue #058FB0

RGB

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

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

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

R = 1.54%
G = 44.14%
B = 54.32%

CMYK

 C value IS 0.97

 M value IS 0.19

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#058FB0 (or 0x058FB0) is known color: Bondi Blue. HEX triplet: 05, 8F and B0. RGB value is (5,143,176). Sum of RGB (Red+Green+Blue) = 5+143+176=324 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.54% from 324); Green value is 143 (56.25% from 255 or 44.14% from 324); Blue value is 176 (69.14% from 255 or 54.32% from 324); Max value from RGB is 176 - color contains mainly: blue. Hex color #058FB0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058FB0 is #FA704F. Grayscale: #696969. Windows color (decimal): -16412752 or 11570949. OLE color: 11570949.

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

Color convert

RGB 5 143 176 -
CMYK 0.97 0.19 0 0.31
HSL 191.58º 0.94% 0.35% -
HSV(B) 191.58º 0.97% 0.69% -
XYZ 17.72 22.81 44.54 -
YUV 105.5 167.78 56.32 -
System Red Green Blue C M Y K H S L
Decimal 5 143 176 0.97 0.19 0 0.31 191.58 0.94 0.35
Hex 5 8F B0 61 13 0 1F C0 5E 23
Octal 5 217 260 141 23 0 37 300 136 43
Binary 101 10001111 10110000 1100001 10011 0 11111 11000000 1011110 100011

Color Harmonies of #058FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058FB0

Black with #058FB0

Text Example


Text Example

White with #058FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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