Html Css Color HEX #0584BD Bondi Blue

📋 copy color: '#0584BD'

red 5 ◦ green 132 ◦ blue 189

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

Shades of Bondi Blue #0584BD

Tints of Bondi Blue #0584BD

RGB

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

 GREEN value IS 132 (51.95% from 255) = 40.49%

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

R = 1.53%
G = 40.49%
B = 57.98%

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

#0584BD (or 0x0584BD) is known color: Bondi Blue. HEX triplet: 05, 84 and BD. RGB value is (5,132,189). Sum of RGB (Red+Green+Blue) = 5+132+189=326 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.53% from 326); Green value is 132 (51.95% from 255 or 40.49% from 326); Blue value is 189 (74.22% from 255 or 57.98% from 326); Max value from RGB is 189 - color contains mainly: blue. Hex color #0584BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0584BD is #FA7B42. Grayscale: #646464. Windows color (decimal): -16415555 or 12420101. OLE color: 12420101.

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

Color convert

RGB 5 132 189 -
CMYK 0.97 0.30 0 0.26
HSL 198.59º 0.95% 0.38% -
HSV(B) 198.59º 0.97% 0.74% -
XYZ 17.5 20.21 51.12 -
YUV 100.53 177.92 59.87 -
System Red Green Blue C M Y K H S L
Decimal 5 132 189 0.97 0.30 0 0.26 198.59 0.95 0.38
Hex 5 84 BD 61 1E 0 1A C7 5F 26
Octal 5 204 275 141 36 0 32 307 137 46
Binary 101 10000100 10111101 1100001 11110 0 11010 11000111 1011111 100110

Color Harmonies of #0584BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0584BD

Black with #0584BD

Text Example


Text Example

White with #0584BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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