Html Css Color HEX #058ABE Bondi Blue

📋 copy color: '#058ABE'

red 5 ◦ green 138 ◦ blue 190

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

Shades of Bondi Blue #058ABE

Tints of Bondi Blue #058ABE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 41.44%

 BLUE value IS 190 (74.61% from 255) = 57.06%

R = 1.5%
G = 41.44%
B = 57.06%

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

#058ABE (or 0x058ABE) is known color: Bondi Blue. HEX triplet: 05, 8A and BE. RGB value is (5,138,190). Sum of RGB (Red+Green+Blue) = 5+138+190=333 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.50% from 333); Green value is 138 (54.30% from 255 or 41.44% from 333); Blue value is 190 (74.61% from 255 or 57.06% from 333); Max value from RGB is 190 - color contains mainly: blue. Hex color #058ABE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #058ABE is #FA7541. Grayscale: #676767. Windows color (decimal): -16414018 or 12487173. OLE color: 12487173.

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

Color convert

RGB 5 138 190 -
CMYK 0.97 0.27 0 0.25
HSL 196.86º 0.95% 0.38% -
HSV(B) 196.86º 0.97% 0.75% -
XYZ 18.45 21.93 51.98 -
YUV 104.16 176.44 57.27 -
System Red Green Blue C M Y K H S L
Decimal 5 138 190 0.97 0.27 0 0.25 196.86 0.95 0.38
Hex 5 8A BE 61 1B 0 19 C5 5F 26
Octal 5 212 276 141 33 0 31 305 137 46
Binary 101 10001010 10111110 1100001 11011 0 11001 11000101 1011111 100110

Color Harmonies of #058ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058ABE

Black with #058ABE

Text Example


Text Example

White with #058ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,138,190); }

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

background-color css

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

 a { background-color: rgb(5,138,190); }

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

border-color css

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

 span { border-color: rgb(5,138,190); }

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