Html Css Color HEX #0585BE Bondi Blue

📋 copy color: '#0585BE'

red 5 ◦ green 133 ◦ blue 190

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

Shades of Bondi Blue #0585BE

Tints of Bondi Blue #0585BE

RGB

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

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

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

R = 1.52%
G = 40.55%
B = 57.93%

CMYK

 C value IS 0.97

 M value IS 0.3

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0585BE (or 0x0585BE) is known color: Bondi Blue. HEX triplet: 05, 85 and BE. RGB value is (5,133,190). Sum of RGB (Red+Green+Blue) = 5+133+190=328 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.52% from 328); Green value is 133 (52.34% from 255 or 40.55% from 328); Blue value is 190 (74.61% from 255 or 57.93% from 328); Max value from RGB is 190 - color contains mainly: blue. Hex color #0585BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0585BE is #FA7A41. Grayscale: #646464. Windows color (decimal): -16415298 or 12485893. OLE color: 12485893.

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

Color convert

RGB 5 133 190 -
CMYK 0.97 0.3 0 0.25
HSL 198.49º 0.95% 0.38% -
HSV(B) 198.49º 0.97% 0.75% -
XYZ 17.74 20.53 51.74 -
YUV 101.23 178.09 59.37 -
System Red Green Blue C M Y K H S L
Decimal 5 133 190 0.97 0.3 0 0.25 198.49 0.95 0.38
Hex 5 85 BE 61 1E 0 19 C6 5F 26
Octal 5 205 276 141 36 0 31 306 137 46
Binary 101 10000101 10111110 1100001 11110 0 11001 11000110 1011111 100110

Color Harmonies of #0585BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0585BE

Black with #0585BE

Text Example


Text Example

White with #0585BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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