Html Css Color HEX #0587BE Bondi Blue

📋 copy color: '#0587BE'

red 5 ◦ green 135 ◦ blue 190

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

Shades of Bondi Blue #0587BE

Tints of Bondi Blue #0587BE

RGB

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

 GREEN value IS 135 (53.13% from 255) = 40.91%

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

R = 1.52%
G = 40.91%
B = 57.58%

CMYK

 C value IS 0.97

 M value IS 0.29

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0587BE (or 0x0587BE) is known color: Bondi Blue. HEX triplet: 05, 87 and BE. RGB value is (5,135,190). Sum of RGB (Red+Green+Blue) = 5+135+190=330 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.52% from 330); Green value is 135 (53.12% from 255 or 40.91% from 330); Blue value is 190 (74.61% from 255 or 57.58% from 330); Max value from RGB is 190 - color contains mainly: blue. Hex color #0587BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0587BE is #FA7841. Grayscale: #666666. Windows color (decimal): -16414786 or 12486405. OLE color: 12486405.

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

Color convert

RGB 5 135 190 -
CMYK 0.97 0.29 0 0.25
HSL 197.84º 0.95% 0.38% -
HSV(B) 197.84º 0.97% 0.75% -
XYZ 18.02 21.08 51.83 -
YUV 102.4 177.43 58.53 -
System Red Green Blue C M Y K H S L
Decimal 5 135 190 0.97 0.29 0 0.25 197.84 0.95 0.38
Hex 5 87 BE 61 1D 0 19 C6 5F 26
Octal 5 207 276 141 35 0 31 306 137 46
Binary 101 10000111 10111110 1100001 11101 0 11001 11000110 1011111 100110

Color Harmonies of #0587BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0587BE

Black with #0587BE

Text Example


Text Example

White with #0587BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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