Html Css Color HEX #058DB6 Bondi Blue

📋 copy color: '#058DB6'

red 5 ◦ green 141 ◦ blue 182

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

Shades of Bondi Blue #058DB6

Tints of Bondi Blue #058DB6

RGB

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

 GREEN value IS 141 (55.47% from 255) = 42.99%

 BLUE value IS 182 (71.48% from 255) = 55.49%

R = 1.52%
G = 42.99%
B = 55.49%

CMYK

 C value IS 0.97

 M value IS 0.23

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#058DB6 (or 0x058DB6) is known color: Bondi Blue. HEX triplet: 05, 8D and B6. RGB value is (5,141,182). Sum of RGB (Red+Green+Blue) = 5+141+182=328 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.52% from 328); Green value is 141 (55.47% from 255 or 42.99% from 328); Blue value is 182 (71.48% from 255 or 55.49% from 328); Max value from RGB is 182 - color contains mainly: blue. Hex color #058DB6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #058DB6 is #FA7249. Grayscale: #686868. Windows color (decimal): -16413258 or 11963653. OLE color: 11963653.

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

Color convert

RGB 5 141 182 -
CMYK 0.97 0.23 0 0.29
HSL 193.9º 0.95% 0.37% -
HSV(B) 193.9º 0.97% 0.71% -
XYZ 18.03 22.46 47.64 -
YUV 105.01 171.44 56.67 -
System Red Green Blue C M Y K H S L
Decimal 5 141 182 0.97 0.23 0 0.29 193.9 0.95 0.37
Hex 5 8D B6 61 17 0 1D C2 5F 25
Octal 5 215 266 141 27 0 35 302 137 45
Binary 101 10001101 10110110 1100001 10111 0 11101 11000010 1011111 100101

Color Harmonies of #058DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058DB6

Black with #058DB6

Text Example


Text Example

White with #058DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,141,182); }

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

background-color css

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

 a { background-color: rgb(5,141,182); }

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

border-color css

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

 span { border-color: rgb(5,141,182); }

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