Html Css Color HEX #058CC0 Bondi Blue

📋 copy color: '#058CC0'

red 5 ◦ green 140 ◦ blue 192

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

Shades of Bondi Blue #058CC0

Tints of Bondi Blue #058CC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 56.97%

R = 1.48%
G = 41.54%
B = 56.97%

CMYK

 C value IS 0.97

 M value IS 0.27

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#058CC0 (or 0x058CC0) is known color: Bondi Blue. HEX triplet: 05, 8C and C0. RGB value is (5,140,192). Sum of RGB (Red+Green+Blue) = 5+140+192=337 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.48% from 337); Green value is 140 (55.08% from 255 or 41.54% from 337); Blue value is 192 (75.39% from 255 or 56.97% from 337); Max value from RGB is 192 - color contains mainly: blue. Hex color #058CC0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #058CC0 is #FA733F. Grayscale: #696969. Windows color (decimal): -16413504 or 12618757. OLE color: 12618757.

HSL color Cylindrical-coordinate representation of color #058CC0: hue angle of 196.68º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #058CC0 is Cyan = 0.97, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 5 140 192 -
CMYK 0.97 0.27 0 0.25
HSL 196.68º 0.95% 0.39% -
HSV(B) 196.68º 0.97% 0.75% -
XYZ 18.96 22.59 53.23 -
YUV 105.56 176.77 56.27 -
System Red Green Blue C M Y K H S L
Decimal 5 140 192 0.97 0.27 0 0.25 196.68 0.95 0.39
Hex 5 8C C0 61 1B 0 19 C5 5F 27
Octal 5 214 300 141 33 0 31 305 137 47
Binary 101 10001100 11000000 1100001 11011 0 11001 11000101 1011111 100111

Color Harmonies of #058CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058CC0

Black with #058CC0

Text Example


Text Example

White with #058CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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