Html Css Color HEX #058CBC Bondi Blue

📋 copy color: '#058CBC'

red 5 ◦ green 140 ◦ blue 188

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

Shades of Bondi Blue #058CBC

Tints of Bondi Blue #058CBC

RGB

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

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

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

R = 1.5%
G = 42.04%
B = 56.46%

CMYK

 C value IS 0.97

 M value IS 0.26

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#058CBC (or 0x058CBC) is known color: Bondi Blue. HEX triplet: 05, 8C and BC. RGB value is (5,140,188). Sum of RGB (Red+Green+Blue) = 5+140+188=333 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.50% from 333); Green value is 140 (55.08% from 255 or 42.04% from 333); Blue value is 188 (73.83% from 255 or 56.46% from 333); Max value from RGB is 188 - color contains mainly: blue. Hex color #058CBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #058CBC is #FA7343. Grayscale: #686868. Windows color (decimal): -16413508 or 12356613. OLE color: 12356613.

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

Color convert

RGB 5 140 188 -
CMYK 0.97 0.26 0 0.26
HSL 195.74º 0.95% 0.38% -
HSV(B) 195.74º 0.97% 0.74% -
XYZ 18.52 22.42 50.93 -
YUV 105.11 174.77 56.6 -
System Red Green Blue C M Y K H S L
Decimal 5 140 188 0.97 0.26 0 0.26 195.74 0.95 0.38
Hex 5 8C BC 61 1A 0 1A C4 5F 26
Octal 5 214 274 141 32 0 32 304 137 46
Binary 101 10001100 10111100 1100001 11010 0 11010 11000100 1011111 100110

Color Harmonies of #058CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058CBC

Black with #058CBC

Text Example


Text Example

White with #058CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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