Html Css Color HEX #0585BD Bondi Blue

📋 copy color: '#0585BD'

red 5 ◦ green 133 ◦ blue 189

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

Shades of Bondi Blue #0585BD

Tints of Bondi Blue #0585BD

RGB

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

 GREEN value IS 133 (52.34% from 255) = 40.67%

 BLUE value IS 189 (74.22% from 255) = 57.8%

R = 1.53%
G = 40.67%
B = 57.8%

CMYK

 C value IS 0.97

 M value IS 0.30

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0585BD (or 0x0585BD) is known color: Bondi Blue. HEX triplet: 05, 85 and BD. RGB value is (5,133,189). Sum of RGB (Red+Green+Blue) = 5+133+189=327 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.53% from 327); Green value is 133 (52.34% from 255 or 40.67% from 327); Blue value is 189 (74.22% from 255 or 57.80% from 327); Max value from RGB is 189 - color contains mainly: blue. Hex color #0585BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0585BD is #FA7A42. Grayscale: #646464. Windows color (decimal): -16415299 or 12420357. OLE color: 12420357.

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

Color convert

RGB 5 133 189 -
CMYK 0.97 0.30 0 0.26
HSL 198.26º 0.95% 0.38% -
HSV(B) 198.26º 0.97% 0.74% -
XYZ 17.64 20.48 51.17 -
YUV 101.11 177.59 59.45 -
System Red Green Blue C M Y K H S L
Decimal 5 133 189 0.97 0.30 0 0.26 198.26 0.95 0.38
Hex 5 85 BD 61 1E 0 1A C6 5F 26
Octal 5 205 275 141 36 0 32 306 137 46
Binary 101 10000101 10111101 1100001 11110 0 11010 11000110 1011111 100110

Color Harmonies of #0585BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0585BD

Black with #0585BD

Text Example


Text Example

White with #0585BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0585BD; }

 p { color: rgb(5,133,189); }

 H1.HeaderClassName
 {
   color: #0585BD;
 }
 .AnyTagClassName
 {
   color: #0585BD;
 }
</style>

background-color css

<style>
 a { background-color: #0585BD; }

 a { background-color: rgb(5,133,189); }

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

border-color css

<style>
 span { border-color: #0585BD; }

 span { border-color: rgb(5,133,189); }

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