Html Css Color HEX #058FB9 Bondi Blue

📋 copy color: '#058FB9'

red 5 ◦ green 143 ◦ blue 185

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

Shades of Bondi Blue #058FB9

Tints of Bondi Blue #058FB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 55.56%

R = 1.5%
G = 42.94%
B = 55.56%

CMYK

 C value IS 0.97

 M value IS 0.23

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#058FB9 (or 0x058FB9) is known color: Bondi Blue. HEX triplet: 05, 8F and B9. RGB value is (5,143,185). Sum of RGB (Red+Green+Blue) = 5+143+185=333 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.50% from 333); Green value is 143 (56.25% from 255 or 42.94% from 333); Blue value is 185 (72.66% from 255 or 55.56% from 333); Max value from RGB is 185 - color contains mainly: blue. Hex color #058FB9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #058FB9 is #FA7046. Grayscale: #6A6A6A. Windows color (decimal): -16412743 or 12160773. OLE color: 12160773.

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

Color convert

RGB 5 143 185 -
CMYK 0.97 0.23 0 0.27
HSL 194º 0.95% 0.37% -
HSV(B) 194º 0.97% 0.73% -
XYZ 18.64 23.18 49.39 -
YUV 106.53 172.28 55.58 -
System Red Green Blue C M Y K H S L
Decimal 5 143 185 0.97 0.23 0 0.27 194 0.95 0.37
Hex 5 8F B9 61 17 0 1B C2 5F 25
Octal 5 217 271 141 27 0 33 302 137 45
Binary 101 10001111 10111001 1100001 10111 0 11011 11000010 1011111 100101

Color Harmonies of #058FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058FB9

Black with #058FB9

Text Example


Text Example

White with #058FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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